Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp86 int Op0Idx = AMDGPU::getNamedOperandIdx(Opc0, OpName); in nodesHaveSameOperandValue() local
89 if (Op0Idx == -1 && Op1Idx == -1) in nodesHaveSameOperandValue()
93 if ((Op0Idx == -1 && Op1Idx != -1) || in nodesHaveSameOperandValue()
94 (Op1Idx == -1 && Op0Idx != -1)) in nodesHaveSameOperandValue()
101 --Op0Idx; in nodesHaveSameOperandValue()
104 return N0->getOperand(Op0Idx) == N1->getOperand(Op1Idx); in nodesHaveSameOperandValue()