Home
last modified time | relevance | path

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

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