Home
last modified time | relevance | path

Searched refs:Op0Idx (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp56 int Op0Idx = AMDGPU::getNamedOperandIdx(Opc0, OpName); in nodesHaveSameOperandValue() local
59 if (Op0Idx == -1 && Op1Idx == -1) in nodesHaveSameOperandValue()
63 if ((Op0Idx == -1 && Op1Idx != -1) || in nodesHaveSameOperandValue()
64 (Op1Idx == -1 && Op0Idx != -1)) in nodesHaveSameOperandValue()
71 --Op0Idx; in nodesHaveSameOperandValue()
74 return N0->getOperand(Op0Idx) == N1->getOperand(Op1Idx); in nodesHaveSameOperandValue()