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

  /external/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 184 if (TryToCommute && MI.isCommutable() && TII->commuteInstruction(&MI))
238 if (!MI.isCommutable() || !TII->commuteInstruction(&MI) ||
SIFoldOperands.cpp 180 // the call of commuteInstruction() below. Such situations are avoided
188 !TII->commuteInstruction(MI, false, CommuteIdx0, CommuteIdx1))
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 481 MachineInstr *NewMI = TII->commuteInstruction(MI);
491 (void)TII->commuteInstruction(MI);
TwoAddressInstructionPass.cpp 112 bool commuteInstruction(MachineInstr *MI,
644 bool TwoAddressInstructionPass::commuteInstruction(MachineInstr *MI,
650 MachineInstr *NewMI = TII->commuteInstruction(MI, false, RegBIdx, RegCIdx);
659 "TargetInstrInfo::commuteInstruction() should not return a new "
    [all...]
TargetInstrInfo.cpp 188 MachineInstr *TargetInstrInfo::commuteInstruction(MachineInstr *MI,
    [all...]
RegisterCoalescer.cpp 711 TII->commuteInstruction(DefMI, false, UseOpIdx, NewDstIdx);
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 673 MachineInstr *CommutedMI = TII->commuteInstruction(MI);
685 TII->commuteInstruction(MI, false, CommOpIdx1, CommOpIdx2);
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 318 commuteInstruction(MachineInstr *MI,
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 772 milliseconds