HomeSort by relevance Sort by last modified time
    Searched refs:OpTable (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 261 static const unsigned OpTable[] = {
268 return getOperandIdx(Opcode, OpTable[SrcNum]);
301 static const unsigned OpTable[8][2] = {
314 OpTable[j][0]));
318 OpTable[j][1])).getImm();
327 static const unsigned OpTable[3][2] = {
334 int SrcIdx = getOperandIdx(MI->getOpcode(), OpTable[j][0]);
341 getOperandIdx(MI->getOpcode(), OpTable[j][1])).getImm();
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 1591 milliseconds