Home
last modified time | relevance | path

Searched refs:moveAfter (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCFGOptimizer.cpp212 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/
DDivRemPairs.cpp250 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/
DBasicBlock.h179 void moveAfter(BasicBlock *MovePos);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h142 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h214 void moveAfter(BasicBlock *MovePos);
DInstruction.h118 void moveAfter(Instruction *MovePos);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGSort.cpp351 Next->moveAfter(MBB); in sortBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackProtector.cpp503 NewBB->moveAfter(BB); in InsertStackProtectors()
DBranchFolding.cpp1539 MBB->moveAfter(&MF.back()); in OptimizeBlock()
1739 MBB->moveAfter(PredBB); in OptimizeBlock()
1785 MBB->moveAfter(&MF.back()); in OptimizeBlock()
DTypePromotion.cpp493 I->moveAfter(InsertPt); in ExtendSources()
DMachineBasicBlock.cpp528 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) { in moveAfter() function in MachineBasicBlock
DCodeGenPrepare.cpp4032 ITrunc->moveAfter(ExtOpnd); in promoteOperandForOther()
5600 ExtFedByLoad->moveAfter(LI); in optimizeExt()
6701 Transition->moveAfter(ToBePromoted); in promoteImpl()
DAtomicExpandPass.cpp356 TrailingFence->moveAfter(I); in bracketInstWithFences()
DIfConversion.cpp2341 FromMBB.moveAfter(Last); in MergeBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp134 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter() function in BasicBlock
DInstruction.cpp90 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter() function in Instruction
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dreorderable_list.dart393 void moveAfter() => reorder(index, index + 2);
417 semanticsActions[CustomSemanticsAction(label: reorderItemAfter)] = moveAfter;
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp375 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/
DMachineBasicBlock.h420 void moveAfter(MachineBasicBlock *NewBefore);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp116 NewBB->moveAfter(FoundBB); in placeSplitBlockCarefully()
DLocal.cpp725 DestBB->moveAfter(PredBB); in MergeBasicBlockIntoOnlyPred()
1779 DII->moveAfter(&DomPoint); in rewriteDebugUsers()
DCodeExtractor.cpp1493 cast<Instruction>(II)->moveAfter(FirstSunkAlloca); in extractCodeRegion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp305 void VPRecipeBase::moveAfter(VPRecipeBase *InsertPos) { in moveAfter() function in VPRecipeBase
DVPlan.h636 void moveAfter(VPRecipeBase *MovePos);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp1156 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() function in MemorySSAUpdater

12