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

  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 100 // commuteInstruction - We can commute rlwimi instructions, but only if the
102 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
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/include/llvm/Target/
TargetInstrInfo.h 220 /// commuteInstruction - If a target has any instructions that are
228 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 205 /// commuteInstruction - We have a few instructions that must be hacked on to
208 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 422 MachineInstr *NewMI = TII->commuteInstruction(MI);
432 (void)TII->commuteInstruction(MI);
TargetInstrInfoImpl.cpp 59 // commuteInstruction - The default implementation of this method just exchanges
61 MachineInstr *TargetInstrInfoImpl::commuteInstruction(MachineInstr *MI,
RegisterCoalescer.cpp 681 MachineInstr *NewMI = TII->commuteInstruction(DefMI);
    [all...]
TwoAddressInstructionPass.cpp 109 bool CommuteInstruction(MachineBasicBlock::iterator &mi,
634 /// CommuteInstruction - Commute a two-address instruction and update the basic
638 TwoAddressInstructionPass::CommuteInstruction(MachineBasicBlock::iterator &mi,
643 MachineInstr *NewMI = TII->commuteInstruction(MI);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 142 MachineInstr *commuteInstruction(MachineInstr*, bool=false) const;
Thumb2SizeReduction.cpp 613 MachineInstr *CommutedMI = TII->commuteInstruction(MI);
623 MachineInstr *CommutedMI = TII->commuteInstruction(MI);
    [all...]
ARMBaseInstrInfo.cpp     [all...]

Completed in 347 milliseconds