Searched refs:ModIdx (Results 1 – 3 of 3) sorted by relevance
197 int ModIdx = -1; in updateOperand() local199 ModIdx = AMDGPU::OpName::src0_modifiers; in updateOperand()201 ModIdx = AMDGPU::OpName::src1_modifiers; in updateOperand()203 ModIdx = AMDGPU::OpName::src2_modifiers; in updateOperand()204 assert(ModIdx != -1); in updateOperand()205 ModIdx = AMDGPU::getNamedOperandIdx(Opcode, ModIdx); in updateOperand()206 MachineOperand &Mod = MI->getOperand(ModIdx); in updateOperand()
642 int ModIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src0_modifiers); in printOperand() local647 (OpNo == 1 && (Desc.TSFlags & SIInstrFlags::DPP) && ModIdx != -1)) && in printOperand()
8050 int ModIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src0_modifiers); in cvtVOP3DstOpSelOnly() local8051 uint32_t ModVal = Inst.getOperand(ModIdx).getImm(); in cvtVOP3DstOpSelOnly()8052 Inst.getOperand(ModIdx).setImm(ModVal | SISrcMods::DST_OP_SEL); in cvtVOP3DstOpSelOnly()8165 int ModIdx = AMDGPU::getNamedOperandIdx(Opc, ModOps[J]); in cvtVINTERP() local8166 uint32_t ModVal = Inst.getOperand(ModIdx).getImm(); in cvtVINTERP()8174 Inst.getOperand(ModIdx).setImm(ModVal); in cvtVINTERP()8322 int ModIdx = AMDGPU::getNamedOperandIdx(Opc, ModOps[J]); in cvtVOP3P() local8324 if (ModIdx == -1) in cvtVOP3P()8341 Inst.getOperand(ModIdx).setImm(Inst.getOperand(ModIdx).getImm() | ModVal); in cvtVOP3P()