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

  /external/llvm/lib/Target/R600/
SIInstrInfo.cpp 57 int Op1Idx = AMDGPU::getNamedOperandIdx(Opc1, OpName);
59 if (Op0Idx == -1 && Op1Idx == -1)
63 if ((Op0Idx == -1 && Op1Idx != -1) ||
64 (Op1Idx == -1 && Op0Idx != -1))
72 --Op1Idx;
74 return N0->getOperand(Op0Idx) == N1->getOperand(Op1Idx);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 418 milliseconds