Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Basic/
H A DBuiltinTargetFeatures.h40 FeatureListStatus getAndFeatures(StringRef FeatureList) { in getAndFeatures()
82 bool hasRequiredFeatures(StringRef FeatureList) { in hasRequiredFeatures()
/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp191 printFeatureMask(raw_ostream & OS,RecVec & FeatureList,const DenseMap<Record *,unsigned> & FeatureMap) printFeatureMask() argument
213 std::vector<Record *> FeatureList = EmitSubtargetInfoMacroCalls() local
254 std::vector<Record *> FeatureList = FeatureKeyValues() local
325 RecVec FeatureList = Processor->getValueAsListOfDefs("Features"); CPUKeyValues() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2711 StringRef FeatureList(CGM.getContext().BuiltinInfo.getRequiredFeatures(BuiltinID)); checkTargetFeatures() local