Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h233 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
739 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetInstrInfoImpl.cpp68 if (!findCommutedOpIndices(MI, Idx1, Idx2)) { in commuteInstruction()
121 bool TargetInstrInfoImpl::findCommutedOpIndices(MachineInstr *MI, in findCommutedOpIndices() function in TargetInstrInfoImpl
DTwoAddressInstructionPass.cpp889 TII->findCommutedOpIndices(mi, SrcOp1, SrcOp2)) { in TryInstructionTransform()
/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/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/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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h216 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
/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,
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h352 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/include/llvm/CodeGen/
DTargetInstrInfo.h421 virtual bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
/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/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2SizeReduction.cpp592 if (!TII->findCommutedOpIndices(MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()
/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