Home
last modified time | relevance | path

Searched refs:InsertPointTy (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h53 using InsertPointTy = IRBuilder<>::InsertPoint; variable
104 function_ref<void(InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
112 std::function<void(InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
144 using PrivatizeCallbackTy = function_ref<InsertPointTy(
145 InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &Original,
157 InsertPointTy IP;
767 InsertPointTy createCopyinClauseBlocks(InsertPointTy IP, Value *MasterAddr,
903 InsertPointTy
1089 InsertPointTy
1233 OpenMPIRBuilder::InsertPointTy getBodyIP() const { in getBodyIP()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp335 OpenMPIRBuilder::InsertPointTy
343 OpenMPIRBuilder::InsertPointTy
390 OpenMPIRBuilder::InsertPointTy
990 OpenMPIRBuilder::InsertPointTy
1025 OpenMPIRBuilder::InsertPointTy
1049 OpenMPIRBuilder::InsertPointTy
1874 OpenMPIRBuilder::InsertPointTy
1895 OpenMPIRBuilder::InsertPointTy
2195 OpenMPIRBuilder::InsertPointTy
2426 OpenMPIRBuilder::InsertPointTy
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp825 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in mergeParallelRegions() typedef
847 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in mergeParallelRegions()
858 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &, in mergeParallelRegions()
864 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions()
887 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in mergeParallelRegions()
897 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions()
938 InsertPointTy(ParentBB, ParentBB->end()), DL); in mergeParallelRegions()
939 InsertPointTy SeqAfterIP = in mergeParallelRegions()
1006 OpenMPIRBuilder::LocationDescription Loc(InsertPointTy(BB, BB->end()), in mergeParallelRegions()
1013 InsertPointTy AfterIP = OMPInfoCache.OMPBuilder.createParallel( in mergeParallelRegions()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1714 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPParallelDirective() typedef
1718 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPParallelDirective()
1726 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPParallelDirective()
1739 this](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPParallelDirective()
3824 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPSectionsDirective() typedef
3827 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPSectionsDirective()
3862 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPSectionsDirective()
3898 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPSectionDirective() typedef
3980 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPMasterDirective() typedef
4022 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPMaskedDirective() typedef
[all …]
H A DCodeGenFunction.h1695 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
1740 static void FinalizeOMPRegion(CodeGenFunction &CGF, InsertPointTy IP) {
1764 InsertPointTy CodeGenIP,
1787 OutlinedRegionBodyRAII(CodeGenFunction &cgf, InsertPointTy &AllocaIP,
1814 InlinedRegionBodyRAII(CodeGenFunction &cgf, InsertPointTy &AllocaIP,
H A DCGOpenMPRuntime.cpp1230 auto FiniCB = [&CGF](llvm::OpenMPIRBuilder::InsertPointTy IP) { in PushAndPopStackRAII()