| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AMDGPUEmitPrintf.cpp | 64 auto M = Builder.GetInsertBlock()->getModule(); in callPrintfBegin() 75 auto M = Builder.GetInsertBlock()->getModule(); in callAppendArgs() 96 auto *Prev = Builder.GetInsertBlock(); in getStrlenWithNull() 167 auto M = Builder.GetInsertBlock()->getModule(); in callAppendStringN()
|
| H A D | BuildLibCalls.cpp | 1227 Module *M = B.GetInsertBlock()->getModule(); in emitLibCall() 1303 Module *M = B.GetInsertBlock()->getModule(); in emitMemCpyChk() 1448 Module *M = B.GetInsertBlock()->getModule(); in emitUnaryFloatFnCallHelper() 1491 Module *M = B.GetInsertBlock()->getModule(); in emitBinaryFloatFnCallHelper() 1539 Module *M = B.GetInsertBlock()->getModule(); in emitPutChar() 1562 Module *M = B.GetInsertBlock()->getModule(); in emitPutS() 1579 Module *M = B.GetInsertBlock()->getModule(); in emitFPutC() 1600 Module *M = B.GetInsertBlock()->getModule(); in emitFPutS() 1619 Module *M = B.GetInsertBlock()->getModule(); in emitFWrite() 1643 Module *M = B.GetInsertBlock()->getModule(); in emitMalloc() [all …]
|
| H A D | SanitizerStats.cpp | 43 Function *F = B.GetInsertBlock()->getParent(); in create()
|
| H A D | IntegerDivision.cpp | 180 BasicBlock *IBB = Builder.GetInsertBlock(); in generateUnsignedDivisionCode() 217 BasicBlock *SpecialCases = Builder.GetInsertBlock(); in generateUnsignedDivisionCode()
|
| H A D | ScalarEvolutionExpander.cpp | 148 return Builder.GetInsertBlock() in GetOptimalInsertionPointForCastOf() 229 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin(); in InsertBinop() 267 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) { in InsertBinop() 582 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin(); in expandAddToGEP() 603 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) { in expandAddToGEP() 620 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) { in expandAddToGEP() 1959 for (Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock());; in expand()
|
| H A D | FlattenCFG.cpp | 487 BasicBlock *SaveInsertBB = Builder.GetInsertBlock(); in MergeIfRegion()
|
| H A D | SimplifyLibCalls.cpp | 1192 IntegerType *SizeType = DL.getIntPtrType(B.GetInsertBlock()->getContext()); in foldMallocMemset() 2140 BasicBlock &EntryBB = B.GetInsertBlock()->getParent()->getEntryBlock(); in insertSinCosCall() 2437 Module *M = B.GetInsertBlock()->getParent()->getParent(); in optimizePrintF() 2449 Module *M = B.GetInsertBlock()->getParent()->getParent(); in optimizePrintF() 2560 Module *M = B.GetInsertBlock()->getParent()->getParent(); in optimizeSPrintF() 2572 Module *M = B.GetInsertBlock()->getParent()->getParent(); in optimizeSPrintF() 2735 Module *M = B.GetInsertBlock()->getParent()->getParent(); in optimizeFPrintF() 2747 Module *M = B.GetInsertBlock()->getParent()->getParent(); in optimizeFPrintF()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGGPUBuiltin.cpp | 151 llvm::IRBuilder<> IRB(Builder.GetInsertBlock(), Builder.GetInsertPoint()); in EmitAMDGPUDevicePrintfCallExpr() 154 Builder.SetInsertPoint(IRB.GetInsertBlock(), IRB.GetInsertPoint()); in EmitAMDGPUDevicePrintfCallExpr()
|
| H A D | CGCoroutine.cpp | 433 BasicBlock *SaveInsertBlock = CGF.Builder.GetInsertBlock(); in Emit() 537 const bool CanFallthrough = CGF.Builder.GetInsertBlock(); in emitBodyAndFallthrough() 548 auto *EntryBB = Builder.GetInsertBlock(); in EmitCoroutineBody() 571 auto *AllocOrInvokeContBB = Builder.GetInsertBlock(); in EmitCoroutineBody() 686 const bool CanFallthrough = Builder.GetInsertBlock(); in EmitCoroutineBody()
|
| H A D | CGStmt.cpp | 117 llvm::BasicBlock *incoming = Builder.GetInsertBlock(); in EmitStmt() 122 llvm::BasicBlock *outgoing = Builder.GetInsertBlock(); in EmitStmt() 526 llvm::BasicBlock *CurBB = Builder.GetInsertBlock(); in EmitBlock() 549 llvm::BasicBlock *CurBB = Builder.GetInsertBlock(); in EmitBranch() 699 llvm::BasicBlock *CurBB = Builder.GetInsertBlock(); in EmitIndirectGotoStmt() 1204 auto CI = cast<llvm::CallInst>(&Builder.GetInsertBlock()->back()); in makeTailCallIfSwiftAsync() 1392 llvm::BasicBlock *RestoreBB = Builder.GetInsertBlock(); in EmitCaseStmtRange() 1470 if (Builder.GetInsertBlock()) { in EmitCaseStmt()
|
| H A D | CGCleanup.cpp | 536 bool WasInsertBlock = CGF.Builder.GetInsertBlock() == Entry; in SimplifyCleanupEntry() 679 llvm::BasicBlock *FallthroughSource = Builder.GetInsertBlock(); in PopCleanupBlock() 931 llvm::BasicBlock *NormalExit = Builder.GetInsertBlock(); in PopCleanupBlock() 1321 assert(CGF.Builder.GetInsertBlock() && InvokeDest); in EmitSehScope()
|
| H A D | CodeGenFunction.cpp | 285 llvm::BasicBlock *CurBB = Builder.GetInsertBlock(); in EmitReturnBlock() 1384 !FD->getReturnType()->isVoidType() && Builder.GetInsertBlock()) { in GenerateCode() 1859 llvm::BasicBlock *originBB = CGF.Builder.GetInsertBlock(); in emitNonZeroVLAInit() 2303 Builder.GetInsertBlock()); in protectFromPeepholes() 2525 llvm::IRBuilder<> IRB(Builder.GetInsertBlock(), Builder.GetInsertPoint()); in EmitSanitizerStatReport() 2624 Builder.GetInsertBlock()->getParent()->getParent(), in emitAlignmentAssumptionCheck() 2627 assert(&(Builder.GetInsertBlock()->back()) == Assumption && in emitAlignmentAssumptionCheck()
|
| H A D | CGExprCXX.cpp | 1230 llvm::BasicBlock *EntryBB = Builder.GetInsertBlock(); in EmitNewArrayInitializer() 1289 CurPtrPhi->addIncoming(NextPtr, Builder.GetInsertBlock()); in EmitNewArrayInitializer() 1689 nullCheckBB = Builder.GetInsertBlock(); in EmitCXXNewExpr() 1766 llvm::BasicBlock *notNullBB = Builder.GetInsertBlock(); in EmitCXXNewExpr() 2305 CastNotNull = Builder.GetInsertBlock(); in EmitDynamicCast()
|
| H A D | CGExprScalar.cpp | 2501 llvm::BasicBlock *startBB = Builder.GetInsertBlock(); in EmitScalarPrePostIncDec() 2734 llvm::BasicBlock *curBlock = Builder.GetInsertBlock(); in EmitScalarPrePostIncDec() 3079 llvm::BasicBlock *startBB = Builder.GetInsertBlock(); in EmitCompoundAssignLValue() 3106 llvm::BasicBlock *curBlock = Builder.GetInsertBlock(); in EmitCompoundAssignLValue() 3328 llvm::BasicBlock *initialBB = Builder.GetInsertBlock(); in EmitOverflowCheckedBinOp() 3894 llvm::BasicBlock *Orig = Builder.GetInsertBlock(); in EmitShl() 4334 RHSBlock = Builder.GetInsertBlock(); in VisitBinLAnd() 4454 RHSBlock = Builder.GetInsertBlock(); in VisitBinLOr() 4631 LHSBlock = Builder.GetInsertBlock(); in VisitAbstractConditionalOperator() 4639 RHSBlock = Builder.GetInsertBlock(); in VisitAbstractConditionalOperator() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 709 IRB.GetInsertBlock()->getParent()->getParent()->getOrInsertGlobal( in getShadowNonTls() 826 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in instrumentMemAccessInline() 1047 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in getStackBaseTag() 1119 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in getHwasanThreadSlotPtr() 1155 Function *F = IRB.GetInsertBlock()->getParent(); in emitPrologue() 1214 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in readRegister() 1435 if (EntryIRB.GetInsertBlock() != &F.getEntryBlock()) { in sanitizeFunction() 1437 for (auto II = EntryIRB.GetInsertBlock()->begin(), in sanitizeFunction() 1438 IE = EntryIRB.GetInsertBlock()->end(); in sanitizeFunction()
|
| H A D | BoundsChecking.cpp | 186 Function *Fn = IRB.GetInsertBlock()->getParent(); in addBoundsChecking()
|
| H A D | PoisonChecking.cpp | 248 Module *M = B.GetInsertBlock()->getModule(); in CreateAssert()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Speculation.cpp | 127 assert(Mutator.GetInsertBlock()->getParent() == &Fn && in emit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAtomicOptimizer.cpp | 290 Module *M = B.GetInsertBlock()->getModule(); in buildReduction() 328 Module *M = B.GetInsertBlock()->getModule(); in buildScan() 385 Module *M = B.GetInsertBlock()->getModule(); in buildShiftRight()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 87 Module *M = GetInsertBlock()->getParent()->getParent(); in CreateVScale() 361 Module *M = Builder->GetInsertBlock()->getParent()->getParent(); in getReductionIntrinsic() 369 Module *M = GetInsertBlock()->getParent()->getParent(); in CreateFAddReduce() 377 Module *M = GetInsertBlock()->getParent()->getParent(); in CreateFMulReduce() 674 Module *M = Builder->GetInsertBlock()->getParent()->getParent(); in CreateGCStatepointCallCommon() 731 Module *M = Builder->GetInsertBlock()->getParent()->getParent(); in CreateGCStatepointInvokeCommon()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 448 BasicBlock *BB = Builder.GetInsertBlock(); in emitCancelationCheckImpl() 510 BasicBlock *InsertBB = Builder.GetInsertBlock(); in createParallel() 659 << *Builder.GetInsertBlock()->getParent() << "\n"); in createParallel() 695 << *Builder.GetInsertBlock()->getParent() << "\n"); in createParallel() 1973 BasicBlock *EntryBB = Builder.GetInsertBlock(); in EmitOMPInlinedRegion() 2038 BasicBlock *EntryBB = Builder.GetInsertBlock(); in emitCommonDirectiveEntry() 2588 BasicBlock *CurBB = Builder.GetInsertBlock(); in emitAtomicUpdate() 2635 PHI->addIncoming(PreviousVal, Builder.GetInsertBlock()); in emitAtomicUpdate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | MatrixBuilder.h | 35 Module *getModule() { return B.GetInsertBlock()->getParent()->getParent(); } in getModule()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandMemCmp.cpp | 445 BasicBlock *BB = Builder.GetInsertBlock(); in emitLoadCompareBlockMultipleLoads() 503 BasicBlock *BB = Builder.GetInsertBlock(); in emitLoadCompareBlock()
|
| H A D | ExpandVectorPredication.cpp | 196 auto *M = Builder.GetInsertBlock()->getModule(); in convertEVLToMask()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 143 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()), in SCEVInsertPointGuard()
|