Searched refs:ModIdx (Results 1 – 2 of 2) sorted by relevance
180 int ModIdx = -1; in updateOperand() local182 ModIdx = AMDGPU::OpName::src0_modifiers; in updateOperand()184 ModIdx = AMDGPU::OpName::src1_modifiers; in updateOperand()186 ModIdx = AMDGPU::OpName::src2_modifiers; in updateOperand()187 assert(ModIdx != -1); in updateOperand()188 ModIdx = AMDGPU::getNamedOperandIdx(Opcode, ModIdx); in updateOperand()189 MachineOperand &Mod = MI->getOperand(ModIdx); in updateOperand()
4932 int ModIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src0_modifiers); in cvtVOP3OpSel() local4933 uint32_t ModVal = Inst.getOperand(ModIdx).getImm(); in cvtVOP3OpSel()4934 Inst.getOperand(ModIdx).setImm(ModVal | SISrcMods::DST_OP_SEL); in cvtVOP3OpSel()5130 int ModIdx = AMDGPU::getNamedOperandIdx(Opc, ModOps[J]); in cvtVOP3P() local5132 Inst.getOperand(ModIdx).setImm(Inst.getOperand(ModIdx).getImm() | ModVal); in cvtVOP3P()