Home
last modified time | relevance | path

Searched refs:getFirstInsertionPt (Results 1 – 25 of 60) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h160 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/
DLoopSink.cpp157 if (BB->getFirstInsertionPt() == BB->end()) { in findBBsToSinkInto()
232 IC->insertBefore(&*N->getFirstInsertionPt()); in sinkInstruction()
245 I.moveBefore(&*MoveBB->getFirstInsertionPt()); in sinkInstruction()
DRewriteStatepointsForGC.cpp1537 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()
DSink.cpp195 Inst->moveBefore(&*SuccToSinkTo->getFirstInsertionPt()); in SinkInstruction()
DMergedLoadStoreMotion.cpp252 BasicBlock::iterator InsertPt = BB->getFirstInsertionPt(); in sinkStoresAndGEPs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h177 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/
DRandomIRBuilder.cpp51 auto IP = BB.getFirstInsertionPt(); in newSource()
125 Ptr = new AllocaInst(V->getType(), 0, "A", &*BB.getFirstInsertionPt()); in newSink()
DIRMutator.cpp108 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/
DDemoteRegToStack.cpp100 InsertPt = II.getNormalDest()->getFirstInsertionPt(); in DemoteRegToStack()
DEntryExitInstrumenter.cpp87 insertCall(F, EntryFunc, &*F.begin()->getFirstInsertionPt(), DL); in runOnFunction()
DDebugify.cpp114 BasicBlock::iterator InsertPt = BB.getFirstInsertionPt(); in applyDebugifyMetadata()
DBreakCriticalEdges.cpp437 BasicBlock::iterator MergeInsert = BodyBlock->getFirstInsertionPt(); in SplitIndirectBrCriticalEdges()
DCodeExtractor.cpp1245 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/
DPPCLoopInstrFormPrep.cpp563 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/
DWasmEHPrepare.cpp280 IRB.SetInsertPoint(&*BB->getFirstInsertionPt()); in prepareEHPad()
DExpandMemCmp.cpp507 BasicBlock::iterator InsertPt = ResBlock.BB->getFirstInsertionPt(); in emitMemCmpResultBlock()
515 BasicBlock::iterator InsertPt = ResBlock.BB->getFirstInsertionPt(); in emitMemCmpResultBlock()
DCodeGenPrepare.cpp950 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/
DSanitizerCoverage.cpp521 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/
DPtrState.cpp268 const auto IP = BB->getFirstInsertionPt(); in HandlePotentialUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp233 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/
DScalarEvolutionExpander.cpp98 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/
DSIAnnotateControlFlow.cpp315 Instruction *FirstInsertionPt = &*BB->getFirstInsertionPt(); in closeControlFlow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp695 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/
DAggressiveInstCombine.cpp148 IRBuilder<> Builder(PhiBB, PhiBB->getFirstInsertionPt()); in foldGuardedRotateToFunnelShift()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp223 BasicBlock::const_iterator BasicBlock::getFirstInsertionPt() const { in getFirstInsertionPt() function in BasicBlock

123