Searched refs:OpTable (Results 1 – 6 of 6) sorted by relevance
542 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()
535 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()
1623 } OpTable[NumTypes] = { in selectMulDivRem() local1674 auto OpEntryIt = llvm::find_if(OpTable, [RegTy](const MulDivRemEntry &El) { in selectMulDivRem()1677 if (OpEntryIt == std::end(OpTable)) in selectMulDivRem()
1887 } OpTable[NumTypes] = { in X86SelectDivRem() local1942 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem()
2091 const auto &FragAltOT = FragAlt.OpTable; in emitPatFragMatchPattern()