| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 166 class InsertPointGuard { 172 InsertPointGuard(VPBuilder &B) in InsertPointGuard() function 175 InsertPointGuard(const InsertPointGuard &) = delete; 176 InsertPointGuard &operator=(const InsertPointGuard &) = delete; 178 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
|
| H A D | VPlanRecipes.cpp | 1152 IRBuilder<>::InsertPointGuard Guard(Builder); in execute() 1214 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute() 1225 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute()
|
| H A D | VectorCombine.cpp | 1004 IRBuilder<>::InsertPointGuard Guard(Builder); in freeze()
|
| H A D | LoopVectorize.cpp | 2286 IRBuilder<>::InsertPointGuard Guard(Builder); in getBroadcastInstrs() 8121 VPBuilder::InsertPointGuard Guard(Builder); in createBlockInMask() 9260 VPBuilder::InsertPointGuard Guard(Builder); in adjustRecipesForReductions()
|
| H A D | SLPVectorizer.cpp | 9049 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeOperand() 9157 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 166 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in visitImpl() 553 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in Negate()
|
| H A D | InstCombineSimplifyDemanded.cpp | 256 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() 398 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() 485 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() 502 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits()
|
| H A D | InstCombineSelect.cpp | 1559 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in tryToReuseConstantFromSelectInComparison() 1675 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in foldSelectInstWithICmp()
|
| H A D | InstCombineVectorOps.cpp | 1113 BuilderTy::InsertPointGuard Guard(Builder); in foldAggregateConstructionIntoAggregateReuse()
|
| H A D | InstCombineCasts.cpp | 94 IRBuilderBase::InsertPointGuard Guard(Builder); in PromoteCastOfAllocation()
|
| H A D | InstructionCombining.cpp | 2439 IRBuilderBase::InsertPointGuard Guard(Builder); in visitGetElementPtrInst()
|
| H A D | InstCombineAndOrXor.cpp | 3565 BuilderTy::InsertPointGuard Guard(Builder); in foldXorOfICmps()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 192 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | FlattenCFG.cpp | 281 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
|
| H A D | LCSSA.cpp | 87 IRBuilderBase::InsertPointGuard InsertPtGuard(Builder); in formLCSSAForInstructions()
|
| H A D | SimplifyLibCalls.cpp | 3623 IRBuilderBase::InsertPointGuard Guard(Builder); in optimizeCall()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 361 class InsertPointGuard { 368 InsertPointGuard(IRBuilderBase &B) in InsertPointGuard() function 372 InsertPointGuard(const InsertPointGuard &) = delete; 373 InsertPointGuard &operator=(const InsertPointGuard &) = delete; 375 ~InsertPointGuard() { in ~InsertPointGuard()
|
| /openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 759 IRBuilder<>::InsertPointGuard IPG(Builder); in createCancel() 951 IRBuilder<>::InsertPointGuard IPG(Builder); in createParallel() 1155 IRBuilder<>::InsertPointGuard Guard(Builder); in createParallel() 1598 IRBuilder<>::InsertPointGuard IPG(Builder); in createSections() 1690 IRBuilder<>::InsertPointGuard IPG(Builder); in createSection() 3690 IRBuilder<>::InsertPointGuard IPG(Builder); in createCopyinClauseBlocks() 3737 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPAlloc() 3754 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPFree() 3770 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPInteropInit() 3798 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPInteropDestroy() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 1060 BuilderTy::InsertPointGuard Guard(Builder); in compute_()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstCombineIntrinsic.cpp | 1081 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyAMDGCNMemoryIntrinsicDemanded()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 1921 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyDemandedVectorEltsIntrinsic()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 1782 CGBuilderTy::InsertPointGuard IPG(CGF.Builder);
|
| H A D | CGCall.cpp | 5506 llvm::IRBuilder<>::InsertPointGuard IPGuard(Builder); in EmitCall()
|
| H A D | CGExpr.cpp | 94 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in CreateTempAlloca()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 3492 IRBuilderBase::InsertPointGuard Guard(IRB); in visitPHINode()
|