Searched defs:SubtargetFeatures (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DSubtargetFeature.cpp47 SubtargetFeatures::SubtargetFeatures(StringRef Initial) { function in class:SubtargetFeatures
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetFeatureInfo.cpp27 std::vector<std::pair<Record *, SubtargetFeatureInfo>> SubtargetFeatures; local
51 emitSubtargetFeatureBitEnumeration( SubtargetFeatureInfoMap &SubtargetFeatures, raw_ostream &OS) argument
64 emitNameTable( SubtargetFeatureInfoMap &SubtargetFeatures, raw_ostream &OS) argument
90 emitComputeAvailableFeatures( StringRef TargetName, StringRef ClassName, StringRef FuncName, SubtargetFeatureInfoMap &SubtargetFeatures, raw_ostream &OS, StringRef ExtraParams) argument
112 emitComputeAssemblerAvailableFeatures( StringRef TargetName, StringRef ClassName, StringRef FuncName, SubtargetFeatureInfoMap &SubtargetFeatures, raw_ostream &OS) argument
[all...]
H A DCodeEmitterGen.cpp529 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures; local
[all...]
H A DAsmMatcherEmitter.cpp733 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures; member in class:__anon2890::AsmMatcherInfo
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DSubtargetFeature.h183 class SubtargetFeatures { class

Completed in 90 milliseconds