Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/R600/
HDR600InstrInfo.cpp258 static const unsigned OpTable[] = { in getSrcIdx() local
265 return getOperandIdx(Opcode, OpTable[SrcNum]); in getSrcIdx()
298 static const unsigned OpTable[8][2] = { in getSrcs() local
311 OpTable[j][0])); in getSrcs()
315 OpTable[j][1])).getImm(); in getSrcs()
324 static const unsigned OpTable[3][2] = { in getSrcs() local
331 int SrcIdx = getOperandIdx(MI->getOpcode(), OpTable[j][0]); in getSrcs()
338 getOperandIdx(MI->getOpcode(), OpTable[j][1])).getImm(); in getSrcs()
/trueos/contrib/llvm/lib/Target/X86/
HDX86FastISel.cpp1347 } OpTable[NumTypes] = { in X86SelectDivRem() local
1402 const DivRemEntry &TypeEntry = OpTable[TypeIndex]; in X86SelectDivRem()