| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 193 class InsertPointGuard { 199 InsertPointGuard(VPBuilder &B) in InsertPointGuard() function 202 InsertPointGuard(const InsertPointGuard &) = delete; 203 InsertPointGuard &operator=(const InsertPointGuard &) = delete; 205 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
|
| H A D | VPlanRecipes.cpp | 1691 IRBuilder<>::InsertPointGuard Guard(Builder); in execute() 1752 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute() 1763 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute()
|
| H A D | VPlan.cpp | 247 IRBuilder<>::InsertPointGuard Guard(Builder); in get()
|
| H A D | VectorCombine.cpp | 1132 IRBuilder<>::InsertPointGuard Guard(Builder); in freeze()
|
| H A D | LoopVectorize.cpp | 8067 VPBuilder::InsertPointGuard Guard(Builder); in createHeaderMask() 9099 VPBuilder::InsertPointGuard Guard(Builder); in adjustRecipesForReductions()
|
| H A D | SLPVectorizer.cpp | 11059 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree() 12029 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 161 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in visitImpl() 553 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in Negate()
|
| H A D | InstCombineSimplifyDemanded.cpp | 288 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() 433 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() 506 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() 523 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() 560 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits()
|
| H A D | InstCombineSelect.cpp | 1593 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in tryToReuseConstantFromSelectInComparison() 1728 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in foldSelectInstWithICmp()
|
| H A D | InstCombineVectorOps.cpp | 1123 BuilderTy::InsertPointGuard Guard(Builder); in foldAggregateConstructionIntoAggregateReuse()
|
| H A D | InstructionCombining.cpp | 2542 IRBuilderBase::InsertPointGuard Guard(Builder); in visitGetElementPtrInst()
|
| H A D | InstCombineAndOrXor.cpp | 4075 BuilderTy::InsertPointGuard Guard(Builder); in foldXorOfICmps()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 188 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FlattenCFG.cpp | 281 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 369 class InsertPointGuard { 376 InsertPointGuard(IRBuilderBase &B) in InsertPointGuard() function 380 InsertPointGuard(const InsertPointGuard &) = delete; 381 InsertPointGuard &operator=(const InsertPointGuard &) = delete; 383 ~InsertPointGuard() { in ~InsertPointGuard()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 963 IRBuilder<>::InsertPointGuard IPG(Builder); in createCancel() 1379 IRBuilder<>::InsertPointGuard IPG(Builder); in createParallel() 1935 IRBuilder<>::InsertPointGuard IPG(Builder); in createSections() 2027 IRBuilder<>::InsertPointGuard IPG(Builder); in createSection() 4265 IRBuilder<>::InsertPointGuard IPG(Builder); in createCopyinClauseBlocks() 4312 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPAlloc() 4329 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPFree() 4345 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPInteropInit() 4373 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPInteropDestroy() 4402 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPInteropUse() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2873 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in EmitAsmStmt() 2912 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in EmitAsmStmt()
|
| H A D | CodeGenFunction.h | 1839 CGBuilderTy::InsertPointGuard IPG(CGF.Builder);
|
| H A D | CGCall.cpp | 5718 llvm::IRBuilder<>::InsertPointGuard IPGuard(Builder); in EmitCall()
|
| H A D | CGOpenMPRuntime.cpp | 1190 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in PushAndPopStackRAII() 1449 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in getThreadID()
|
| H A D | CGExpr.cpp | 93 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in CreateTempAlloca()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 1102 BuilderTy::InsertPointGuard Guard(Builder); in compute_()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstCombineIntrinsic.cpp | 1215 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyAMDGCNMemoryIntrinsicDemanded()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 2999 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyDemandedVectorEltsIntrinsic()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 3638 IRBuilderBase::InsertPointGuard Guard(IRB); in visitPHINode()
|