Home
last modified time | relevance | path

Searched defs:FeatureList (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DBuiltinTargetFeatures.h40 FeatureListStatus getAndFeatures(StringRef FeatureList) { in getAndFeatures()
82 bool hasRequiredFeatures(StringRef FeatureList) { in hasRequiredFeatures()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp179 static void printFeatureMask(raw_ostream &OS, RecVec &FeatureList, in printFeatureMask()
201 std::vector<Record *> FeatureList = in EmitSubtargetInfoMacroCalls() local
239 std::vector<Record*> FeatureList = in FeatureKeyValues() local
302 RecVec FeatureList = Processor->getValueAsListOfDefs("Features"); in CPUKeyValues() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2547 StringRef FeatureList(CGM.getContext().BuiltinInfo.getRequiredFeatures(BuiltinID)); in checkTargetFeatures() local