| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 166 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 D | VPlanRecipes.cpp | 1065 IRBuilder<>::InsertPointGuard Guard(Builder); in execute() 1127 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute() 1138 IRBuilderBase::InsertPointGuard IPBuilder(Builder); in execute()
|
| H A D | VectorCombine.cpp | 857 IRBuilder<>::InsertPointGuard Guard(Builder); in freeze()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 168 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in visitImpl() 542 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in Negate()
|
| H A D | InstCombineSimplifyDemanded.cpp | 251 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() 393 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() 478 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits() 495 IRBuilderBase::InsertPointGuard Guard(Builder); in SimplifyDemandedUseBits()
|
| H A D | InstCombineSelect.cpp | 1501 InstCombiner::BuilderTy::InsertPointGuard Guard(IC.Builder); in tryToReuseConstantFromSelectInComparison() 1617 InstCombiner::BuilderTy::InsertPointGuard Guard(Builder); in foldSelectInstWithICmp()
|
| H A D | InstCombineVectorOps.cpp | 1093 BuilderTy::InsertPointGuard Guard(Builder); in foldAggregateConstructionIntoAggregateReuse()
|
| H A D | InstCombineCasts.cpp | 91 IRBuilderBase::InsertPointGuard Guard(Builder); in PromoteCastOfAllocation()
|
| H A D | InstructionCombining.cpp | 2424 IRBuilderBase::InsertPointGuard Guard(Builder); in visitGetElementPtrInst()
|
| H A D | InstCombineAndOrXor.cpp | 3270 BuilderTy::InsertPointGuard Guard(Builder); in foldXorOfICmps()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 191 IRBuilder<>::InsertPointGuard Guard(IRB); in addBoundsChecking()
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 738 IRBuilder<>::InsertPointGuard IPG(Builder); in createCancel() 948 IRBuilder<>::InsertPointGuard IPG(Builder); in createParallel() 1509 IRBuilder<>::InsertPointGuard IPG(Builder); in createSections() 1601 IRBuilder<>::InsertPointGuard IPG(Builder); in createSection() 3482 IRBuilder<>::InsertPointGuard IPG(Builder); in createCopyinClauseBlocks() 3529 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPAlloc() 3546 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPFree() 3562 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPInteropInit() 3590 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPInteropDestroy() 3619 IRBuilder<>::InsertPointGuard IPG(Builder); in createOMPInteropUse() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | FlattenCFG.cpp | 283 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
|
| H A D | LCSSA.cpp | 87 IRBuilderBase::InsertPointGuard InsertPtGuard(Builder); in formLCSSAForInstructions()
|
| H A D | SimplifyLibCalls.cpp | 3430 IRBuilderBase::InsertPointGuard Guard(Builder); in optimizeCall()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 350 class InsertPointGuard { 357 InsertPointGuard(IRBuilderBase &B) in InsertPointGuard() function 361 InsertPointGuard(const InsertPointGuard &) = delete; 362 InsertPointGuard &operator=(const InsertPointGuard &) = delete; 364 ~InsertPointGuard() { in ~InsertPointGuard()
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/ |
| H A D | OpenMPToLLVMIRTranslation.cpp | 176 llvm::IRBuilderBase::InsertPointGuard guard(builder); in convertOmpOpRegions() 199 llvm::IRBuilderBase::InsertPointGuard guard(builder); in convertOmpOpRegions() 737 llvm::IRBuilderBase::InsertPointGuard guard(builder); in convertOmpWsLoop()
|
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 1170 IRBuilder<>::InsertPointGuard Guard(Builder); in TEST_F() 3948 IRBuilderBase::InsertPointGuard Guard(Builder); in TEST_F() 3964 IRBuilderBase::InsertPointGuard Guard(Builder); in TEST_F() 3990 IRBuilderBase::InsertPointGuard Guard(Builder); in TEST_F() 4190 IRBuilderBase::InsertPointGuard Guard(Builder); in TEST_F() 4203 IRBuilderBase::InsertPointGuard Guard(Builder); in TEST_F() 4223 IRBuilderBase::InsertPointGuard Guard(Builder); in TEST_F() 4246 IRBuilderBase::InsertPointGuard Guard(Builder); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 1091 BuilderTy::InsertPointGuard Guard(Builder); in compute_()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstCombineIntrinsic.cpp | 1095 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyAMDGCNMemoryIntrinsicDemanded()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | IRBuilderTest.cpp | 787 IRBuilder<>::InsertPointGuard Guard(Builder); in TEST_F()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | BlockGenerators.cpp | 1624 PollyIRBuilder::InsertPointGuard IPGuard(Builder); in buildExitPHI()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 1920 IRBuilderBase::InsertPointGuard Guard(IC.Builder); in simplifyDemandedVectorEltsIntrinsic()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 1780 CGBuilderTy::InsertPointGuard IPG(CGF.Builder);
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 3163 IRBuilderBase::InsertPointGuard Guard(IRB); in visitPHINode()
|