Lines Matching defs:OptIdx
8694 OptionalImmIndexMap &OptIdx) {
8728 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyOpSel);
8734 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyOpSelHi,
8740 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyNegLo);
8744 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyNegHi);
8808 OptionalImmIndexMap OptIdx;
8809 cvtVOP3(Inst, Operands, OptIdx);
8810 cvtVOP3P(Inst, Operands, OptIdx);
8830 OptionalImmIndexMap OptIdx;
8833 OptIdx[Op.getImmTy()] = i;
8837 addOptionalImmOperand(Inst, Operands, OptIdx,
8841 addOptionalImmOperand(Inst, Operands, OptIdx,
8845 addOptionalImmOperand(Inst, Operands, OptIdx, AMDGPUOperand::ImmTyClamp);
8847 cvtVOP3P(Inst, Operands, OptIdx);