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

  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 119 // commuteInstruction - The default implementation of this method just exchanges
121 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr *MI,
TwoAddressInstructionPass.cpp 109 bool commuteInstruction(MachineBasicBlock::iterator &mi,
570 /// commuteInstruction - Commute a two-address instruction and update the basic
574 commuteInstruction(MachineBasicBlock::iterator &mi,
578 MachineInstr *NewMI = TII->commuteInstruction(MI);
587 "TargetInstrInfo::commuteInstruction() should not return a new "
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 225 // commuteInstruction - We can commute rlwimi instructions, but only if the
228 PPCInstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const {
236 return TargetInstrInfo::commuteInstruction(MI, NewMI);
    [all...]
  /external/llvm/lib/Target/R600/
SIInstrInfo.cpp 368 MachineInstr *SIInstrInfo::commuteInstruction(MachineInstr *MI,
401 MI = TargetInstrInfo::commuteInstruction(MI, NewMI);
890 if (commuteInstruction(MI))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 239 milliseconds