Searched refs:ModIdx (Results 1 – 3 of 3) sorted by relevance
203 int ModIdx = -1; in updateOperand() local205 ModIdx = AMDGPU::OpName::src0_modifiers; in updateOperand()207 ModIdx = AMDGPU::OpName::src1_modifiers; in updateOperand()209 ModIdx = AMDGPU::OpName::src2_modifiers; in updateOperand()210 assert(ModIdx != -1); in updateOperand()211 ModIdx = AMDGPU::getNamedOperandIdx(Opcode, ModIdx); in updateOperand()212 MachineOperand &Mod = MI->getOperand(ModIdx); in updateOperand()
8057 int ModIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src0_modifiers); in cvtVOP3DstOpSelOnly() local8058 uint32_t ModVal = Inst.getOperand(ModIdx).getImm(); in cvtVOP3DstOpSelOnly()8059 Inst.getOperand(ModIdx).setImm(ModVal | SISrcMods::DST_OP_SEL); in cvtVOP3DstOpSelOnly()8174 int ModIdx = AMDGPU::getNamedOperandIdx(Opc, ModOps[J]); in cvtVINTERP() local8175 uint32_t ModVal = Inst.getOperand(ModIdx).getImm(); in cvtVINTERP()8183 Inst.getOperand(ModIdx).setImm(ModVal); in cvtVINTERP()8305 int ModIdx = AMDGPU::getNamedOperandIdx(Opc, ModOps[J]); in cvtVOP3P() local8307 if (ModIdx == -1) in cvtVOP3P()8324 Inst.getOperand(ModIdx).setImm(Inst.getOperand(ModIdx).getImm() | ModVal); in cvtVOP3P()
642 int ModIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src0_modifiers); in printOperand() local647 (OpNo == 1 && (Desc.TSFlags & SIInstrFlags::DPP) && ModIdx != -1)) && in printOperand()