/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAllocaHoisting.cpp | 50 allocaInst->moveBefore(firstTerminatorInst); in runOnFunction()
|
/external/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 99 SlowBB->moveBefore(SuccessorBB); in insertFastDiv() 115 FastBB->moveBefore(SlowBB); in insertFastDiv()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAllocaHoisting.cpp | 52 allocaInst->moveBefore(firstTerminatorInst); in runOnFunction()
|
/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/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 156 selector->moveBefore(lpad->getFirstNonPHI()); in findSelectorForLandingPad() 157 exn->moveBefore(selector); in findSelectorForLandingPad() 211 selector->moveBefore(&nonDominated->back()); in findSelectorForLandingPad() 212 exn->moveBefore(selector); in findSelectorForLandingPad() 356 exn->moveBefore(splitPoint); in getInnerUnwindDest() 357 selector->moveBefore(splitPoint); in getInnerUnwindDest()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 240 Inst->moveBefore(LoopEntryBranch); in rotateLoop() 324 ExitSplit->moveBefore(Exit); in rotateLoop()
|
D | LICM.cpp | 469 I.moveBefore(ExitBlocks[0]->getFirstInsertionPt()); in sink() 519 I.moveBefore(InsertPt); in sink() 568 I.moveBefore(Preheader->getTerminator()); in hoist()
|
D | Reassociate.cpp | 240 RHS->moveBefore(I); in LinearizeExpr() 329 LHSBO->moveBefore(I); in LinearizeExprTree() 391 LHS->moveBefore(I); in RewriteExprTree() 426 I->moveBefore(BI); in NegateValue() 459 TheNeg->moveBefore(InsertPt); in NegateValue()
|
D | Sink.cpp | 271 Inst->moveBefore(InsertPos); in SinkInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | Instrumentation.cpp | 29 I->moveBefore(&*IP); in moveBeforeInsertPoint()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | Instrumentation.cpp | 29 I->moveBefore(&*IP); in moveBeforeInsertPoint()
|
/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/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/include/llvm/Analysis/ |
D | MemorySSAUpdater.h | 92 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where);
|
/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()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | BasicBlock.h | 168 void moveBefore(BasicBlock *MovePos);
|
D | Instruction.h | 75 void moveBefore(Instruction *MovePos);
|
/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()
|