Home
last modified time | relevance | path

Searched refs:CommuteAnyOperandIndex (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp255 if ((OpIdx1 == CommuteAnyOperandIndex || OpIdx2 == CommuteAnyOperandIndex) && in commuteInstruction()
268 if (ResultIdx1 == CommuteAnyOperandIndex && in fixCommutedOpIndices()
269 ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
272 } else if (ResultIdx1 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
279 } else if (ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
H A DPeepholeOptimizer.cpp1602 unsigned CommIdx = TargetInstrInfo::CommuteAnyOperandIndex; in findTargetRecurrence()
H A DTwoAddressInstructionPass.cpp514 unsigned Src1 = TargetInstrInfo::CommuteAnyOperandIndex; in findOnlyInterestingUse()
H A DRegisterCoalescer.cpp867 unsigned NewDstIdx = TargetInstrInfo::CommuteAnyOperandIndex; in removeCopyByCommutingDef()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h450 static const unsigned CommuteAnyOperandIndex = ~0U; variable
470 unsigned OpIdx1 = CommuteAnyOperandIndex,
471 unsigned OpIdx2 = CommuteAnyOperandIndex) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp786 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()
787 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp3221 if (SrcOpIdx1 != CommuteAnyOperandIndex && SrcOpIdx1 > 3) in findCommutedOpIndices()
3223 if (SrcOpIdx2 != CommuteAnyOperandIndex && SrcOpIdx2 > 3) in findCommutedOpIndices()
3227 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findCommutedOpIndices()
3228 SrcOpIdx2 != CommuteAnyOperandIndex && SrcOpIdx1 != 1 && SrcOpIdx2 != 1) in findCommutedOpIndices()
3234 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findCommutedOpIndices()
3235 SrcOpIdx2 == CommuteAnyOperandIndex) { in findCommutedOpIndices()
3243 } else if (SrcOpIdx1 == CommuteAnyOperandIndex) { in findCommutedOpIndices()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp776 unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex; in ReduceTo2Addr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2759 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()
2763 if (SrcOpIdx2 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()
2770 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findThreeSrcCommutedOpIndices()
2771 SrcOpIdx2 == CommuteAnyOperandIndex) { in findThreeSrcCommutedOpIndices()
2780 else if (SrcOpIdx2 == CommuteAnyOperandIndex) in findThreeSrcCommutedOpIndices()
5833 unsigned Op1 = 1, Op2 = CommuteAnyOperandIndex; in foldImmediateImpl()
7318 unsigned Idx2 = CommuteAnyOperandIndex; in commuteOperandsForFold()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp562 unsigned CommuteOpNo = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
H A DAMDGPUISelDAGToDAG.cpp3577 unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex; in isVGPRImm()