Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
DSamplePathClip.cpp229 virtual void handleMove() = 0;
236 void handleMove() override { *fPt = snap(fCurr); } in handleMove() function in EdgeClipView::VertClick
243 void handleMove() override { fRect->offset(fCurr.x() - fPrev.x(), fCurr.y() - fPrev.y()); } in handleMove() function in EdgeClipView::DragRectClick
256 void handleMove() override { in handleMove() function in EdgeClipView::DragPolyClick
268 void handleMove() override {} in handleMove() function in EdgeClipView::DoNothingClick
298 ((MyClick*)click)->handleMove(); in onClick()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp336 LIS->handleMove(*MI); in sink3AddrInstruction()
1000 LIS->handleMove(*CopyMI); in rescheduleMIBelowKill()
1012 LIS->handleMove(*MI); in rescheduleMIBelowKill()
1178 LIS->handleMove(*KillMI); in rescheduleKillAboveMI()
DLiveIntervals.cpp1467 void LiveIntervals::handleMove(MachineInstr &MI, bool UpdateFlags) { in handleMove() function in LiveIntervals
DMachineScheduler.cpp727 LIS->handleMove(*MI, /*UpdateFlags=*/true); in moveInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h311 void handleMove(MachineInstr &MI, bool UpdateFlags = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp493 LIS.handleMove(*Def); in moveForSingleUse()
606 LIS.handleMove(*Def); in moveAndTeeForMultiUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp415 LIS->handleMove(*MI, true); in schedule()
DSILowerControlFlow.cpp439 LIS->handleMove(*NewMI); in emitEndCf()
DGCNIterativeScheduler.cpp387 LIS->handleMove(*MI, true); in scheduleRegion()
DSIMachineScheduler.cpp1370 DAG->getLIS()->handleMove(*MI, /*UpdateFlags=*/true); in scheduleInsideBlocks()
1396 DAG->getLIS()->handleMove(*POld, /*UpdateFlags=*/true); in scheduleInsideBlocks()