Searched refs:findCommutedOpIndices (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 130 bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
|
D | PPCInstrInfo.cpp | 307 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/ |
D | SIFoldOperands.cpp | 138 bool CanCommute = TII->findCommutedOpIndices(MI, CommuteIdx0, CommuteIdx1); in tryAddToFoldList()
|
D | SIInstrInfo.h | 121 bool findCommutedOpIndices(MachineInstr *MI,
|
D | SIInstrInfo.cpp | 830 bool SIInstrInfo::findCommutedOpIndices(MachineInstr *MI, in findCommutedOpIndices() function in SIInstrInfo
|
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 130 if (!findCommutedOpIndices(MI, Idx1, Idx2)) { in commuteInstruction() 181 bool TargetInstrInfo::findCommutedOpIndices(MachineInstr *MI, in findCommutedOpIndices() function in TargetInstrInfo
|
D | TwoAddressInstructionPass.cpp | 1191 TII->findCommutedOpIndices(&MI, SrcOp1, SrcOp2)) { in tryInstructionTransform()
|
D | RegisterCoalescer.cpp | 657 if (!TII->findCommutedOpIndices(DefMI, Op1, Op2)) in removeCopyByCommutingDef()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 248 bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
|
D | X86InstrInfo.cpp | 3148 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/ |
D | TargetInstrInfo.h | 270 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2SizeReduction.cpp | 663 if (!TII->findCommutedOpIndices(MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()
|