Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h160 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/llvm/lib/CodeGen/
DTargetInstrInfo.cpp133 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) && in commuteInstructionImpl()
196 !findCommutedOpIndices(MI, OpIdx1, OpIdx2)) { in commuteInstruction()
235 bool TargetInstrInfo::findCommutedOpIndices(MachineInstr *MI, in findCommutedOpIndices() function in TargetInstrInfo
DTwoAddressInstructionPass.cpp1178 !TII->findCommutedOpIndices(MI, BaseOpIdx, OtherOpIdx)) in tryInstructionCommute()
DRegisterCoalescer.cpp677 if (!TII->findCommutedOpIndices(DefMI, UseOpIdx, NewDstIdx)) in removeCopyByCommutingDef()
/external/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp170 bool CanCommute = TII->findCommutedOpIndices(MI, CommuteIdx0, CommuteIdx1); in tryAddToFoldList()
DSIInstrInfo.h132 bool findCommutedOpIndices(MachineInstr *MI,
DSIInstrInfo.cpp974 bool SIInstrInfo::findCommutedOpIndices(MachineInstr *MI, in findCommutedOpIndices() function in SIInstrInfo
/external/llvm/lib/Target/X86/
DX86InstrInfo.h265 bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
DX86InstrInfo.cpp3620 bool X86InstrInfo::findCommutedOpIndices(MachineInstr *MI, in findCommutedOpIndices() function in X86InstrInfo
3647 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
5654 if (findCommutedOpIndices(MI, CommuteOpIdx1, CommuteOpIdx2)) { in foldMemoryOperandImpl()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h340 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp681 if (!TII->findCommutedOpIndices(MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()