Lines Matching refs:Src1Idx
768 int Src1Idx = AMDGPU::getNamedOperandIdx(MI->getOpcode(), in commuteInstruction() local
770 if (Src1Idx == -1) in commuteInstruction()
773 MachineOperand &Src1 = MI->getOperand(Src1Idx); in commuteInstruction()
778 !isOperandLegal(MI, Src1Idx, &Src0))) { in commuteInstruction()
847 int Src1Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src1); in findCommutedOpIndices() local
848 if (Src1Idx == -1) in findCommutedOpIndices()
851 if (!MI->getOperand(Src1Idx).isReg()) in findCommutedOpIndices()
861 SrcOpIdx2 = Src1Idx; in findCommutedOpIndices()
1261 int Src1Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src1); in verifyInstruction() local
1333 const int OpIndices[] = { Src0Idx, Src1Idx, Src2Idx }; in verifyInstruction()
1361 const MachineOperand &Src1 = MI->getOperand(Src1Idx); in verifyInstruction()
1638 int Src1Idx = AMDGPU::getNamedOperandIdx(MI->getOpcode(), in legalizeOperands() local
1644 if (isVOP2(MI->getOpcode()) && Src1Idx != -1) { in legalizeOperands()
1650 if (isOperandLegal(MI, Src1Idx)) in legalizeOperands()
1663 legalizeOpWithMove(MI, Src1Idx); in legalizeOperands()
1670 int VOP3Idx[3] = { Src0Idx, Src1Idx, Src2Idx }; in legalizeOperands()