Home | History | Annotate | Download | only in R600

Lines Matching refs:Op1Idx

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);