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

  /external/llvm/lib/Target/R600/
SIInstrInfo.h 40 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
SIInstrInfo.cpp 185 MachineInstr *SIInstrInfo::commuteInstruction(MachineInstr *MI,
192 MI = TargetInstrInfo::commuteInstruction(MI, NewMI);
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 105 // commuteInstruction - We can commute rlwimi instructions, but only if the
107 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
PPCInstrInfo.cpp 148 // commuteInstruction - We can commute rlwimi instructions, but only if the
151 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const {
157 return TargetInstrInfo::commuteInstruction(MI, NewMI);
    [all...]
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 462 MachineInstr *NewMI = TII->commuteInstruction(MI);
472 (void)TII->commuteInstruction(MI);
TwoAddressInstructionPass.cpp 108 bool commuteInstruction(MachineBasicBlock::iterator &mi,
571 /// commuteInstruction - Commute a two-address instruction and update the basic
575 commuteInstruction(MachineBasicBlock::iterator &mi,
579 MachineInstr *NewMI = TII->commuteInstruction(MI);
588 "TargetInstrInfo::commuteInstruction() should not return a new "
    [all...]
TargetInstrInfo.cpp 116 // commuteInstruction - The default implementation of this method just exchanges
118 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr *MI,
RegisterCoalescer.cpp 646 MachineInstr *NewMI = TII->commuteInstruction(DefMI);
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 219 /// commuteInstruction - If a target has any instructions that are
227 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 136 MachineInstr *commuteInstruction(MachineInstr*, bool=false) const;
Thumb2SizeReduction.cpp 658 MachineInstr *CommutedMI = TII->commuteInstruction(MI);
668 MachineInstr *CommutedMI = TII->commuteInstruction(MI);
    [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 222 /// commuteInstruction - We have a few instructions that must be hacked on to
225 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
X86InstrInfo.cpp     [all...]

Completed in 563 milliseconds