Searched refs:Src0ModIdx (Results 1 – 2 of 2) sorted by relevance
1111 int Src0ModIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src0_modifiers); in tryFoldInst() local1114 (Src0ModIdx == -1 || !MI->getOperand(Src0ModIdx).getImm())) { in tryFoldInst()1124 if (Src0ModIdx != -1) in tryFoldInst()1125 MI->RemoveOperand(Src0ModIdx); in tryFoldInst()
2303 int Src0ModIdx = AMDGPU::getNamedOperandIdx(Opc, in removeModOperands() local2312 MI.RemoveOperand(Src0ModIdx); in removeModOperands()