Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp237 if ((OpIdx1 == CommuteAnyOperandIndex || OpIdx2 == CommuteAnyOperandIndex) && in commuteInstruction()
250 if (ResultIdx1 == CommuteAnyOperandIndex && in fixCommutedOpIndices()
251 ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
254 } else if (ResultIdx1 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
261 } else if (ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
DPeepholeOptimizer.cpp1539 unsigned CommIdx = TargetInstrInfo::CommuteAnyOperandIndex; in findTargetRecurrence()
DRegisterCoalescer.cpp736 unsigned NewDstIdx = TargetInstrInfo::CommuteAnyOperandIndex; in removeCopyByCommutingDef()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp201 if ((OpIdx1 == CommuteAnyOperandIndex || OpIdx2 == CommuteAnyOperandIndex) && in commuteInstruction()
214 if (ResultIdx1 == CommuteAnyOperandIndex && in fixCommutedOpIndices()
215 ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
218 } else if (ResultIdx1 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
225 } else if (ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
DRegisterCoalescer.cpp686 unsigned NewDstIdx = TargetInstrInfo::CommuteAnyOperandIndex; in removeCopyByCommutingDef()
/external/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp160 unsigned CommuteIdx0 = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
161 unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h312 static const unsigned CommuteAnyOperandIndex = ~0U; variable
332 unsigned OpIdx1 = CommuteAnyOperandIndex,
333 unsigned OpIdx2 = CommuteAnyOperandIndex) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h381 static const unsigned CommuteAnyOperandIndex = ~0U; variable
401 unsigned OpIdx1 = CommuteAnyOperandIndex,
402 unsigned OpIdx2 = CommuteAnyOperandIndex) const;
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp682 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex; in MaybeCommute()
683 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in MaybeCommute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp717 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex; in MaybeCommute()
718 Operand1 = TargetInstrInfo::CommuteAnyOperandIndex; in MaybeCommute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp266 unsigned CommuteIdx0 = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
267 unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex; in tryAddToFoldList()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp728 unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex; in ReduceTo2Addr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp758 unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex; in ReduceTo2Addr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp1898 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()
1902 if (SrcOpIdx2 != CommuteAnyOperandIndex && in findThreeSrcCommutedOpIndices()
1909 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findThreeSrcCommutedOpIndices()
1910 SrcOpIdx2 == CommuteAnyOperandIndex) { in findThreeSrcCommutedOpIndices()
1920 else if (SrcOpIdx2 == CommuteAnyOperandIndex) in findThreeSrcCommutedOpIndices()
4945 unsigned CommuteOpIdx1 = OpNum, CommuteOpIdx2 = CommuteAnyOperandIndex; in foldMemoryOperandImpl()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp3416 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findFMA3CommutedOpIndices()
3419 if (SrcOpIdx2 != CommuteAnyOperandIndex && in findFMA3CommutedOpIndices()
3425 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findFMA3CommutedOpIndices()
3426 SrcOpIdx2 == CommuteAnyOperandIndex) { in findFMA3CommutedOpIndices()
3436 else if (SrcOpIdx2 == CommuteAnyOperandIndex) in findFMA3CommutedOpIndices()
5840 unsigned CommuteOpIdx1 = OpNum, CommuteOpIdx2 = CommuteAnyOperandIndex; in foldMemoryOperandImpl()