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

  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp 252 static const unsigned OpTable[] = {
259 return getOperandIdx(Opcode, OpTable[SrcNum]);
290 static const unsigned OpTable[8][2] = {
303 MI.getOperand(getOperandIdx(MI.getOpcode(), OpTable[j][0]));
307 MI.getOperand(getOperandIdx(MI.getOpcode(), OpTable[j][1]));
316 static const unsigned OpTable[3][2] = {
323 int SrcIdx = getOperandIdx(MI.getOpcode(), OpTable[j][0]);
330 MI.getOperand(getOperandIdx(MI.getOpcode(), OpTable[j][1]));
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 1593 milliseconds