Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DTargetFeaturesEmitter.cpp68 raw_ostream &OS, ArrayRef<const Record *> FeatureList, in printFeatureMask()
87 std::vector<const Record *> FeatureList = in printFeatureKeyValues() local
137 ConstRecVec FeatureList = Processor->getValueAsListOfDefs("Features"); in printCPUKeyValues() local
/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.cpp144 std::vector<const Record *> FeatureList = in emitSubtargetInfoMacroCalls() local
184 std::vector<const Record *> FeatureList = in featureKeyValues() local
308 ConstRecVec FeatureList = Processor->getValueAsListOfDefs("Features"); in cpuKeyValues() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2845 StringRef FeatureList(CGM.getContext().BuiltinInfo.getRequiredFeatures(BuiltinID)); in checkTargetFeatures() local