HomeSort by: relevance | last modified time | path
    Searched refs:handleMove (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveIntervals.h 311 void handleMove(MachineInstr &MI, bool UpdateFlags = false);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SILowerControlFlow.cpp 491 LIS->handleMove(*NewMI);
669 LIS->handleMove(*DefInstr);
GCNIterativeScheduler.cpp 371 LIS->handleMove(*MI, true);
GCNSchedStrategy.cpp 426 LIS->handleMove(*MI, true);
SIMachineScheduler.cpp 1348 // Note: Moving all instructions and calling handleMove every time
1352 DAG->getLIS()->handleMove(*MI, /*UpdateFlags=*/true);
1369 // Restore old ordering (which prevents a LIS->handleMove bug).
1378 DAG->getLIS()->handleMove(*POld, /*UpdateFlags=*/true);
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp 523 LIS.handleMove(*Def);
636 LIS.handleMove(*Def);
867 // this makes things simpler (LiveIntervals' handleMove function only
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 856 // when calling handleMove().
860 LIS->handleMove(*CopyMI);
872 LIS->handleMove(*MI);
1037 LIS->handleMove(*KillMI);
LiveIntervals.cpp 978 /// Toolkit used by handleMove to trim or extend live intervals.
1009 LLVM_DEBUG(dbgs() << "handleMove " << OldIdx << " -> " << NewIdx << ": "
1507 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) {
MachineScheduler.cpp 744 LIS->handleMove(*MI, /*UpdateFlags=*/true);

Completed in 36 milliseconds