/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 211 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 D | VPlanRecipes.cpp | 2529 IRBuilder<>::InsertPointGuard Guard(Builder); in execute() 2590 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute() 2601 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute()
|
H A D | VPlan.cpp | 274 IRBuilder<>::InsertPointGuard Guard(Builder); in get()
|
H A D | VectorCombine.cpp | 1175 IRBuilder<>::InsertPointGuard Guard(Builder); in freeze()
|
H A D | LoopVectorize.cpp | 7825 VPBuilder::InsertPointGuard Guard(Builder); in createHeaderMask() 8964 VPBuilder::InsertPointGuard Guard(Builder); in adjustRecipesForReductions()
|
H A D | SLPVectorizer.cpp | 12759 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 D | InstCombineNegator.cpp | 161 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in visitImpl() 570 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in Negate()
|
H A D | InstCombineSimplifyDemanded.cpp | 286 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 D | InstructionCombining.cpp | 197 IRBuilderBase::InsertPointGuard Guard(Builder); in EmitGEPOffset() 2642 IRBuilderBase::InsertPointGuard Guard(*Builder); in getFreelyInvertedImpl() 2893 IRBuilderBase::InsertPointGuard Guard(Builder); in visitGetElementPtrInst()
|
H A D | InstCombineSelect.cpp | 1631 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in tryToReuseConstantFromSelectInComparison() 1872 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in foldSelectInstWithICmp()
|
H A D | InstCombineVectorOps.cpp | 1130 BuilderTy::InsertPointGuard Guard(Builder); in foldAggregateConstructionIntoAggregateReuse()
|
H A D | InstCombineAndOrXor.cpp | 4206 BuilderTy::InsertPointGuard Guard(Builder); in foldXorOfICmps()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 188 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FlattenCFG.cpp | 281 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
|
H A D | SimplifyLibCalls.cpp | 2686 IRBuilderBase::InsertPointGuard Guard(B); in mergeSqrtToExp()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 372 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 D | OMPIRBuilder.cpp | 1021 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 D | AMDGPULowerBufferFatPointers.cpp | 794 IRBuilder<>::InsertPointGuard Guard(IRB); in getPtrParts() 872 IRBuilder<>::InsertPointGuard Guard(IRB); in processConditionals()
|
H A D | AMDGPUInstCombineIntrinsic.cpp | 1297 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyAMDGCNMemoryIntrinsicDemanded()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 1102 BuilderTy::InsertPointGuard Guard(Builder); in compute_()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 3051 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in EmitAsmStmt() 3090 llvm::IRBuilderBase::InsertPointGuard IPG(Builder); in EmitAsmStmt()
|
H A D | CodeGenFunction.h | 1929 CGBuilderTy::InsertPointGuard IPG(CGF.Builder);
|
H A D | CGCall.cpp | 5809 llvm::IRBuilder<>::InsertPointGuard IPGuard(Builder); in EmitCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 3244 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyDemandedVectorEltsIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3605 IRBuilderBase::InsertPointGuard Guard(IRB); in visitPHINode()
|