Searched refs:InsertPointTy (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 538 function_ref<void(InsertPointTy AllocaIP, InsertPointTy CodeGenIP)>; 545 std::function<void(InsertPointTy AllocaIP, InsertPointTy CodeGenIP)>; 577 InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &Original, 588 InsertPointTy IP; 1238 function_ref<InsertPointTy(InsertPointTy, Type *, Value *, Value *)>; 1934 InsertPointTy 2201 function_ref<InsertPointTy(InsertPointTy CodeGenIP, 2209 InsertPointTy AllocaIP, InsertPointTy CodeGenIP)>; 2329 InsertPointTy 2508 InsertPointTy [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1654 return InsertPointTy(); in createTask() 1682 InsertPointTy TaskBodyIP = InsertPointTy(TaskBodyBB, TaskBodyBB->begin()); in createTask() 1892 return InsertPointTy(); in createTaskgroup() 1992 InsertPointTy AfterIP = in createSections() 4787 function_ref<InsertPointTy(InsertPointTy CodeGenIP, BodyGenTy BodyGenType)> in createTargetData() 4804 auto BeginThenGen = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in createTargetData() 4858 auto BeginElseGen = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in createTargetData() 4863 auto EndThenGen = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in createTargetData() 4891 auto EndElseGen = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; in createTargetData() 5132 [&](OpenMPIRBuilder::InsertPointTy IP) -> OpenMPIRBuilder::InsertPointTy { in emitTargetCall() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1744 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPParallelDirective() typedef 1748 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPParallelDirective() 1756 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPParallelDirective() 4125 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPSectionsDirective() typedef 4158 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPSectionsDirective() 4194 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPSectionDirective() typedef 4274 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPMasterDirective() typedef 4314 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPMaskedDirective() typedef 4349 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPCriticalDirective() typedef 5315 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPTaskgroupDirective() typedef [all …]
|
| H A D | CodeGenFunction.h | 1793 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; 1838 static void FinalizeOMPRegion(CodeGenFunction &CGF, InsertPointTy IP) { 1863 InsertPointTy AllocaIP, 1864 InsertPointTy CodeGenIP, 1867 static void EmitCaptureStmt(CodeGenFunction &CGF, InsertPointTy CodeGenIP, 1895 InsertPointTy AllocaIP, 1896 InsertPointTy CodeGenIP, 1907 OutlinedRegionBodyRAII(CodeGenFunction &cgf, InsertPointTy &AllocaIP, 1932 InlinedRegionBodyRAII(CodeGenFunction &cgf, InsertPointTy &AllocaIP,
|
| H A D | CGOpenMPRuntime.cpp | 1187 auto FiniCB = [&CGF](llvm::OpenMPIRBuilder::InsertPointTy IP) { in PushAndPopStackRAII() 8829 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in emitOffloadingArrays() typedef 8830 InsertPointTy AllocaIP(CGF.AllocaInsertPt->getParent(), in emitOffloadingArrays() 8832 InsertPointTy CodeGenIP(CGF.Builder.GetInsertBlock(), in emitOffloadingArrays() 9566 -> llvm::OpenMPIRBuilder::InsertPointTy { in emitTargetCallKernelLaunch() 9581 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in emitTargetCallKernelLaunch() 10224 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in emitTargetDataCalls() typedef 10261 auto BodyCB = [&](InsertPointTy CodeGenIP, BodyGenTy BodyGenType) { in emitTargetDataCalls() 10281 return InsertPointTy(CGF.Builder.GetInsertBlock(), in emitTargetDataCalls() 10304 InsertPointTy AllocaIP(CGF.AllocaInsertPt->getParent(), in emitTargetDataCalls() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 1054 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in mergeParallelRegions() typedef 1076 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() 1086 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &, in mergeParallelRegions() 1092 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions() 1115 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() 1124 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions() 1165 InsertPointTy(ParentBB, ParentBB->end()), DL); in mergeParallelRegions() 1166 InsertPointTy SeqAfterIP = in mergeParallelRegions() 1280 InsertPointTy(NewCI->getParent(), in mergeParallelRegions() 3950 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in insertInstructionGuardsHelper() typedef [all …]
|