Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp246 if ((OpIdx1 == CommuteAnyOperandIndex || OpIdx2 == CommuteAnyOperandIndex) && in commuteInstruction()
259 if (ResultIdx1 == CommuteAnyOperandIndex && in fixCommutedOpIndices()
260 ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
263 } else if (ResultIdx1 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
270 } else if (ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
DPeepholeOptimizer.cpp1537 unsigned CommIdx = TargetInstrInfo::CommuteAnyOperandIndex; in findTargetRecurrence()
DRegisterCoalescer.cpp829 unsigned NewDstIdx = TargetInstrInfo::CommuteAnyOperandIndex; in removeCopyByCommutingDef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h404 static const unsigned CommuteAnyOperandIndex = ~0U; variable
424 unsigned OpIdx1 = CommuteAnyOperandIndex,
425 unsigned OpIdx2 = CommuteAnyOperandIndex) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp747 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()
748 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in maybeCommute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp374 unsigned CommuteIdx0 = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
375 unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
DAMDGPUISelDAGToDAG.cpp2671 unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex; in isVGPRImm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp768 unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex; in ReduceTo2Addr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp1921 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()
1925 if (SrcOpIdx2 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()
1932 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findThreeSrcCommutedOpIndices()
1933 SrcOpIdx2 == CommuteAnyOperandIndex) { in findThreeSrcCommutedOpIndices()
1942 else if (SrcOpIdx2 == CommuteAnyOperandIndex) in findThreeSrcCommutedOpIndices()
4940 unsigned CommuteOpIdx1 = OpNum, CommuteOpIdx2 = CommuteAnyOperandIndex; in foldMemoryOperandImpl()