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 193 static const unsigned OpTable[] = {
200 return getOperandIdx(Opcode, OpTable[SrcNum]);
233 static const unsigned OpTable[8][2] = {
246 OpTable[j][0]));
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();
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 28 milliseconds