Searched defs:OpTable (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/R600/
H A DR600InstrInfo.cpp193 static const unsigned OpTable[] = { local
200 return getOperandIdx(Opcode, OpTable[SrcNum]);
233 static const unsigned OpTable[8][2] = {
246 OpTable[j][0])); local
250 OpTable[j][1])).getImm();
259 static const unsigned OpTable[3][2] = {
266 int SrcIdx = getOperandIdx(MI->getOpcode(), OpTable[j][0]);
273 getOperandIdx(MI->getOpcode(), OpTable[j][1])).getImm();
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1298 } OpTable[NumTypes] = { local
1353 const DivRemEntry &TypeEntry = OpTable[TypeIndex];

Completed in 500 milliseconds