Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp253 if ((OpIdx1 == CommuteAnyOperandIndex || OpIdx2 == CommuteAnyOperandIndex) && in commuteInstruction()
266 if (ResultIdx1 == CommuteAnyOperandIndex && in fixCommutedOpIndices()
267 ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
270 } else if (ResultIdx1 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
277 } else if (ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
H A DPeepholeOptimizer.cpp1548 unsigned CommIdx = TargetInstrInfo::CommuteAnyOperandIndex; in findTargetRecurrence()
H A DTwoAddressInstructionPass.cpp406 unsigned Src1 = TargetInstrInfo::CommuteAnyOperandIndex; in findOnlyInterestingUse()
H A DRegisterCoalescer.cpp866 unsigned NewDstIdx = TargetInstrInfo::CommuteAnyOperandIndex; in removeCopyByCommutingDef()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h441 static const unsigned CommuteAnyOperandIndex = ~0U; variable
461 unsigned OpIdx1 = CommuteAnyOperandIndex,
462 unsigned OpIdx2 = CommuteAnyOperandIndex) const;
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2140 if (SrcOpIdx1 != CommuteAnyOperandIndex && SrcOpIdx1 > 3) in findCommutedOpIndices()
2142 if (SrcOpIdx2 != CommuteAnyOperandIndex && SrcOpIdx2 > 3) in findCommutedOpIndices()
2146 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findCommutedOpIndices()
2147 SrcOpIdx2 != CommuteAnyOperandIndex && SrcOpIdx1 != 1 && SrcOpIdx2 != 1) in findCommutedOpIndices()
2153 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findCommutedOpIndices()
2154 SrcOpIdx2 == CommuteAnyOperandIndex) { in findCommutedOpIndices()
2162 } else if (SrcOpIdx1 == CommuteAnyOperandIndex) { in findCommutedOpIndices()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp783 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()
784 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp379 unsigned CommuteIdx0 = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
380 unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
H A DAMDGPUISelDAGToDAG.cpp2944 unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex; in isVGPRImm()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp776 unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex; in ReduceTo2Addr()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2385 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()
2389 if (SrcOpIdx2 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()
2396 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findThreeSrcCommutedOpIndices()
2397 SrcOpIdx2 == CommuteAnyOperandIndex) { in findThreeSrcCommutedOpIndices()
2406 else if (SrcOpIdx2 == CommuteAnyOperandIndex) in findThreeSrcCommutedOpIndices()
6220 unsigned CommuteOpIdx1 = OpNum, CommuteOpIdx2 = CommuteAnyOperandIndex; in foldMemoryOperandImpl()