| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | IntegerDivision.cpp | 197 BasicBlock *End = SpecialCases->splitBasicBlock(Builder.GetInsertPoint(), in generateUnsignedDivisionCode() 369 bool IsInsertPoint = Rem->getIterator() == Builder.GetInsertPoint(); in expandRemainder() 380 BinaryOperator *BO = dyn_cast<BinaryOperator>(Builder.GetInsertPoint()); in expandRemainder() 393 if (BinaryOperator *UDiv = dyn_cast<BinaryOperator>(Builder.GetInsertPoint())) { in expandRemainder() 423 bool IsInsertPoint = Div->getIterator() == Builder.GetInsertPoint(); in expandDivision() 434 BinaryOperator *BO = dyn_cast<BinaryOperator>(Builder.GetInsertPoint()); in expandDivision()
|
| H A D | ScalarEvolutionExpander.cpp | 61 BasicBlock::iterator BIP = Builder.GetInsertPoint(); in ReuseOrCreateCast() 141 return findInsertPointAfter(I, &*Builder.GetInsertPoint()); in GetOptimalInsertionPointForCastOf() 225 BasicBlock::iterator IP = Builder.GetInsertPoint(); in InsertBinop() 256 DebugLoc Loc = Builder.GetInsertPoint()->getDebugLoc(); in InsertBinop() 326 BasicBlock::iterator IP = Builder.GetInsertPoint(); in expandAddToGEP() 712 if (Builder.GetInsertPoint() == It) in fixupInsertPoints() 715 if (InsertPtGuard->GetInsertPoint() == It) in fixupInsertPoints() 1106 &*Builder.GetInsertPoint())) { in expandAddRecExprLiterally() 1412 BasicBlock::iterator InsertPt = Builder.GetInsertPoint(); in expand() 1451 while (InsertPt != Builder.GetInsertPoint() && in expand() [all …]
|
| H A D | FlattenCFG.cpp | 491 BasicBlock::iterator SaveInsertPt = Builder.GetInsertPoint(); in MergeIfRegion()
|
| H A D | AMDGPUEmitPrintf.cpp | 103 Join = Prev->splitBasicBlock(Builder.GetInsertPoint(), in getStrlenWithNull()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGGPUBuiltin.cpp | 204 llvm::IRBuilder<> IRB(Builder.GetInsertBlock(), Builder.GetInsertPoint()); in EmitAMDGPUDevicePrintfCallExpr() 210 Builder.SetInsertPoint(IRB.GetInsertBlock(), IRB.GetInsertPoint()); in EmitAMDGPUDevicePrintfCallExpr()
|
| H A D | CGCleanup.cpp | 554 assert(!WasInsertBlock || CGF.Builder.GetInsertPoint() == Entry->end()); in SimplifyCleanupEntry()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 647 auto GetInsertPoint = [this](Value *A, Value *B) { in InsertParallelMACs() local 689 Builder.SetInsertPoint(GetInsertPoint(Mul, Acc)); in InsertParallelMACs() 720 Instruction *InsertAfter = GetInsertPoint(WideLHS, WideRHS); in InsertParallelMACs() 721 InsertAfter = GetInsertPoint(InsertAfter, Acc); in InsertParallelMACs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 130 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()), in SCEVInsertPointGuard() 145 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 125 BasicBlock::iterator SplitI = IRB.GetInsertPoint(); in insertBoundsCheck()
|
| H A D | PGOInstrumentation.cpp | 896 assert(Builder.GetInsertPoint() != InstrBB->end() && in instrumentOneFunc() 937 assert(Builder.GetInsertPoint() != Cand.InsertPt->getParent()->end() && in instrumentOneFunc()
|
| H A D | AddressSanitizer.cpp | 1581 MaskElem, &*IRB.GetInsertPoint(), false); in instrumentMaskedLoadOrStore() 1597 doInstrumentAddress(Pass, I, &*IRB.GetInsertPoint(), in instrumentMaskedLoadOrStore() 1738 SplitBlockAndInsertIfThen(ReportCond, &*IRB.GetInsertPoint(), false, in genAMDGPUReportBlock()
|
| H A D | MemorySanitizer.cpp | 1242 SplitBlockAndInsertSimpleForLoop(End, &*IRB.GetInsertPoint()); in paintOrigin() 1309 Cmp, &*IRB.GetInsertPoint(), false, MS.OriginStoreWeights); in storeOrigin() 1371 IRBuilder<> IRBOrigin(&*IRB.GetInsertPoint()); in insertWarningFn() 1405 Cmp, &*IRB.GetInsertPoint(), in materializeOneCheck()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 291 insertStateNumberStore(&*Builder.GetInsertPoint(), ParentBaseState); in emitExceptionRegistrationRecord() 320 insertStateNumberStore(&*Builder.GetInsertPoint(), ParentBaseState); in emitExceptionRegistrationRecord()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandLargeFpConvert.cpp | 136 Entry->splitBasicBlock(Builder.GetInsertPoint(), "fp-to-i-cleanup"); in expandFPToI() 335 Entry->splitBasicBlock(Builder.GetInsertPoint(), "itofp-return"); in expandIToFP()
|
| H A D | ShadowStackGCLowering.cpp | 360 IP = AtEntry.GetInsertPoint(); in runOnFunction()
|
| H A D | AtomicExpandPass.cpp | 1140 BB->splitBasicBlock(Builder.GetInsertPoint(), "atomicrmw.end"); in insertRMWLLSCLoop() 1503 BB->splitBasicBlock(Builder.GetInsertPoint(), "atomicrmw.end"); in insertRMWCmpXchgLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfileProbe.cpp | 315 assert(Builder.GetInsertPoint() != BB->end() && in instrumentOneFunc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 566 tagAlloca(AI, &*IRB.GetInsertPoint(), Ptr, Size); in runOnFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 175 BasicBlock::iterator GetInsertPoint() const { return InsertPt; } in GetInsertPoint() function 272 return InsertPoint(GetInsertBlock(), GetInsertPoint()); in saveIP() 277 InsertPoint IP(GetInsertBlock(), GetInsertPoint()); in saveAndClearIP() 377 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()), in InsertPointGuard()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFlatten.cpp | 800 if (!DT->dominates(Base, &*Builder.GetInsertPoint())) in DoFlattenLoopPair()
|
| H A D | ConstraintElimination.cpp | 1287 Cloned->insertBefore(&*Builder.GetInsertPoint()); in generateReproducer()
|
| H A D | LoopIdiomRecognize.cpp | 2791 Expander.setInsertPoint(&*Builder.GetInsertPoint()); in recognizeShiftUntilZero()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1894 Builder.GetInsertPoint()->getParent()->insertDPValueBefore( in insertSpills() 1895 NewDPV, Builder.GetInsertPoint()); in insertSpills() 1900 &*Builder.GetInsertPoint()); in insertSpills()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1081 if (Builder.GetInsertPoint() == BB->end()) { in emitCancelationCheckImpl() 1087 NonCancellationBlock = SplitBlock(BB, &*Builder.GetInsertPoint()); in emitCancelationCheckImpl() 1830 Builder.GetInsertPoint()->getParent()->getTerminator(); in createTask() 3106 Instruction *Comp = &*Builder.GetInsertPoint(); in applyDynamicWorkshareLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 1631 &*State.Builder.GetInsertPoint()); in execute()
|