Searched refs:Src1ModIdx (Results 1 – 2 of 2) sorted by relevance
1110 int Src1ModIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src1_modifiers); in tryFoldInst() local1113 (Src1ModIdx == -1 || !MI->getOperand(Src1ModIdx).getImm()) && in tryFoldInst()1122 if (Src1ModIdx != -1) in tryFoldInst()1123 MI->RemoveOperand(Src1ModIdx); in tryFoldInst()
2305 int Src1ModIdx = AMDGPU::getNamedOperandIdx(Opc, in removeModOperands() local2311 MI.RemoveOperand(Src1ModIdx); in removeModOperands()