Searched refs:OpTable (Results 1 – 7 of 7) sorted by relevance
591 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()
579 OperandTable OpTable; member
251 static const R600::OpName OpTable[8][2] = { in getSrcs() local262 for (const auto &Op : OpTable) { in getSrcs()275 static const R600::OpName OpTable[3][2] = { in getSrcs() local281 for (const auto &Op : OpTable) { in getSrcs()
1894 } OpTable[NumTypes] = { in X86SelectDivRem() local1949 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem()
1698 } OpTable[NumTypes] = { in selectMulDivRem() local1749 auto OpEntryIt = llvm::find_if(OpTable, [RegTy](const MulDivRemEntry &El) { in selectMulDivRem()1752 if (OpEntryIt == std::end(OpTable)) in selectMulDivRem()
1807 const auto &FragAltOT = FragAlt.OpTable; in emitPatFragMatchPattern()