Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h121 bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
DPPCInstrInfo.cpp302 bool PPCInstrInfo::findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1, in findCommutedOpIndices() function in PPCInstrInfo
310 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp129 if (!findCommutedOpIndices(MI, Idx1, Idx2)) { in commuteInstruction()
180 bool TargetInstrInfo::findCommutedOpIndices(MachineInstr *MI, in findCommutedOpIndices() function in TargetInstrInfo
DTwoAddressInstructionPass.cpp1116 TII->findCommutedOpIndices(&MI, SrcOp1, SrcOp2)) { in tryInstructionTransform()
DRegisterCoalescer.cpp603 if (!TII->findCommutedOpIndices(DefMI, Op1, Op2)) in removeCopyByCommutingDef()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h242 bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
DX86InstrInfo.cpp2471 bool X86InstrInfo::findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1, in findCommutedOpIndices() function in X86InstrInfo
2502 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h252 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp663 if (!TII->findCommutedOpIndices(MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()