Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h193 class InsertPointGuard {
199 InsertPointGuard(VPBuilder &B) in InsertPointGuard() function
202 InsertPointGuard(const InsertPointGuard &) = delete;
203 InsertPointGuard &operator=(const InsertPointGuard &) = delete;
205 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
H A DVPlanRecipes.cpp1691 IRBuilder<>::InsertPointGuard Guard(Builder); in execute()
1752 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute()
1763 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute()
H A DVPlan.cpp247 IRBuilder<>::InsertPointGuard Guard(Builder); in get()
H A DVectorCombine.cpp1132 IRBuilder<>::InsertPointGuard Guard(Builder); in freeze()
H A DLoopVectorize.cpp8067 VPBuilder::InsertPointGuard Guard(Builder); in createHeaderMask()
9099 VPBuilder::InsertPointGuard Guard(Builder); in adjustRecipesForReductions()
H A DSLPVectorizer.cpp11059 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree()
12029 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp161 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in visitImpl()
553 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in Negate()
H A DInstCombineSimplifyDemanded.cpp288 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits()
433 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits()
506 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits()
523 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits()
560 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits()
H A DInstCombineSelect.cpp1593 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in tryToReuseConstantFromSelectInComparison()
1728 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in foldSelectInstWithICmp()
H A DInstCombineVectorOps.cpp1123 BuilderTy::InsertPointGuard Guard(Builder); in foldAggregateConstructionIntoAggregateReuse()
H A DInstructionCombining.cpp2542 IRBuilderBase::InsertPointGuard Guard(Builder); in visitGetElementPtrInst()
H A DInstCombineAndOrXor.cpp4075 BuilderTy::InsertPointGuard Guard(Builder); in foldXorOfICmps()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp188 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp281 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h369 class InsertPointGuard {
376 InsertPointGuard(IRBuilderBase &B) in InsertPointGuard() function
380 InsertPointGuard(const InsertPointGuard &) = delete;
381 InsertPointGuard &operator=(const InsertPointGuard &) = delete;
383 ~InsertPointGuard() { in ~InsertPointGuard()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp963 IRBuilder<>::InsertPointGuard IPG(Builder); in createCancel()
1379 IRBuilder<>::InsertPointGuard IPG(Builder); in createParallel()
1935 IRBuilder<>::InsertPointGuard IPG(Builder); in createSections()
2027 IRBuilder<>::InsertPointGuard IPG(Builder); in createSection()
4265 IRBuilder<>::InsertPointGuard IPG(Builder); in createCopyinClauseBlocks()
4312 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPAlloc()
4329 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPFree()
4345 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPInteropInit()
4373 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPInteropDestroy()
4402 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPInteropUse()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2873 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in EmitAsmStmt()
2912 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in EmitAsmStmt()
H A DCodeGenFunction.h1839 CGBuilderTy::InsertPointGuard IPG(CGF.Builder);
H A DCGCall.cpp5718 llvm::IRBuilder<>::InsertPointGuard IPGuard(Builder); in EmitCall()
H A DCGOpenMPRuntime.cpp1190 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in PushAndPopStackRAII()
1449 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in getThreadID()
H A DCGExpr.cpp93 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in CreateTempAlloca()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp1102 BuilderTy::InsertPointGuard Guard(Builder); in compute_()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1215 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyAMDGCNMemoryIntrinsicDemanded()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp2999 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyDemandedVectorEltsIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3638 IRBuilderBase::InsertPointGuard Guard(IRB); in visitPHINode()

12