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

  /external/llvm/lib/CodeGen/
TargetInstrInfoImpl.cpp 59 // commuteInstruction - The default implementation of this method just exchanges
61 MachineInstr *TargetInstrInfoImpl::commuteInstruction(MachineInstr *MI,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 114 // commuteInstruction - We can commute rlwimi instructions, but only if the
117 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const {
122 return TargetInstrInfoImpl::commuteInstruction(MI, NewMI);
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 79 milliseconds