Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp1603 unsigned CommIdx = TargetInstrInfo::CommuteAnyOperandIndex; in findTargetRecurrence()
H A DTwoAddressInstructionPass.cpp441 unsigned Src1 = TargetInstrInfo::CommuteAnyOperandIndex; in findOnlyInterestingUse()
H A DRegisterCoalescer.cpp866 unsigned NewDstIdx = TargetInstrInfo::CommuteAnyOperandIndex; in removeCopyByCommutingDef()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h448 static const unsigned CommuteAnyOperandIndex = ~0U; variable
468 unsigned OpIdx1 = CommuteAnyOperandIndex,
469 unsigned OpIdx2 = CommuteAnyOperandIndex) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp783 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()
784 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2712 if (SrcOpIdx1 != CommuteAnyOperandIndex && SrcOpIdx1 > 3) in findCommutedOpIndices()
2714 if (SrcOpIdx2 != CommuteAnyOperandIndex && SrcOpIdx2 > 3) in findCommutedOpIndices()
2718 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findCommutedOpIndices()
2719 SrcOpIdx2 != CommuteAnyOperandIndex && SrcOpIdx1 != 1 && SrcOpIdx2 != 1) in findCommutedOpIndices()
2725 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findCommutedOpIndices()
2726 SrcOpIdx2 == CommuteAnyOperandIndex) { in findCommutedOpIndices()
2734 } else if (SrcOpIdx1 == CommuteAnyOperandIndex) { in findCommutedOpIndices()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp776 unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex; in ReduceTo2Addr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2764 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()
2768 if (SrcOpIdx2 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()
2775 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findThreeSrcCommutedOpIndices()
2776 SrcOpIdx2 == CommuteAnyOperandIndex) { in findThreeSrcCommutedOpIndices()
2785 else if (SrcOpIdx2 == CommuteAnyOperandIndex) in findThreeSrcCommutedOpIndices()
5803 unsigned Op1 = 1, Op2 = CommuteAnyOperandIndex; in FoldImmediateImpl()
7410 unsigned CommuteOpIdx1 = OpNum, CommuteOpIdx2 = CommuteAnyOperandIndex; in foldMemoryOperandImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp560 unsigned CommuteOpNo = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
H A DAMDGPUISelDAGToDAG.cpp3505 unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex; in isVGPRImm()