Home
last modified time | relevance | path

Searched refs:findCommutedOpIndices (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsInstrInfo.h152 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
DMipsInstrInfo.cpp669 bool MipsInstrInfo::findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1, in findCommutedOpIndices() function in MipsInstrInfo
693 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h159 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
DPPCInstrInfo.cpp405 bool PPCInstrInfo::findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1, in findCommutedOpIndices() function in PPCInstrInfo
413 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h216 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
DPPCInstrInfo.cpp441 bool PPCInstrInfo::findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1, in findCommutedOpIndices() function in PPCInstrInfo
449 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp137 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) && in commuteInstructionImpl()
202 !findCommutedOpIndices(MI, OpIdx1, OpIdx2)) { in commuteInstruction()
241 bool TargetInstrInfo::findCommutedOpIndices(MachineInstr &MI, in findCommutedOpIndices() function in TargetInstrInfo
DTwoAddressInstructionPass.cpp1173 !TII->findCommutedOpIndices(*MI, BaseOpIdx, OtherOpIdx)) in tryInstructionCommute()
DRegisterCoalescer.cpp687 if (!TII->findCommutedOpIndices(*DefMI, UseOpIdx, NewDstIdx)) in removeCopyByCommutingDef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp159 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) && in commuteInstructionImpl()
238 !findCommutedOpIndices(MI, OpIdx1, OpIdx2)) { in commuteInstruction()
277 bool TargetInstrInfo::findCommutedOpIndices(MachineInstr &MI, in findCommutedOpIndices() function in TargetInstrInfo
DPeepholeOptimizer.cpp1540 if (TII->findCommutedOpIndices(MI, Idx, CommIdx) && CommIdx == TiedUseIdx) { in findTargetRecurrence()
DTwoAddressInstructionPass.cpp1219 !TII->findCommutedOpIndices(*MI, BaseOpIdx, OtherOpIdx)) in tryInstructionCommute()
/external/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp162 bool CanCommute = TII->findCommutedOpIndices(*MI, CommuteIdx0, CommuteIdx1); in tryAddToFoldList()
DSIInstrInfo.h149 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
/external/llvm/lib/Target/X86/
DX86InstrInfo.h264 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h292 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
DX86InstrInfo.cpp1954 bool X86InstrInfo::findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1, in findCommutedOpIndices() function in X86InstrInfo
1998 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
2007 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
2116 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
4946 if (findCommutedOpIndices(MI, CommuteOpIdx1, CommuteOpIdx2)) { in foldMemoryOperandImpl()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h352 virtual bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h421 virtual bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp684 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in MaybeCommute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp719 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in MaybeCommute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h225 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
DSIFoldOperands.cpp268 bool CanCommute = TII->findCommutedOpIndices(*MI, CommuteIdx0, CommuteIdx1); in tryAddToFoldList()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp729 if (!TII->findCommutedOpIndices(*MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp759 if (!TII->findCommutedOpIndices(*MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()

12