Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h158 function_ref<void(InsertPointTy AllocaIP, InsertPointTy CodeGenIP)>;
165 std::function<void(InsertPointTy AllocaIP, InsertPointTy CodeGenIP)>;
197 InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &Original,
208 InsertPointTy IP;
503 InsertPointTy applyWorkshareLoop(
646 function_ref<InsertPointTy(InsertPointTy, Value *, Value *, Value *&)>;
653 function_ref<InsertPointTy(InsertPointTy, Type *, Value *, Value *)>;
1110 InsertPointTy createCopyinClauseBlocks(InsertPointTy IP, Value *MasterAddr,
1297 InsertPointTy
1485 InsertPointTy
[all …]
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp254 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in convertOmpParallel() typedef
259 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP) { in convertOmpParallel()
274 auto privCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP, in convertOmpParallel()
312 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in convertOmpMaster() typedef
339 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in convertOmpCritical() typedef
565 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in convertOmpOrderedRegion() typedef
598 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in convertOmpSections() typedef
666 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in convertOmpSingle() typedef
669 auto bodyCB = [&](InsertPointTy allocaIP, InsertPointTy codegenIP) { in convertOmpSingle()
684 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in convertOmpTaskOp() typedef
[all …]
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp362 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
429 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
502 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
592 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
697 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
791 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
900 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
1022 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
1141 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
1204 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
[all …]
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp647 OpenMPIRBuilder::InsertPointTy
655 OpenMPIRBuilder::InsertPointTy
704 OpenMPIRBuilder::InsertPointTy
1288 OpenMPIRBuilder::InsertPointTy
1293 return InsertPointTy(); in createTask()
1454 InsertPointTy TaskBodyIP = InsertPointTy(TaskBodyBB, TaskBodyBB->begin()); in createTask()
1466 return InsertPointTy(); in createTaskgroup()
1566 InsertPointTy AfterIP = in createSections()
1647 return InsertPointTy(); in createReductions()
1734 return InsertPointTy(); in createReductions()
[all …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1733 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPParallelDirective() typedef
1737 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPParallelDirective()
1745 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPParallelDirective()
4067 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPSectionsDirective() typedef
4100 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPSectionsDirective()
4136 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPSectionDirective() typedef
4216 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPMasterDirective() typedef
4256 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPMaskedDirective() typedef
4291 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPCriticalDirective() typedef
5217 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPTaskgroupDirective() typedef
[all …]
H A DCodeGenFunction.h1734 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
1779 static void FinalizeOMPRegion(CodeGenFunction &CGF, InsertPointTy IP) {
1804 InsertPointTy AllocaIP,
1805 InsertPointTy CodeGenIP,
1808 static void EmitCaptureStmt(CodeGenFunction &CGF, InsertPointTy CodeGenIP,
1836 InsertPointTy AllocaIP,
1837 InsertPointTy CodeGenIP,
1848 OutlinedRegionBodyRAII(CodeGenFunction &cgf, InsertPointTy &AllocaIP,
1873 InlinedRegionBodyRAII(CodeGenFunction &cgf, InsertPointTy &AllocaIP,
H A DCGOpenMPRuntime.cpp1209 auto FiniCB = [&CGF](llvm::OpenMPIRBuilder::InsertPointTy IP) { in PushAndPopStackRAII()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp918 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in mergeParallelRegions() typedef
940 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions()
950 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &, in mergeParallelRegions()
956 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions()
979 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions()
988 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions()
1029 InsertPointTy(ParentBB, ParentBB->end()), DL); in mergeParallelRegions()
1030 InsertPointTy SeqAfterIP = in mergeParallelRegions()
1144 InsertPointTy(NewCI->getParent(), in mergeParallelRegions()
3409 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in changeToSPMDMode() typedef
[all …]
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenACC/
H A DOpenACCToLLVMIRTranslation.cpp301 OpenACCIRBuilder::InsertPointTy allocaIP( in convertDataOp()
447 OpenACCIRBuilder::InsertPointTy allocaIP( in convertStandaloneDataOp()