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 103 // commuteInstruction - We can commute rlwimi instructions, but only if the
105 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
PPCInstrInfo.cpp 136 // commuteInstruction - We can commute rlwimi instructions, but only if the
139 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const {
144 return TargetInstrInfoImpl::commuteInstruction(MI, NewMI);
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 215 /// commuteInstruction - If a target has any instructions that are
223 virtual MachineInstr *commuteInstruction(MachineInstr *MI,
    [all...]
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 446 MachineInstr *NewMI = TII->commuteInstruction(MI);
456 (void)TII->commuteInstruction(MI);
TargetInstrInfoImpl.cpp 59 // commuteInstruction - The default implementation of this method just exchanges
61 MachineInstr *TargetInstrInfoImpl::commuteInstruction(MachineInstr *MI,
RegisterCoalescer.cpp 615 MachineInstr *NewMI = TII->commuteInstruction(DefMI);
    [all...]
TwoAddressInstructionPass.cpp 104 bool CommuteInstruction(MachineBasicBlock::iterator &mi,
533 /// CommuteInstruction - Commute a two-address instruction and update the basic
537 TwoAddressInstructionPass::CommuteInstruction(MachineBasicBlock::iterator &mi,
542 MachineInstr *NewMI = TII->commuteInstruction(MI);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 142 MachineInstr *commuteInstruction(MachineInstr*, bool=false) const;
Thumb2SizeReduction.cpp 614 MachineInstr *CommutedMI = TII->commuteInstruction(MI);
624 MachineInstr *CommutedMI = TII->commuteInstruction(MI);
    [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 206 /// commuteInstruction - We have a few instructions that must be hacked on to
209 virtual MachineInstr *commuteInstruction(MachineInstr *MI, bool NewMI) const;
X86InstrInfo.cpp     [all...]

Completed in 268 milliseconds