Home
last modified time | relevance | path

Searched refs:saveIP (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1933 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 DOpenACCToLLVMIRTranslation.cpp304 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 DOMPIRBuilder.cpp701 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 DOpenMPToLLVMIRTranslation.cpp494 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 DOMPIRBuilder.h204 : 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 DCGException.cpp952 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 DCodeGenPGO.cpp995 auto BuilderInsertPoint = Builder.saveIP(); in valueProfile()
H A DCGObjC.cpp2939 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCOperationAfterCall()
H A DCodeGenFunction.h1822 if (CGF.Builder.saveIP().isSet())
H A DCGStmtOpenMP.cpp1694 if (Builder.saveIP().isSet()) in EmitOMPInlinedRegionBody()
1711 if (Builder.saveIP().isSet()) in EmitOMPOutlinedRegionBody()
H A DTargetInfo.cpp11785 auto IP = CGF.Builder.saveIP(); in createEnqueuedBlockKernel()
11842 auto IP = CGF.Builder.saveIP(); in createEnqueuedBlockKernel()
H A DCGCall.cpp4837 CGBuilderTy::InsertPoint IP = Builder.saveIP(); in EmitCall()
H A DCGExpr.cpp553 OldIP = Builder.saveIP(); in EmitMaterializeTemporaryExpr()
H A DCGOpenMPRuntime.cpp1401 OMPBuilder.updateToLocation(CGF.Builder.saveIP()); in getThreadID()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h254 InsertPoint saveIP() const { in saveIP() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9257 auto CurrIP = Builder.saveIP(); in execute()
9797 auto OldIP = Builder.saveIP(); in get()