Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h130 bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
DPPCInstrInfo.cpp307 bool PPCInstrInfo::findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1, in findCommutedOpIndices() function in PPCInstrInfo
315 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
/external/llvm/lib/Target/R600/
DSIFoldOperands.cpp138 bool CanCommute = TII->findCommutedOpIndices(MI, CommuteIdx0, CommuteIdx1); in tryAddToFoldList()
DSIInstrInfo.h121 bool findCommutedOpIndices(MachineInstr *MI,
DSIInstrInfo.cpp830 bool SIInstrInfo::findCommutedOpIndices(MachineInstr *MI, in findCommutedOpIndices() function in SIInstrInfo
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp130 if (!findCommutedOpIndices(MI, Idx1, Idx2)) { in commuteInstruction()
181 bool TargetInstrInfo::findCommutedOpIndices(MachineInstr *MI, in findCommutedOpIndices() function in TargetInstrInfo
DTwoAddressInstructionPass.cpp1191 TII->findCommutedOpIndices(&MI, SrcOp1, SrcOp2)) { in tryInstructionTransform()
DRegisterCoalescer.cpp657 if (!TII->findCommutedOpIndices(DefMI, Op1, Op2)) in removeCopyByCommutingDef()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h248 bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
DX86InstrInfo.cpp3148 bool X86InstrInfo::findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1, in findCommutedOpIndices() function in X86InstrInfo
3199 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
4872 if (findCommutedOpIndices(MI, CommuteOpIdx1, CommuteOpIdx2)) { in foldMemoryOperandImpl()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h270 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp663 if (!TII->findCommutedOpIndices(MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()