Lines Matching refs:Src0Idx
2769 unsigned Src0Idx, in commuteInstructionImpl() argument
2778 if (Src0Idx > Src1Idx) in commuteInstructionImpl()
2779 std::swap(Src0Idx, Src1Idx); in commuteInstructionImpl()
2782 static_cast<int>(Src0Idx) && in commuteInstructionImpl()
2787 MachineOperand &Src0 = MI.getOperand(Src0Idx); in commuteInstructionImpl()
2795 = TargetInstrInfo::commuteInstructionImpl(MI, NewMI, Src0Idx, Src1Idx); in commuteInstructionImpl()
2836 int Src0Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src0); in findCommutedOpIndices() local
2837 if (Src0Idx == -1) in findCommutedOpIndices()
2844 return fixCommutedOpIndices(SrcOpIdx0, SrcOpIdx1, Src0Idx, Src1Idx); in findCommutedOpIndices()
3914 int Src0Idx = AMDGPU::getNamedOperandIdx(MI.getOpcode(), in convertToThreeAddress() local
3916 const MachineOperand *Src0 = &MI.getOperand(Src0Idx); in convertToThreeAddress()
3920 if (Src0->isImm() && !isInlineConstant(MI, Src0Idx, *Src0)) in convertToThreeAddress()
4621 int Src0Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src0); in verifyInstruction() local
4625 if (Src0Idx == -1) { in verifyInstruction()
4627 Src0Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src0X); in verifyInstruction()
4776 for (int OpIdx : {DstIdx, Src0Idx, Src1Idx, Src2Idx}) { in verifyInstruction()
4925 for (int OpIdx : {Src0Idx, Src1Idx, Src2Idx, Src3Idx}) { in verifyInstruction()
4981 for (int OpIdx : {Src0Idx, Src1Idx}) { in verifyInstruction()
5004 const MachineOperand &Src0 = MI.getOperand(Src0Idx); in verifyInstruction()
5026 const MachineOperand &Src0 = MI.getOperand(Src0Idx); in verifyInstruction()
5030 !isInlineConstant(Src0, Desc.operands()[Src0Idx]) && in verifyInstruction()
5095 const MachineOperand &Src0 = MI.getOperand(Src0Idx); in verifyInstruction()
5853 int Src0Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src0); in legalizeOperandsVOP2() local
5854 MachineOperand &Src0 = MI.getOperand(Src0Idx); in legalizeOperandsVOP2()
5864 legalizeOpWithMove(MI, Src0Idx); in legalizeOperandsVOP2()
5889 legalizeOpWithMove(MI, Src0Idx); in legalizeOperandsVOP2()
6757 int Src0Idx = in legalizeOperands() local
6759 MachineOperand &Src0 = MI.getOperand(Src0Idx); in legalizeOperands()