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.cpp591 if (Alt.OpTable.lookup(Op.Name).Def) { in checkSemantics()
619 const auto *OpDef = Alt.OpTable.getDef(Op.Name); in checkSemantics()
687 auto &OT = Alt.OpTable; in handleUnboundInParam()
724 if (!Alt.OpTable.addPattern(IP, DiagnoseRedef)) in buildOperandsTables()
H A DPatterns.h579 OperandTable OpTable; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp251 static const R600::OpName OpTable[8][2] = { in getSrcs() local
262 for (const auto &Op : OpTable) { in getSrcs()
275 static const R600::OpName OpTable[3][2] = { in getSrcs() local
281 for (const auto &Op : OpTable) { in getSrcs()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp
H A DX86FastISel.cpp1894 } OpTable[NumTypes] = { in X86SelectDivRem() local
1949 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1698 } OpTable[NumTypes] = { in selectMulDivRem() local
1749 auto OpEntryIt = llvm::find_if(OpTable, [RegTy](const MulDivRemEntry &El) { in selectMulDivRem()
1752 if (OpEntryIt == std::end(OpTable)) in selectMulDivRem()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp1807 const auto &FragAltOT = FragAlt.OpTable; in emitPatFragMatchPattern()