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

  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 117 // the two operands returned by findCommutedOpIndices.
126 if (!findCommutedOpIndices(MI, Idx1, Idx2)) {
176 /// findCommutedOpIndices - If specified MI is commutable, return the two
179 bool TargetInstrInfo::findCommutedOpIndices(MachineInstr *MI,
183 "TargetInstrInfo::findCommutedOpIndices() can't handle bundles");
RegisterCoalescer.cpp 605 if (!TII->findCommutedOpIndices(DefMI, Op1, Op2))
    [all...]
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 222 /// findCommutedOpIndices - If specified MI is commutable, return the two
225 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 638 if (!TII->findCommutedOpIndices(MI, CommOpIdx1, CommOpIdx2) ||
    [all...]

Completed in 259 milliseconds