Home
last modified time | relevance | path

Searched refs:AvailableFeatures (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h334 FeatureBitset AvailableFeatures; variable
360 return AvailableFeatures; in getAvailableFeatures()
363 AvailableFeatures = Value; in setAvailableFeatures()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h531 const RegisterBankInfo &RBI, const PredicateBitset &AvailableFeatures,
H A DInstructionSelectorImpl.h56 const RegisterBankInfo &RBI, const PredicateBitset &AvailableFeatures, in executeMatchTable() argument
150 if ((AvailableFeatures & ISelInfo.FeatureBitsets[ExpectedBitsetID]) != in executeMatchTable()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1470 FeatureBitset AvailableFeatures = getAvailableFeatures(); in parseOperand() local
1475 setAvailableFeatures(AvailableFeatures); in parseOperand()
/llvm-project-15.0.7/llvm/test/TableGen/
H A DGlobalISelEmitter.td222 // CHECK-NEXT: const PredicateBitset AvailableFeatures = getAvailableFeatures();
227 …this, OutMIs, State, ISelInfo, getMatchTable(), TII, MRI, TRI, RBI, AvailableFeatures, CoverageInf…
/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7085 const FeatureBitset &AvailableFeatures = getAvailableFeatures(); in ParseInstruction() local
7087 applyMnemonicAliases(Name, AvailableFeatures, AssemblerDialect); in ParseInstruction()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4658 const FeatureBitset &AvailableFeatures,