Searched refs:findCommutedOpIndices (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 121 bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
|
D | PPCInstrInfo.cpp | 302 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/ |
D | TargetInstrInfo.cpp | 129 if (!findCommutedOpIndices(MI, Idx1, Idx2)) { in commuteInstruction() 180 bool TargetInstrInfo::findCommutedOpIndices(MachineInstr *MI, in findCommutedOpIndices() function in TargetInstrInfo
|
D | TwoAddressInstructionPass.cpp | 1116 TII->findCommutedOpIndices(&MI, SrcOp1, SrcOp2)) { in tryInstructionTransform()
|
D | RegisterCoalescer.cpp | 603 if (!TII->findCommutedOpIndices(DefMI, Op1, Op2)) in removeCopyByCommutingDef()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 242 bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
|
D | X86InstrInfo.cpp | 2471 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/ |
D | TargetInstrInfo.h | 252 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 663 if (!TII->findCommutedOpIndices(MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()
|