HomeSort by relevance Sort by last modified time
    Searched defs:findCommutedOpIndices (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 120 // the two operands returned by findCommutedOpIndices.
129 if (!findCommutedOpIndices(MI, Idx1, Idx2)) {
177 /// findCommutedOpIndices - If specified MI is commutable, return the two
180 bool TargetInstrInfo::findCommutedOpIndices(MachineInstr *MI,
184 "TargetInstrInfo::findCommutedOpIndices() can't handle bundles");
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 302 bool PPCInstrInfo::findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
310 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2);
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 801 milliseconds