Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h311 void handleMove(MachineInstr &MI, bool UpdateFlags = false);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp523 LIS.handleMove(*Def); in moveForSingleUse()
636 LIS.handleMove(*Def); in moveAndTeeForMultiUse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp491 LIS->handleMove(*NewMI); in emitEndCf()
669 LIS->handleMove(*DefInstr); in lowerInitExec()
H A DGCNSchedStrategy.cpp426 LIS->handleMove(*MI, true); in schedule()
H A DGCNIterativeScheduler.cpp371 LIS->handleMove(*MI, true); in scheduleRegion()
H A DSIMachineScheduler.cpp1352 DAG->getLIS()->handleMove(*MI, /*UpdateFlags=*/true); in scheduleInsideBlocks()
1378 DAG->getLIS()->handleMove(*POld, /*UpdateFlags=*/true); in scheduleInsideBlocks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp860 LIS->handleMove(*CopyMI); in rescheduleMIBelowKill()
872 LIS->handleMove(*MI); in rescheduleMIBelowKill()
1037 LIS->handleMove(*KillMI); in rescheduleKillAboveMI()
H A DLiveIntervals.cpp1507 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove() function in LiveIntervals
H A DMachineScheduler.cpp744 LIS->handleMove(*MI, /*UpdateFlags=*/true); in moveInstruction()