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.cpp289 if ((OpIdx1 == CommuteAnyOperandIndex || OpIdx2 == CommuteAnyOperandIndex) && in commuteInstruction()
302 if (ResultIdx1 == CommuteAnyOperandIndex && in fixCommutedOpIndices()
303 ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
306 } else if (ResultIdx1 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
313 } else if (ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
H A DPeepholeOptimizer.cpp1590 unsigned CommIdx = TargetInstrInfo::CommuteAnyOperandIndex; in findTargetRecurrence()
H A DTwoAddressInstructionPass.cpp517 unsigned Src1 = TargetInstrInfo::CommuteAnyOperandIndex; in findOnlyInterestingUse()
H A DRegisterCoalescer.cpp880 unsigned NewDstIdx = TargetInstrInfo::CommuteAnyOperandIndex; in removeCopyByCommutingDef()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h463 static const unsigned CommuteAnyOperandIndex = ~0U; variable
483 unsigned OpIdx1 = CommuteAnyOperandIndex,
484 unsigned OpIdx2 = CommuteAnyOperandIndex) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp815 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()
816 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp3836 if (SrcOpIdx1 != CommuteAnyOperandIndex && SrcOpIdx1 > 3) in findCommutedOpIndices()
3838 if (SrcOpIdx2 != CommuteAnyOperandIndex && SrcOpIdx2 > 3) in findCommutedOpIndices()
3842 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findCommutedOpIndices()
3843 SrcOpIdx2 != CommuteAnyOperandIndex && SrcOpIdx1 != 1 && SrcOpIdx2 != 1) in findCommutedOpIndices()
3849 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findCommutedOpIndices()
3850 SrcOpIdx2 == CommuteAnyOperandIndex) { in findCommutedOpIndices()
3858 } 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.cpp2744 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()
2748 if (SrcOpIdx2 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()
2755 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findThreeSrcCommutedOpIndices()
2756 SrcOpIdx2 == CommuteAnyOperandIndex) { in findThreeSrcCommutedOpIndices()
2765 else if (SrcOpIdx2 == CommuteAnyOperandIndex) in findThreeSrcCommutedOpIndices()
5890 unsigned Op1 = 1, Op2 = CommuteAnyOperandIndex; in foldImmediateImpl()
7404 unsigned Idx2 = CommuteAnyOperandIndex; in commuteOperandsForFold()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp824 unsigned CommuteOpNo = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
H A DAMDGPUISelDAGToDAG.cpp3940 unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex; in isVGPRImm()