Searched refs:ModIdx (Results 1 – 2 of 2) sorted by relevance
218 int ModIdx = -1; in updateOperand() local220 ModIdx = AMDGPU::OpName::src0_modifiers; in updateOperand()222 ModIdx = AMDGPU::OpName::src1_modifiers; in updateOperand()224 ModIdx = AMDGPU::OpName::src2_modifiers; in updateOperand()225 assert(ModIdx != -1); in updateOperand()226 ModIdx = AMDGPU::getNamedOperandIdx(Opcode, ModIdx); in updateOperand()227 MachineOperand &Mod = MI->getOperand(ModIdx); in updateOperand()
7423 int ModIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src0_modifiers); in cvtVOP3OpSel() local7424 uint32_t ModVal = Inst.getOperand(ModIdx).getImm(); in cvtVOP3OpSel()7425 Inst.getOperand(ModIdx).setImm(ModVal | SISrcMods::DST_OP_SEL); in cvtVOP3OpSel()7628 int ModIdx = AMDGPU::getNamedOperandIdx(Opc, ModOps[J]); in cvtVOP3P() local7630 Inst.getOperand(ModIdx).setImm(Inst.getOperand(ModIdx).getImm() | ModVal); in cvtVOP3P()