| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 1933 InsertPointTy AllocaIP = Builder.saveIP(); in TEST_F() 2121 InsertPointTy AllocaIP = Builder.saveIP(); in TEST_P() 3897 return Builder.saveIP(); in sumReduction() 3907 return Builder.saveIP(); in sumAtomicReduction() 3915 return Builder.saveIP(); in xorReduction() 3925 return Builder.saveIP(); in xorAtomicReduction() 3980 BodyIP = Builder.saveIP(); in TEST_F() 4010 return Builder.saveIP(); in TEST_F() 4216 FirstBodyIP = Builder.saveIP(); in TEST_F() 4234 SecondBodyIP = Builder.saveIP(); in TEST_F() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenACC/ |
| H A D | OpenACCToLLVMIRTranslation.cpp | 304 accBuilder->createMapperAllocas(builder.saveIP(), allocaIP, totalNbOperand, in convertDataOp() 375 accBuilder->emitMapperCall(builder.saveIP(), beginMapperFunc, srcLocInfo, in convertDataOp() 390 auto afterDataRegion = builder.saveIP(); in convertDataOp() 419 accBuilder->emitMapperCall(builder.saveIP(), endMapperFunc, srcLocInfo, in convertDataOp() 450 accBuilder->createMapperAllocas(builder.saveIP(), allocaIP, totalNbOperand, in convertStandaloneDataOp() 472 accBuilder->emitMapperCall(builder.saveIP(), mapperFunc, srcLocInfo, in convertStandaloneDataOp()
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 701 return Builder.saveIP(); in emitBarrierImpl() 753 return Builder.saveIP(); in createCancel() 823 return Builder.saveIP(); in emitTargetKernel() 1458 return Builder.saveIP(); in createTask() 1487 return Builder.saveIP(); in createTaskgroup() 1577 CB(Builder.saveIP()); in createSections() 1791 return Builder.saveIP(); in createReductions() 3209 return Builder.saveIP(); in createCopyPrivate() 3251 return Builder.saveIP(); in createSingle() 3331 return Builder.saveIP(); in createOrderedDepend() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/ |
| H A D | OpenMPToLLVMIRTranslation.cpp | 494 return builder.saveIP(); in makeReductionGen() 526 return builder.saveIP(); in makeAtomicReductionGen() 889 ompBuilder->createReductions(builder.saveIP(), allocaIP, reductionInfos, in convertOmpWsLoop() 1334 ompBuilder->createBarrier(builder.saveIP(), llvm::omp::OMPD_barrier); in convertOperation() 1338 ompBuilder->createTaskwait(builder.saveIP()); in convertOperation() 1342 ompBuilder->createTaskyield(builder.saveIP()); in convertOperation() 1354 ompBuilder->createFlush(builder.saveIP()); in convertOperation()
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 204 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription() 757 InsertPointTy getInsertionPoint() { return Builder.saveIP(); } in getInsertionPoint()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGException.cpp | 952 CGBuilderTy::InsertPoint SavedIP = CGF.Builder.saveIP(); in emitCatchPadBlock() 996 CGBuilderTy::InsertPoint SavedIP = CGF.Builder.saveIP(); in emitWasmCatchPadBlock() 1117 CGBuilderTy::InsertPoint savedIP = CGF.Builder.saveIP(); in emitCatchDispatchBlock() 1607 CGBuilderTy::InsertPoint SavedIP = Builder.saveIP(); in getEHResumeBlock()
|
| H A D | CodeGenPGO.cpp | 995 auto BuilderInsertPoint = Builder.saveIP(); in valueProfile()
|
| H A D | CGObjC.cpp | 2939 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCOperationAfterCall()
|
| H A D | CodeGenFunction.h | 1822 if (CGF.Builder.saveIP().isSet())
|
| H A D | CGStmtOpenMP.cpp | 1694 if (Builder.saveIP().isSet()) in EmitOMPInlinedRegionBody() 1711 if (Builder.saveIP().isSet()) in EmitOMPOutlinedRegionBody()
|
| H A D | TargetInfo.cpp | 11785 auto IP = CGF.Builder.saveIP(); in createEnqueuedBlockKernel() 11842 auto IP = CGF.Builder.saveIP(); in createEnqueuedBlockKernel()
|
| H A D | CGCall.cpp | 4837 CGBuilderTy::InsertPoint IP = Builder.saveIP(); in EmitCall()
|
| H A D | CGExpr.cpp | 553 OldIP = Builder.saveIP(); in EmitMaterializeTemporaryExpr()
|
| H A D | CGOpenMPRuntime.cpp | 1401 OMPBuilder.updateToLocation(CGF.Builder.saveIP()); in getThreadID()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 254 InsertPoint saveIP() const { in saveIP() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 9257 auto CurrIP = Builder.saveIP(); in execute() 9797 auto OldIP = Builder.saveIP(); in get()
|