Searched refs:handleMove (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h285 /// handleMove - call this method to notify LiveIntervals that
291 void handleMove(MachineInstr* MI, bool UpdateFlags = false);
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp220 LIS.handleMove(Def);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp308 LIS->handleMove(MI);
956 // when calling handleMove().
961 LIS->handleMove(CopyMI);
973 LIS->handleMove(MI);
1141 LIS->handleMove(KillMI);
H A DLiveIntervalAnalysis.cpp927 // HMEditor is a toolkit used by handleMove to trim or extend live intervals.
958 DEBUG(dbgs() << "handleMove " << OldIdx << " -> " << NewIdx << ": " << *MI);
1262 void LiveIntervals::handleMove(MachineInstr* MI, bool UpdateFlags) { function in class:LiveIntervals
H A DMachineScheduler.cpp643 LIS->handleMove(MI, /*UpdateFlags=*/true);
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1222 // Note: Moving all instructions and calling handleMove everytime
1226 DAG->getLIS()->handleMove(MI, /*UpdateFlags=*/true);
1243 // Restore old ordering (which prevents a LIS->handleMove bug).
1252 DAG->getLIS()->handleMove(POld, /*UpdateFlags=*/true);
1894 #if 0 // To enable when handleMove fix lands

Completed in 54 milliseconds