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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp118 int Op1Idx = AMDGPU::getNamedOperandIdx(Opc1, OpName); local
120 if (Op0Idx == -1 && Op1Idx == -1)
124 if ((Op0Idx == -1 && Op1Idx != -1) ||
125 (Op1Idx == -1 && Op0Idx != -1))
133 --Op1Idx;
135 return N0->getOperand(Op0Idx) == N1->getOperand(Op1Idx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2338 uint64_t Op1Idx; member in struct:DelayedShufTy
2364 uint64_t Op1Idx = DelayedShuffle.Op1Idx; local
2368 Constant *Op1 = ValueList.getConstantFwdRef(Op1Idx, OpTy);

Completed in 132 milliseconds