Home
last modified time | relevance | path

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

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