Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h211 class InsertPointGuard {
217 InsertPointGuard(VPBuilder &B) in InsertPointGuard() function
220 InsertPointGuard(const InsertPointGuard &) = delete;
221 InsertPointGuard &operator=(const InsertPointGuard &) = delete;
223 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
H A DVPlanRecipes.cpp2529 IRBuilder<>::InsertPointGuard Guard(Builder); in execute()
2590 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute()
2601 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute()
H A DVPlan.cpp274 IRBuilder<>::InsertPointGuard Guard(Builder); in get()
H A DVectorCombine.cpp1175 IRBuilder<>::InsertPointGuard Guard(Builder); in freeze()
H A DLoopVectorize.cpp7825 VPBuilder::InsertPointGuard Guard(Builder); in createHeaderMask()
8964 VPBuilder::InsertPointGuard Guard(Builder); in adjustRecipesForReductions()
H A DSLPVectorizer.cpp12759 IRBuilderBase::InsertPointGuard Guard(Builder); in vectorizeTree()
13996 IRBuilderBase::InsertPointGuard Guard(Builder); in vectorizeTree()
14291 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp161 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in visitImpl()
570 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in Negate()
H A DInstCombineSimplifyDemanded.cpp286 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits()
430 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits()
502 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits()
519 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits()
556 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits()
H A DInstructionCombining.cpp197 IRBuilderBase::InsertPointGuard Guard(Builder); in EmitGEPOffset()
2642 IRBuilderBase::InsertPointGuard Guard(*Builder); in getFreelyInvertedImpl()
2893 IRBuilderBase::InsertPointGuard Guard(Builder); in visitGetElementPtrInst()
H A DInstCombineSelect.cpp1631 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in tryToReuseConstantFromSelectInComparison()
1872 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in foldSelectInstWithICmp()
H A DInstCombineVectorOps.cpp1130 BuilderTy::InsertPointGuard Guard(Builder); in foldAggregateConstructionIntoAggregateReuse()
H A DInstCombineAndOrXor.cpp4206 BuilderTy::InsertPointGuard Guard(Builder); in foldXorOfICmps()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp188 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp281 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
H A DSimplifyLibCalls.cpp2686 IRBuilderBase::InsertPointGuard Guard(B); in mergeSqrtToExp()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h372 class InsertPointGuard {
379 InsertPointGuard(IRBuilderBase &B) in InsertPointGuard() function
383 InsertPointGuard(const InsertPointGuard &) = delete;
384 InsertPointGuard &operator=(const InsertPointGuard &) = delete;
386 ~InsertPointGuard() { in ~InsertPointGuard()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1021 IRBuilder<>::InsertPointGuard IPG(Builder); in createCancel()
1438 IRBuilder<>::InsertPointGuard IPG(Builder); in createParallel()
1566 IRBuilder<>::InsertPointGuard Guard(Builder); in createParallel()
2077 IRBuilder<>::InsertPointGuard IPG(Builder); in createSections()
2169 IRBuilder<>::InsertPointGuard IPG(Builder); in createSection()
5820 IRBuilder<>::InsertPointGuard IPG(Builder); in createCopyinClauseBlocks()
5867 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPAlloc()
5884 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPFree()
5900 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPInteropInit()
5928 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPInteropDestroy()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp794 IRBuilder<>::InsertPointGuard Guard(IRB); in getPtrParts()
872 IRBuilder<>::InsertPointGuard Guard(IRB); in processConditionals()
H A DAMDGPUInstCombineIntrinsic.cpp1297 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyAMDGCNMemoryIntrinsicDemanded()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp1102 BuilderTy::InsertPointGuard Guard(Builder); in compute_()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp3051 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in EmitAsmStmt()
3090 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in EmitAsmStmt()
H A DCodeGenFunction.h1929 CGBuilderTy::InsertPointGuard IPG(CGF.Builder);
H A DCGCall.cpp5809 llvm::IRBuilder<>::InsertPointGuard IPGuard(Builder); in EmitCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp3244 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyDemandedVectorEltsIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3605 IRBuilderBase::InsertPointGuard Guard(IRB); in visitPHINode()

12