Searched refs:ModIdx (Results 1 – 2 of 2) sorted by relevance
219 int ModIdx = -1; in updateOperand() local221 ModIdx = AMDGPU::OpName::src0_modifiers; in updateOperand()223 ModIdx = AMDGPU::OpName::src1_modifiers; in updateOperand()225 ModIdx = AMDGPU::OpName::src2_modifiers; in updateOperand()226 assert(ModIdx != -1); in updateOperand()227 ModIdx = AMDGPU::getNamedOperandIdx(Opcode, ModIdx); in updateOperand()228 MachineOperand &Mod = MI->getOperand(ModIdx); in updateOperand()
7462 int ModIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src0_modifiers); in cvtVOP3OpSel() local7463 uint32_t ModVal = Inst.getOperand(ModIdx).getImm(); in cvtVOP3OpSel()7464 Inst.getOperand(ModIdx).setImm(ModVal | SISrcMods::DST_OP_SEL); in cvtVOP3OpSel()7667 int ModIdx = AMDGPU::getNamedOperandIdx(Opc, ModOps[J]); in cvtVOP3P() local7669 Inst.getOperand(ModIdx).setImm(Inst.getOperand(ModIdx).getImm() | ModVal); in cvtVOP3P()