/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | BasicBlock.h | 160 iterator getFirstInsertionPt(); 161 const_iterator getFirstInsertionPt() const { in getFirstInsertionPt() function 162 return const_cast<BasicBlock*>(this)->getFirstInsertionPt(); in getFirstInsertionPt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopSink.cpp | 157 if (BB->getFirstInsertionPt() == BB->end()) { in findBBsToSinkInto() 232 IC->insertBefore(&*N->getFirstInsertionPt()); in sinkInstruction() 245 I.moveBefore(&*MoveBB->getFirstInsertionPt()); in sinkInstruction()
|
D | RewriteStatepointsForGC.cpp | 1537 Builder.SetInsertPoint(&*UnwindBlock->getFirstInsertionPt()); in makeStatepointExplicitImpl() 1554 Builder.SetInsertPoint(&*NormalDest->getFirstInsertionPt()); in makeStatepointExplicitImpl() 1791 InsertClobbersAt(&*II->getNormalDest()->getFirstInsertionPt()); in relocationViaAlloca() 1792 InsertClobbersAt(&*II->getUnwindDest()->getFirstInsertionPt()); in relocationViaAlloca() 1911 Func, Values, "", &*II->getNormalDest()->getFirstInsertionPt())); in insertUseHolderAfter() 1913 Func, Values, "", &*II->getUnwindDest()->getFirstInsertionPt())); in insertUseHolderAfter() 2152 &*Invoke->getNormalDest()->getFirstInsertionPt(); in rematerializeLiveValues() 2154 &*Invoke->getUnwindDest()->getFirstInsertionPt(); in rematerializeLiveValues()
|
D | Sink.cpp | 195 Inst->moveBefore(&*SuccToSinkTo->getFirstInsertionPt()); in SinkInstruction()
|
D | MergedLoadStoreMotion.cpp | 252 BasicBlock::iterator InsertPt = BB->getFirstInsertionPt(); in sinkStoresAndGEPs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | BasicBlock.h | 177 const_iterator getFirstInsertionPt() const; 178 iterator getFirstInsertionPt() { in getFirstInsertionPt() function 180 ->getFirstInsertionPt().getNonConst(); in getFirstInsertionPt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | RandomIRBuilder.cpp | 51 auto IP = BB.getFirstInsertionPt(); in newSource() 125 Ptr = new AllocaInst(V->getType(), 0, "A", &*BB.getFirstInsertionPt()); in newSink()
|
D | IRMutator.cpp | 108 for (auto I = BB.getFirstInsertionPt(), E = BB.end(); I != E; ++I) in mutate() 188 for (auto I = BB->getFirstInsertionPt(), E = Inst.getIterator(); I != E; in mutate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | DemoteRegToStack.cpp | 100 InsertPt = II.getNormalDest()->getFirstInsertionPt(); in DemoteRegToStack()
|
D | EntryExitInstrumenter.cpp | 87 insertCall(F, EntryFunc, &*F.begin()->getFirstInsertionPt(), DL); in runOnFunction()
|
D | Debugify.cpp | 114 BasicBlock::iterator InsertPt = BB.getFirstInsertionPt(); in applyDebugifyMetadata()
|
D | BreakCriticalEdges.cpp | 437 BasicBlock::iterator MergeInsert = BodyBlock->getFirstInsertionPt(); in SplitIndirectBrCriticalEdges()
|
D | CodeExtractor.cpp | 1245 InsertPt = InvokeI->getNormalDest()->getFirstInsertionPt(); in emitCallAndSwitchStatement() 1247 InsertPt = Phi->getParent()->getFirstInsertionPt(); in emitCallAndSwitchStatement() 1484 AI->moveBefore(*newFuncRoot, newFuncRoot->getFirstInsertionPt()); in extractCodeRegion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 563 Instruction *InsPoint = &*Header->getFirstInsertionPt(); in rewriteLoadStores() 604 &*Header->getFirstInsertionPt()); in rewriteLoadStores() 635 PtrIP = &*PtrIP->getParent()->getFirstInsertionPt(); in rewriteLoadStores()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WasmEHPrepare.cpp | 280 IRB.SetInsertPoint(&*BB->getFirstInsertionPt()); in prepareEHPad()
|
D | ExpandMemCmp.cpp | 507 BasicBlock::iterator InsertPt = ResBlock.BB->getFirstInsertionPt(); in emitMemCmpResultBlock() 515 BasicBlock::iterator InsertPt = ResBlock.BB->getFirstInsertionPt(); in emitMemCmpResultBlock()
|
D | CodeGenPrepare.cpp | 950 for (auto R = RelocatedBase->getParent()->getFirstInsertionPt(); in simplifyRelocatesOffABase() 1122 BasicBlock::iterator InsertPt = UserBB->getFirstInsertionPt(); in SinkCast() 1396 BasicBlock::iterator InsertPt = UserBB->getFirstInsertionPt(); in sinkCmpExpression() 1666 BasicBlock::iterator InsertPt = TruncUserBB->getFirstInsertionPt(); in SinkShiftAndTruncate() 1678 BasicBlock::iterator TruncInsertPt = TruncUserBB->getFirstInsertionPt(); in SinkShiftAndTruncate() 1767 BasicBlock::iterator InsertPt = UserBB->getFirstInsertionPt(); in OptimizeExtractBits() 2420 Instruction *Position = &*Point.BB->getFirstInsertionPt(); in insert() 5462 NewBaseInsertPt = NewBaseInsertBB->getFirstInsertionPt(); in splitLargeGEPOffsets() 5466 NewBaseInsertPt = NewBaseInsertBB->getFirstInsertionPt(); in splitLargeGEPOffsets() 5473 NewBaseInsertPt = NewBaseInsertBB->getFirstInsertionPt(); in splitLargeGEPOffsets() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 521 if (BB->getFirstInsertionPt() == BB->end()) in shouldInstrumentBlock() 673 IRBuilder<> IRB(&*F.getEntryBlock().getFirstInsertionPt()); in CreatePCArray() 851 BasicBlock::iterator IP = BB.getFirstInsertionPt(); in InjectCoverageAtBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | PtrState.cpp | 268 const auto IP = BB->getFirstInsertionPt(); in HandlePotentialUse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 233 if (isa<PHINode>(Inst) && BB->getFirstInsertionPt() == BB->end()) in FoldIntegerTypedPHI() 277 InsertPos = BB->getFirstInsertionPt(); in FoldIntegerTypedPHI() 282 InsertNewInstBefore(CI, *InsertBB->getFirstInsertionPt()); in FoldIntegerTypedPHI()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 98 IP = MustDominate->getFirstInsertionPt(); in findInsertPointAfter() 1846 InsertPt = &*L->getHeader()->getFirstInsertionPt(); in expand() 1852 InsertPt = &*L->getHeader()->getFirstInsertionPt(); in expand() 1865 InsertPt = &*InsertPt->getParent()->getFirstInsertionPt(); in expand() 2055 IP = &*PN->getParent()->getFirstInsertionPt(); in replaceCongruentIVs() 2074 IRBuilder<> Builder(&*L->getHeader()->getFirstInsertionPt()); in replaceCongruentIVs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 315 Instruction *FirstInsertionPt = &*BB->getFirstInsertionPt(); in closeControlFlow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 695 InsertPt = &*DefBlock->getFirstInsertionPt(); in insertSpills() 725 CurrentReload = CreateReload(&*CurrentBlock->getFirstInsertionPt()); in insertSpills() 975 &*CurrentBlock->getFirstInsertionPt()); in rewriteMaterializableInstructions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombine.cpp | 148 IRBuilder<> Builder(PhiBB, PhiBB->getFirstInsertionPt()); in foldGuardedRotateToFunnelShift()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | BasicBlock.cpp | 223 BasicBlock::const_iterator BasicBlock::getFirstInsertionPt() const { in getFirstInsertionPt() function in BasicBlock
|