/netbsd-src/external/apache2/llvm/dist/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 | LoopVectorize.cpp | 2246 IRBuilder<>::InsertPointGuard Guard(Builder); in getBroadcastInstrs() 4760 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in widenPHIInstruction() 4772 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in widenPHIInstruction() 8551 VPBuilder::InsertPointGuard Guard(Builder); in createBlockInMask()
|
H A D | SLPVectorizer.cpp | 4854 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree()
|
/netbsd-src/external/apache2/llvm/dist/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 | 976 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 | 2012 IRBuilderBase::InsertPointGuard Guard(Builder); in visitGetElementPtrInst()
|
H A D | InstCombineAndOrXor.cpp | 3112 BuilderTy::InsertPointGuard Guard(Builder); in foldXorOfICmps()
|
H A D | InstCombineCompares.cpp | 3719 BuilderTy::InsertPointGuard Guard(Builder); in foldUnsignedMultiplicationOverflowCheck()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 547 IRBuilder<>::InsertPointGuard IPG(Builder); in createParallel() 756 IRBuilder<>::InsertPointGuard Guard(Builder); in createParallel() 897 IRBuilder<>::InsertPointGuard IPG(Builder); in createSections() 994 IRBuilder<>::InsertPointGuard IPG(Builder); in createSection() 2091 IRBuilder<>::InsertPointGuard IPG(Builder); in createCopyinClauseBlocks() 2138 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPAlloc() 2154 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPFree() 2168 IRBuilder<>::InsertPointGuard IPG(Builder); in createCachedThreadPrivate()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 190 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LCSSA.cpp | 88 IRBuilderBase::InsertPointGuard InsertPtGuard(Builder); in formLCSSAForInstructions()
|
H A D | FlattenCFG.cpp | 283 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
|
H A D | SimplifyLibCalls.cpp | 3089 IRBuilderBase::InsertPointGuard Guard(Builder); in optimizeCall()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 918 BuilderTy::InsertPointGuard Guard(Builder); in compute_()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 922 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyAMDGCNMemoryIntrinsicDemanded()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 1925 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyDemandedVectorEltsIntrinsic()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenFunction.h | 1741 CGBuilderTy::InsertPointGuard IPG(CGF.Builder);
|
H A D | CGCall.cpp | 5325 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 | 1229 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in PushAndPopStackRAII() 1512 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in getThreadID()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3178 IRBuilderBase::InsertPointGuard Guard(IRB); in visitPHINode()
|