Home
last modified time | relevance | path

Searched refs:hasRequiredFeatures (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h199 bool hasRequiredFeatures(FeatureBitset ActiveFeatures) const { in hasRequiredFeatures() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4792 HasFeatures = CurrentToken == ')' ? hasRequiredFeatures(F)
4811 bool hasRequiredFeatures(StringRef FeatureList) {
H A DCodeGenFunction.cpp2484 if (!TF.hasRequiredFeatures(FeatureList)) in checkTargetFeatures()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp5435 if (!TheReg || !TheReg->hasRequiredFeatures(FeatureBits)) in getMClassRegisterMask()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5135 if (!TheReg || !TheReg->hasRequiredFeatures(getSTI().getFeatureBits())) in parseMSRMaskOperand()