Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h166 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 DVPlanRecipes.cpp1152 IRBuilder<>::InsertPointGuard Guard(Builder); in execute()
1214 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute()
1225 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute()
H A DVectorCombine.cpp1004 IRBuilder<>::InsertPointGuard Guard(Builder); in freeze()
H A DLoopVectorize.cpp2286 IRBuilder<>::InsertPointGuard Guard(Builder); in getBroadcastInstrs()
8121 VPBuilder::InsertPointGuard Guard(Builder); in createBlockInMask()
9260 VPBuilder::InsertPointGuard Guard(Builder); in adjustRecipesForReductions()
H A DSLPVectorizer.cpp9049 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeOperand()
9157 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp166 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in visitImpl()
553 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in Negate()
H A DInstCombineSimplifyDemanded.cpp256 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 DInstCombineSelect.cpp1559 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in tryToReuseConstantFromSelectInComparison()
1675 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in foldSelectInstWithICmp()
H A DInstCombineVectorOps.cpp1113 BuilderTy::InsertPointGuard Guard(Builder); in foldAggregateConstructionIntoAggregateReuse()
H A DInstCombineCasts.cpp94 IRBuilderBase::InsertPointGuard Guard(Builder); in PromoteCastOfAllocation()
H A DInstructionCombining.cpp2439 IRBuilderBase::InsertPointGuard Guard(Builder); in visitGetElementPtrInst()
H A DInstCombineAndOrXor.cpp3565 BuilderTy::InsertPointGuard Guard(Builder); in foldXorOfICmps()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp192 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp281 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
H A DLCSSA.cpp87 IRBuilderBase::InsertPointGuard InsertPtGuard(Builder); in formLCSSAForInstructions()
H A DSimplifyLibCalls.cpp3623 IRBuilderBase::InsertPointGuard Guard(Builder); in optimizeCall()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h361 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 DOMPIRBuilder.cpp759 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 DMemoryBuiltins.cpp1060 BuilderTy::InsertPointGuard Guard(Builder); in compute_()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1081 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyAMDGCNMemoryIntrinsicDemanded()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp1921 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyDemandedVectorEltsIntrinsic()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h1782 CGBuilderTy::InsertPointGuard IPG(CGF.Builder);
H A DCGCall.cpp5506 llvm::IRBuilder<>::InsertPointGuard IPGuard(Builder); in EmitCall()
H A DCGExpr.cpp94 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in CreateTempAlloca()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3492 IRBuilderBase::InsertPointGuard Guard(IRB); in visitPHINode()

12