Home
last modified time | relevance | path

Searched refs:InsertPointGuard (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h158 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 DLoopVectorize.cpp2246 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 DSLPVectorizer.cpp4854 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp168 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in visitImpl()
514 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in Negate()
H A DInstCombineSimplifyDemanded.cpp228 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits()
467 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits()
484 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits()
H A DInstCombineVectorOps.cpp976 BuilderTy::InsertPointGuard Guard(Builder); in foldAggregateConstructionIntoAggregateReuse()
H A DInstCombineCasts.cpp89 IRBuilderBase::InsertPointGuard Guard(Builder); in PromoteCastOfAllocation()
H A DInstCombineSelect.cpp1424 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in tryToReuseConstantFromSelectInComparison()
H A DInstructionCombining.cpp2012 IRBuilderBase::InsertPointGuard Guard(Builder); in visitGetElementPtrInst()
H A DInstCombineAndOrXor.cpp3112 BuilderTy::InsertPointGuard Guard(Builder); in foldXorOfICmps()
H A DInstCombineCompares.cpp3719 BuilderTy::InsertPointGuard Guard(Builder); in foldUnsignedMultiplicationOverflowCheck()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp547 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 DBoundsChecking.cpp190 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h367 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 DLCSSA.cpp88 IRBuilderBase::InsertPointGuard InsertPtGuard(Builder); in formLCSSAForInstructions()
H A DFlattenCFG.cpp283 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
H A DSimplifyLibCalls.cpp3089 IRBuilderBase::InsertPointGuard Guard(Builder); in optimizeCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp918 BuilderTy::InsertPointGuard Guard(Builder); in compute_()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp922 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyAMDGCNMemoryIntrinsicDemanded()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp1925 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyDemandedVectorEltsIntrinsic()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h1741 CGBuilderTy::InsertPointGuard IPG(CGF.Builder);
H A DCGCall.cpp5325 llvm::IRBuilder<>::InsertPointGuard IPGuard(Builder); in EmitCall()
H A DCGExpr.cpp92 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in CreateTempAlloca()
H A DCGOpenMPRuntime.cpp1229 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 DSROA.cpp3178 IRBuilderBase::InsertPointGuard Guard(IRB); in visitPHINode()