HomeSort by: relevance | last modified time | path
    Searched refs:Op0Idx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 87 int Op0Idx = AMDGPU::getNamedOperandIdx(Opc0, OpName);
90 if (Op0Idx == -1 && Op1Idx == -1)
94 if ((Op0Idx == -1 && Op1Idx != -1) ||
95 (Op1Idx == -1 && Op0Idx != -1))
102 --Op0Idx;
105 return N0->getOperand(Op0Idx) == N1->getOperand(Op1Idx);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 2377 uint64_t Op0Idx;
2403 uint64_t Op0Idx = DelayedShuffle.Op0Idx;
2407 Constant *Op0 = ValueList.getConstantFwdRef(Op0Idx, OpTy);

Completed in 36 milliseconds