Searched refs:OpTable (Results 1 – 7 of 7) sorted by relevance
552 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()
555 OperandTable OpTable; member
261 static const unsigned OpTable[8][2] = { in getSrcs() local272 for (const auto &Op : OpTable) { in getSrcs()285 static const unsigned OpTable[3][2] = { in getSrcs() local291 for (const auto &Op : OpTable) { in getSrcs()
1888 } OpTable[NumTypes] = { in X86SelectDivRem() local1943 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem()
1658 } OpTable[NumTypes] = { in selectMulDivRem() local1709 auto OpEntryIt = llvm::find_if(OpTable, [RegTy](const MulDivRemEntry &El) { in selectMulDivRem()1712 if (OpEntryIt == std::end(OpTable)) in selectMulDivRem()
1713 const auto &FragAltOT = FragAlt.OpTable; in emitPatFragMatchPattern()