Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorizationPlanner.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()
HDVPlanRecipes.cpp2529 IRBuilder<>::InsertPointGuard Guard(Builder); in execute()
2590 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute()
2601 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute()
HDVPlan.cpp274 IRBuilder<>::InsertPointGuard Guard(Builder); in get()
HDVectorCombine.cpp1175 IRBuilder<>::InsertPointGuard Guard(Builder); in freeze()
HDLoopVectorize.cpp7825 VPBuilder::InsertPointGuard Guard(Builder); in createHeaderMask()
8964 VPBuilder::InsertPointGuard Guard(Builder); in adjustRecipesForReductions()
HDSLPVectorizer.cpp12759 IRBuilderBase::InsertPointGuard Guard(Builder); in vectorizeTree()
13996 IRBuilderBase::InsertPointGuard Guard(Builder); in vectorizeTree()
14291 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineNegator.cpp161 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in visitImpl()
570 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in Negate()
HDInstCombineSimplifyDemanded.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()
HDInstructionCombining.cpp197 IRBuilderBase::InsertPointGuard Guard(Builder); in EmitGEPOffset()
2642 IRBuilderBase::InsertPointGuard Guard(*Builder); in getFreelyInvertedImpl()
2893 IRBuilderBase::InsertPointGuard Guard(Builder); in visitGetElementPtrInst()
HDInstCombineSelect.cpp1631 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in tryToReuseConstantFromSelectInComparison()
1872 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in foldSelectInstWithICmp()
HDInstCombineVectorOps.cpp1130 BuilderTy::InsertPointGuard Guard(Builder); in foldAggregateConstructionIntoAggregateReuse()
HDInstCombineAndOrXor.cpp4206 BuilderTy::InsertPointGuard Guard(Builder); in foldXorOfICmps()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDBoundsChecking.cpp188 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDFlattenCFG.cpp281 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
HDSimplifyLibCalls.cpp2686 IRBuilderBase::InsertPointGuard Guard(B); in mergeSqrtToExp()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIRBuilder.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-14-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.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-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULowerBufferFatPointers.cpp794 IRBuilder<>::InsertPointGuard Guard(IRB); in getPtrParts()
872 IRBuilder<>::InsertPointGuard Guard(IRB); in processConditionals()
HDAMDGPUInstCombineIntrinsic.cpp1297 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyAMDGCNMemoryIntrinsicDemanded()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMemoryBuiltins.cpp1102 BuilderTy::InsertPointGuard Guard(Builder); in compute_()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp3051 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in EmitAsmStmt()
3090 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in EmitAsmStmt()
HDCodeGenFunction.h1929 CGBuilderTy::InsertPointGuard IPG(CGF.Builder);
HDCGCall.cpp5809 llvm::IRBuilder<>::InsertPointGuard IPGuard(Builder); in EmitCall()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstCombineIntrinsic.cpp3244 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyDemandedVectorEltsIntrinsic()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSROA.cpp3605 IRBuilderBase::InsertPointGuard Guard(IRB); in visitPHINode()

12