Home
last modified time | relevance | path

Searched refs:Src1Idx (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp958 int Src1Idx = in commuteInstructionImpl() local
962 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() local
1048 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 …]
DR600ExpandSpecialInstrs.cpp280 int Src1Idx = TII->getOperandIdx(MI, AMDGPU::OpName::src1); in runOnMachineFunction() local
281 if (Src1Idx != -1) { in runOnMachineFunction()
282 Src1 = MI.getOperand(Src1Idx).getReg(); in runOnMachineFunction()