Searched refs:Src1Idx (Results 1 – 2 of 2) sorted by relevance
958 int Src1Idx = in commuteInstructionImpl() local962 OpIdx1 != static_cast<unsigned>(Src1Idx)) && in commuteInstructionImpl()963 (OpIdx0 != static_cast<unsigned>(Src1Idx) || in commuteInstructionImpl()967 MachineOperand &Src1 = MI.getOperand(Src1Idx); in commuteInstructionImpl()978 if (!isLegalRegOperand(MRI, InstrDesc.OpInfo[Src1Idx], Src0)) in commuteInstructionImpl()1047 int Src1Idx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::src1); in findCommutedOpIndices() local1048 if (Src1Idx == -1) in findCommutedOpIndices()1051 MachineOperand &Src1 = MI.getOperand(Src1Idx); in findCommutedOpIndices()1066 return fixCommutedOpIndices(SrcOpIdx0, SrcOpIdx1, Src0Idx, Src1Idx); in findCommutedOpIndices()1653 int Src1Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src1); in verifyInstruction() local[all …]
280 int Src1Idx = TII->getOperandIdx(MI, AMDGPU::OpName::src1); in runOnMachineFunction() local281 if (Src1Idx != -1) { in runOnMachineFunction()282 Src1 = MI.getOperand(Src1Idx).getReg(); in runOnMachineFunction()