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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp117 int Op0Idx = AMDGPU::getNamedOperandIdx(Opc0, OpName); local
120 if (Op0Idx == -1 && Op1Idx == -1)
124 if ((Op0Idx == -1 && Op1Idx != -1) ||
125 (Op1Idx == -1 && Op0Idx != -1))
132 --Op0Idx;
135 return N0->getOperand(Op0Idx) == N1->getOperand(Op1Idx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2337 uint64_t Op0Idx; member in struct:DelayedShufTy
2363 uint64_t Op0Idx = DelayedShuffle.Op0Idx; local
2367 Constant *Op0 = ValueList.getConstantFwdRef(Op0Idx, OpTy);

Completed in 122 milliseconds