Home
last modified time | relevance | path

Searched refs:OpTable (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.cpp542 if (Alt.OpTable.lookup(Op.Name).Def) { in checkSemantics()
570 const auto *OpDef = Alt.OpTable.getDef(Op.Name); in checkSemantics()
638 auto &OT = Alt.OpTable; in handleUnboundInParam()
675 if (!Alt.OpTable.addPattern(IP, DiagnoseRedef)) in buildOperandsTables()
H A DPatterns.h535 OperandTable OpTable; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp261 static const unsigned OpTable[8][2] = { in getSrcs() local
272 for (const auto &Op : OpTable) { in getSrcs()
285 static const unsigned OpTable[3][2] = { in getSrcs() local
291 for (const auto &Op : OpTable) { in getSrcs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1623 } OpTable[NumTypes] = { in selectMulDivRem() local
1674 auto OpEntryIt = llvm::find_if(OpTable, [RegTy](const MulDivRemEntry &El) { in selectMulDivRem()
1677 if (OpEntryIt == std::end(OpTable)) in selectMulDivRem()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1887 } OpTable[NumTypes] = { in X86SelectDivRem() local
1942 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp2091 const auto &FragAltOT = FragAlt.OpTable; in emitPatFragMatchPattern()