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

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

Completed in 239 milliseconds