Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp386 return Builder.saveIP(); in emitBarrierImpl()
428 return Builder.saveIP(); in createCancel()
461 FI.FiniCB(Builder.saveIP()); in emitCancelationCheckImpl()
563 InsertPointTy InnerAllocaIP = Builder.saveIP(); in createParallel()
780 PrivCB(InnerAllocaIP, Builder.saveIP(), V, *Inner, ReplacementValue)); in createParallel()
940 SectionCB(InsertPointTy(), Builder.saveIP(), *ForExitBB); in createSections()
971 FiniInfo.FiniCB(Builder.saveIP()); in createSections()
974 return Builder.saveIP(); in createSections()
1229 BodyGenCB(Builder.saveIP(), IndVar); in createCanonicalLoop()
1231 LocationDescription LoopLoc = ComputeIP.isSet() ? Loc.IP : Builder.saveIP(); in createCanonicalLoop()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h153 : IP(IRB.saveIP()), DL(IRB.getCurrentDebugLocation()) {} in LocationDescription()
492 InsertPointTy getInsertionPoint() { return Builder.saveIP(); } in getInsertionPoint()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp946 CGBuilderTy::InsertPoint SavedIP = CGF.Builder.saveIP(); in emitCatchPadBlock()
990 CGBuilderTy::InsertPoint SavedIP = CGF.Builder.saveIP(); in emitWasmCatchPadBlock()
1111 CGBuilderTy::InsertPoint savedIP = CGF.Builder.saveIP(); in emitCatchDispatchBlock()
1601 CGBuilderTy::InsertPoint SavedIP = Builder.saveIP(); in getEHResumeBlock()
H A DCodeGenPGO.cpp987 auto BuilderInsertPoint = Builder.saveIP(); in valueProfile()
H A DCodeGenFunction.h1774 if (CGF.Builder.saveIP().isSet())
1794 IP = CGF.Builder.saveIP();
H A DCGObjC.cpp2941 CGBuilderTy::InsertPoint ip = CGF.Builder.saveIP(); in emitARCOperationAfterCall()
H A DTargetInfo.cpp11212 auto IP = CGF.Builder.saveIP(); in createEnqueuedBlockKernel()
11272 auto IP = CGF.Builder.saveIP(); in createEnqueuedBlockKernel()
H A DCGCall.cpp4734 CGBuilderTy::InsertPoint IP = Builder.saveIP(); in EmitCall()
H A DCGExpr.cpp553 OldIP = Builder.saveIP(); in EmitMaterializeTemporaryExpr()
H A DCGOpenMPRuntime.cpp1462 OMPBuilder.updateToLocation(CGF.Builder.saveIP()); in getThreadID()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h271 InsertPoint saveIP() const { in saveIP() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2264 auto CurrIP = Builder.saveIP(); in createVectorIntOrFpInductionPHI()
9696 auto OldIP = Builder.saveIP(); in get()