Searched defs:findCommutedOpIndices (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp121 // the two operands returned by findCommutedOpIndices.
130 if (!findCommutedOpIndices(MI, Idx1, Idx2)) {
178 /// findCommutedOpIndices - If specified MI is commutable, return the two
181 bool TargetInstrInfo::findCommutedOpIndices(MachineInstr *MI, function in class:TargetInstrInfo
185 "TargetInstrInfo::findCommutedOpIndices() can't handle bundles");
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp307 bool PPCInstrInfo::findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1, function in class:PPCInstrInfo
315 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2);
/external/llvm/lib/Target/R600/
H A DSIInstrInfo.cpp830 bool SIInstrInfo::findCommutedOpIndices(MachineInstr *MI, function in class:SIInstrInfo
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3148 bool X86InstrInfo::findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1, function in class:X86InstrInfo
3199 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2);
4872 if (findCommutedOpIndices(MI, CommuteOpIdx1, CommuteOpIdx2)) {

Completed in 133 milliseconds