Home
last modified time | relevance | path

Searched refs:moveBefore (Results 1 – 25 of 106) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXAllocaHoisting.cpp50 allocaInst->moveBefore(firstTerminatorInst); in runOnFunction()
/external/llvm/lib/Target/NVPTX/
DNVPTXAllocaHoisting.cpp52 allocaInst->moveBefore(firstTerminatorInst); in runOnFunction()
/external/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp29 I->moveBefore(&*IP); in moveBeforeInsertPoint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp29 I->moveBefore(&*IP); in moveBeforeInsertPoint()
/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp99 SlowBB->moveBefore(SuccessorBB); in insertFastDiv()
115 FastBB->moveBefore(SlowBB); in insertFastDiv()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_cluster_formation.cc238 cluster_op->moveBefore(terminator); in MoveClusterOpsToLaunchOp()
260 for (Operation* user : preceding_users) user->moveBefore(op_after_launch_op); in MovePrecedingClusterUsers()
382 launch_op.getOperation()->moveBefore(return_op); in ReplicateCluster()
Dsink_constant.cc71 const_op.getOperation()->moveBefore(&body.begin()->front()); in runOnFunction()
Dreplicate_invariant_op_hoisting.cc144 inner_op.moveBefore(replicate_op); in HoistReplicateInvariantOps()
Dcluster_formation.cc142 op->moveBefore(block, block->end()); in BuildLaunchForCluster()
Dreplicate_to_island.cc178 island_op.GetYield().getOperation()->moveBefore( in CreateIslandsFromReplicate()
Dresource_op_lifting.cc137 op.moveBefore(launch_op); in HoistResourceLoads()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DMemorySSA.cpp319 SideStore->moveBefore(Entry->getTerminator()); in TEST_F()
356 SideStore->moveBefore(Entry->getTerminator()); in TEST_F()
410 SideStore->moveBefore(*EntryStore->getParent(), ++EntryStore->getIterator()); in TEST_F()
455 SideStore->moveBefore(*EntryStore->getParent(), EntryStore->getIterator()); in TEST_F()
456 Updater.moveBefore(SideStoreAccess, EntryStoreAccess); in TEST_F()
462 SideStore->moveBefore(*Right, Right->begin()); in TEST_F()
468 SideStore->moveBefore(MergeLoad); in TEST_F()
469 Updater.moveBefore(SideStoreAccess, LoadAccess); in TEST_F()
849 StoreC->moveBefore(StoreB); in TEST_F()
850 Updater.moveBefore(cast<MemoryDef>(MSSA.getMemoryAccess(StoreC)), in TEST_F()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h99 void moveBefore(Instruction *MovePos);
104 void moveBefore(BasicBlock &BB, SymbolTableList<Instruction>::iterator I);
DBasicBlock.h175 void moveBefore(BasicBlock *MovePos);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp87 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() function in Instruction
88 moveBefore(*MovePos->getParent(), MovePos->getIterator()); in moveBefore()
92 moveBefore(*MovePos->getParent(), ++MovePos->getIterator()); in moveAfter()
95 void Instruction::moveBefore(BasicBlock &BB, in moveBefore() function in Instruction
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h92 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h110 void moveBefore(Instruction *MovePos);
115 void moveBefore(BasicBlock &BB, SymbolTableList<Instruction>::iterator I);
/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp294 SExt->moveBefore(Inst); in propagateSignExtension()
342 SExtForOpnd->moveBefore(Inst); in propagateSignExtension()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDivRemPairs.cpp144 DivInst->moveBefore(RemInst); in optimizeDivRem()
DSpeculativeExecution.cpp290 Current->moveBefore(ToBlock.getTerminator()); in considerHoistingFromTo()
DSink.cpp195 Inst->moveBefore(&*SuccToSinkTo->getFirstInsertionPt()); in SinkInstruction()
/external/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp267 Current->moveBefore(ToBlock.getTerminator()); in considerHoistingFromTo()
DLoopRotation.cpp298 Inst->moveBefore(LoopEntryBranch); in rotateLoop()
413 ExitSplit->moveBefore(Exit); in rotateLoop()
/external/llvm/include/llvm/IR/
DBasicBlock.h174 void moveBefore(BasicBlock *MovePos);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp330 Inst->moveBefore(LoopEntryBranch); in rotateLoop()
456 ExitSplit->moveBefore(Exit); in rotateLoop()

12345