/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonCFGOptimizer.cpp | 212 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction() 216 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | DivRemPairs.cpp | 250 RemInst->moveAfter(DivInst); in optimizeDivRem() 252 DivInst->moveAfter(RemInst); in optimizeDivRem()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | BasicBlock.h | 179 void moveAfter(BasicBlock *MovePos);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemorySSAUpdater.h | 142 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | BasicBlock.h | 214 void moveAfter(BasicBlock *MovePos);
|
D | Instruction.h | 118 void moveAfter(Instruction *MovePos);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGSort.cpp | 351 Next->moveAfter(MBB); in sortBlocks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 503 NewBB->moveAfter(BB); in InsertStackProtectors()
|
D | BranchFolding.cpp | 1539 MBB->moveAfter(&MF.back()); in OptimizeBlock() 1739 MBB->moveAfter(PredBB); in OptimizeBlock() 1785 MBB->moveAfter(&MF.back()); in OptimizeBlock()
|
D | TypePromotion.cpp | 493 I->moveAfter(InsertPt); in ExtendSources()
|
D | MachineBasicBlock.cpp | 528 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) { in moveAfter() function in MachineBasicBlock
|
D | CodeGenPrepare.cpp | 4032 ITrunc->moveAfter(ExtOpnd); in promoteOperandForOther() 5600 ExtFedByLoad->moveAfter(LI); in optimizeExt() 6701 Transition->moveAfter(ToBePromoted); in promoteImpl()
|
D | AtomicExpandPass.cpp | 356 TrailingFence->moveAfter(I); in bracketInstWithFences()
|
D | IfConversion.cpp | 2341 FromMBB.moveAfter(Last); in MergeBlocks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | BasicBlock.cpp | 134 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter() function in BasicBlock
|
D | Instruction.cpp | 90 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter() function in Instruction
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | reorderable_list.dart | 393 void moveAfter() => reorder(index, index + 2); 417 semanticsActions[CustomSemanticsAction(label: reorderItemAfter)] = moveAfter;
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactorDebugInfo.cpp | 375 if(pending.insertAfter != nullptr) { di->moveAfter(pending.insertAfter); } in emitPending()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 420 void moveAfter(MachineBasicBlock *NewBefore);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 116 NewBB->moveAfter(FoundBB); in placeSplitBlockCarefully()
|
D | Local.cpp | 725 DestBB->moveAfter(PredBB); in MergeBasicBlockIntoOnlyPred() 1779 DII->moveAfter(&DomPoint); in rewriteDebugUsers()
|
D | CodeExtractor.cpp | 1493 cast<Instruction>(II)->moveAfter(FirstSunkAlloca); in extractCodeRegion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.cpp | 305 void VPRecipeBase::moveAfter(VPRecipeBase *InsertPos) { in moveAfter() function in VPRecipeBase
|
D | VPlan.h | 636 void moveAfter(VPRecipeBase *MovePos);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSAUpdater.cpp | 1156 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() function in MemorySSAUpdater
|