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