| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 158 class InsertPointGuard { 164 InsertPointGuard(VPBuilder &B) in InsertPointGuard() function 167 InsertPointGuard(const InsertPointGuard &) = delete; 168 InsertPointGuard &operator=(const InsertPointGuard &) = delete; 170 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
|
| H A D | VPlan.cpp | 1263 IRBuilder<>::InsertPointGuard Guard(Builder); in execute() 1319 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute() 1331 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute()
|
| H A D | LoopVectorize.cpp | 2265 IRBuilder<>::InsertPointGuard Guard(Builder); in getBroadcastInstrs() 8650 VPBuilder::InsertPointGuard Guard(Builder); in createBlockInMask()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 168 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in visitImpl() 514 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in Negate()
|
| H A D | InstCombineSimplifyDemanded.cpp | 228 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() 467 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() 484 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits()
|
| H A D | InstCombineVectorOps.cpp | 1036 BuilderTy::InsertPointGuard Guard(Builder); in foldAggregateConstructionIntoAggregateReuse()
|
| H A D | InstCombineCasts.cpp | 89 IRBuilderBase::InsertPointGuard Guard(Builder); in PromoteCastOfAllocation()
|
| H A D | InstCombineSelect.cpp | 1424 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in tryToReuseConstantFromSelectInComparison()
|
| H A D | InstructionCombining.cpp | 2053 IRBuilderBase::InsertPointGuard Guard(Builder); in visitGetElementPtrInst()
|
| H A D | InstCombineAndOrXor.cpp | 3112 BuilderTy::InsertPointGuard Guard(Builder); in foldXorOfICmps()
|
| H A D | InstCombineCompares.cpp | 3787 BuilderTy::InsertPointGuard Guard(Builder); in foldUnsignedMultiplicationOverflowCheck()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 423 IRBuilder<>::InsertPointGuard IPG(Builder); in createCancel() 560 IRBuilder<>::InsertPointGuard IPG(Builder); in createParallel() 769 IRBuilder<>::InsertPointGuard Guard(Builder); in createParallel() 910 IRBuilder<>::InsertPointGuard IPG(Builder); in createSections() 1007 IRBuilder<>::InsertPointGuard IPG(Builder); in createSection() 2102 IRBuilder<>::InsertPointGuard IPG(Builder); in createCopyinClauseBlocks() 2149 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPAlloc() 2165 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPFree() 2179 IRBuilder<>::InsertPointGuard IPG(Builder); in createCachedThreadPrivate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 190 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FlattenCFG.cpp | 283 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
|
| H A D | LCSSA.cpp | 88 IRBuilderBase::InsertPointGuard InsertPtGuard(Builder); in formLCSSAForInstructions()
|
| H A D | SimplifyLibCalls.cpp | 3093 IRBuilderBase::InsertPointGuard Guard(Builder); in optimizeCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 367 class InsertPointGuard { 374 InsertPointGuard(IRBuilderBase &B) in InsertPointGuard() function 378 InsertPointGuard(const InsertPointGuard &) = delete; 379 InsertPointGuard &operator=(const InsertPointGuard &) = delete; 381 ~InsertPointGuard() { in ~InsertPointGuard()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 918 BuilderTy::InsertPointGuard Guard(Builder); in compute_()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstCombineIntrinsic.cpp | 922 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyAMDGCNMemoryIntrinsicDemanded()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 1924 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyDemandedVectorEltsIntrinsic()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 1741 CGBuilderTy::InsertPointGuard IPG(CGF.Builder);
|
| H A D | CGCall.cpp | 5332 llvm::IRBuilder<>::InsertPointGuard IPGuard(Builder); in EmitCall()
|
| H A D | CGExpr.cpp | 92 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in CreateTempAlloca()
|
| H A D | CGOpenMPRuntime.cpp | 1233 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in PushAndPopStackRAII() 1516 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in getThreadID()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 3193 IRBuilderBase::InsertPointGuard Guard(IRB); in visitPHINode()
|