Lines Matching defs:OptIdx
8854 OptionalImmIndexMap &OptIdx) {
8886 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyBitOp3);
8894 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyOpSel);
8900 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyOpSelHi,
8906 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyNegLo);
8910 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyNegHi);
8974 OptionalImmIndexMap OptIdx;
8975 cvtVOP3(Inst, Operands, OptIdx);
8976 cvtVOP3P(Inst, Operands, OptIdx);
8996 OptionalImmIndexMap OptIdx;
8999 OptIdx[Op.getImmTy()] = i;
9003 addOptionalImmOperand(Inst, Operands, OptIdx,
9007 addOptionalImmOperand(Inst, Operands, OptIdx,
9011 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyClamp);
9013 cvtVOP3P(Inst, Operands, OptIdx);