Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp552 if (Alt.OpTable.lookup(Op.Name).Def) { in checkSemantics()
580 const auto *OpDef = Alt.OpTable.getDef(Op.Name); in checkSemantics()
648 auto &OT = Alt.OpTable; in handleUnboundInParam()
685 if (!Alt.OpTable.addPattern(IP, DiagnoseRedef)) in buildOperandsTables()
H A DPatterns.h555 OperandTable OpTable; member
/freebsd/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/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp
H A DX86FastISel.cpp1888 } OpTable[NumTypes] = { in X86SelectDivRem() local
1943 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1658 } OpTable[NumTypes] = { in selectMulDivRem() local
1709 auto OpEntryIt = llvm::find_if(OpTable, [RegTy](const MulDivRemEntry &El) { in selectMulDivRem()
1712 if (OpEntryIt == std::end(OpTable)) in selectMulDivRem()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1713 const auto &FragAltOT = FragAlt.OpTable; in emitPatFragMatchPattern()