Home
last modified time | relevance | path

Searched refs:handleMove (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DLiveIntervals.h305 void handleMove(MachineInstr &MI, bool UpdateFlags = false);
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp530 LIS.handleMove(*Def); in moveForSingleUse()
643 LIS.handleMove(*Def); in moveAndTeeForMultiUse()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp551 LIS->handleMove(*NewMI); in emitEndCf()
738 LIS->handleMove(*DefInstr); in lowerInitExec()
DGCNIterativeScheduler.cpp366 LIS->handleMove(*MI, true); in scheduleRegion()
DSIMachineScheduler.cpp1338 DAG->getLIS()->handleMove(*MI, /*UpdateFlags=*/true); in scheduleInsideBlocks()
1364 DAG->getLIS()->handleMove(*POld, /*UpdateFlags=*/true); in scheduleInsideBlocks()
DGCNSchedStrategy.cpp1187 DAG.LIS->handleMove(*MI, true); in revertScheduling()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp947 LIS->handleMove(*CopyMI); in rescheduleMIBelowKill()
959 LIS->handleMove(*MI); in rescheduleMIBelowKill()
1124 LIS->handleMove(*KillMI); in rescheduleKillAboveMI()
DLiveIntervals.cpp1505 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove() function in LiveIntervals
DMachineScheduler.cpp751 LIS->handleMove(*MI, /*UpdateFlags=*/true); in moveInstruction()