/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAllocaHoisting.cpp | 50 allocaInst->moveBefore(firstTerminatorInst); in runOnFunction()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAllocaHoisting.cpp | 52 allocaInst->moveBefore(firstTerminatorInst); in runOnFunction()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | Instrumentation.cpp | 29 I->moveBefore(&*IP); in moveBeforeInsertPoint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | Instrumentation.cpp | 29 I->moveBefore(&*IP); in moveBeforeInsertPoint()
|
/external/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 99 SlowBB->moveBefore(SuccessorBB); in insertFastDiv() 115 FastBB->moveBefore(SlowBB); in insertFastDiv()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | tpu_cluster_formation.cc | 238 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()
|
D | sink_constant.cc | 71 const_op.getOperation()->moveBefore(&body.begin()->front()); in runOnFunction()
|
D | replicate_invariant_op_hoisting.cc | 144 inner_op.moveBefore(replicate_op); in HoistReplicateInvariantOps()
|
D | cluster_formation.cc | 142 op->moveBefore(block, block->end()); in BuildLaunchForCluster()
|
D | replicate_to_island.cc | 178 island_op.GetYield().getOperation()->moveBefore( in CreateIslandsFromReplicate()
|
D | resource_op_lifting.cc | 137 op.moveBefore(launch_op); in HoistResourceLoads()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | MemorySSA.cpp | 319 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/ |
D | Instruction.h | 99 void moveBefore(Instruction *MovePos); 104 void moveBefore(BasicBlock &BB, SymbolTableList<Instruction>::iterator I);
|
D | BasicBlock.h | 175 void moveBefore(BasicBlock *MovePos);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instruction.cpp | 87 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/ |
D | MemorySSAUpdater.h | 92 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.h | 110 void moveBefore(Instruction *MovePos); 115 void moveBefore(BasicBlock &BB, SymbolTableList<Instruction>::iterator I);
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64AddressTypePromotion.cpp | 294 SExt->moveBefore(Inst); in propagateSignExtension() 342 SExtForOpnd->moveBefore(Inst); in propagateSignExtension()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | DivRemPairs.cpp | 144 DivInst->moveBefore(RemInst); in optimizeDivRem()
|
D | SpeculativeExecution.cpp | 290 Current->moveBefore(ToBlock.getTerminator()); in considerHoistingFromTo()
|
D | Sink.cpp | 195 Inst->moveBefore(&*SuccToSinkTo->getFirstInsertionPt()); in SinkInstruction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SpeculativeExecution.cpp | 267 Current->moveBefore(ToBlock.getTerminator()); in considerHoistingFromTo()
|
D | LoopRotation.cpp | 298 Inst->moveBefore(LoopEntryBranch); in rotateLoop() 413 ExitSplit->moveBefore(Exit); in rotateLoop()
|
/external/llvm/include/llvm/IR/ |
D | BasicBlock.h | 174 void moveBefore(BasicBlock *MovePos);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 330 Inst->moveBefore(LoopEntryBranch); in rotateLoop() 456 ExitSplit->moveBefore(Exit); in rotateLoop()
|