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

  /external/llvm/lib/Target/R600/
SIInstrInfo.cpp 141 MachineInstr *SIInstrInfo::commuteInstruction(MachineInstr *MI,
148 return TargetInstrInfo::commuteInstruction(MI, NewMI);
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 131 // commuteInstruction - We can commute rlwimi instructions, but only if the
134 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const {
139 return TargetInstrInfo::commuteInstruction(MI, NewMI);
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 116 // commuteInstruction - The default implementation of this method just exchanges
118 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr *MI,
TwoAddressInstructionPass.cpp 101 bool commuteInstruction(MachineBasicBlock::iterator &mi,
567 /// commuteInstruction - Commute a two-address instruction and update the basic
571 commuteInstruction(MachineBasicBlock::iterator &mi,
575 MachineInstr *NewMI = TII->commuteInstruction(MI);
584 "TargetInstrInfo::commuteInstruction() should not return a new "
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 1256 milliseconds