14#ifndef LLVM_TARGETPARSER_XTENSATARGETPARSER_H
15#define LLVM_TARGETPARSER_XTENSATARGETPARSER_H
26#define XTENSA_CPU(ENUM, NAME, FEATURES) CK_##ENUM,
27#include "XtensaTargetParser.def"
This class consists of common code factored out of the SmallVector class to reduce code duplication b...
StringRef - Represent a constant reference to a string, i.e.
void getCPUFeatures(StringRef CPU, SmallVectorImpl< StringRef > &Features)
StringRef getBaseName(StringRef CPU)
@ XF_HIGHPRIINTERRUPTSLEVEL4
@ XF_HIGHPRIINTERRUPTSLEVEL6
@ XF_HIGHPRIINTERRUPTSLEVEL5
@ XF_HIGHPRIINTERRUPTSLEVEL3
@ XF_HIGHPRIINTERRUPTSLEVEL7
void fillValidCPUList(SmallVectorImpl< StringRef > &Values)
CPUKind parseCPUKind(StringRef CPU)
This is an optimization pass for GlobalISel generic memory operations.