Searched refs:OMPD (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/openmp/runtime/ |
| H A D | CMakeLists.txt | 325 # OMPD-support 333 "OMPD-support?") 336 …libomp_warning_say("OpenMP Debug Interface(OMPD) requested but not available in this implementatio… 405 libomp_say("Use OMPD-support -- ${LIBOMP_OMPD_SUPPORT}")
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1611 Directive OMPD = Directive::OMPD_sections; in createSection() local 1802 Directive OMPD = Directive::OMPD_master; in createMaster() local 1826 Directive OMPD = Directive::OMPD_masked; in createMasked() local 3224 Directive OMPD = Directive::OMPD_single; in createSingle() local 3244 EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createSingle() 3261 Directive OMPD = Directive::OMPD_critical; in createCritical() local 3340 Directive OMPD = Directive::OMPD_ordered; in createOrderedThreadsSimd() local 3364 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion() argument 3369 FinalizationStack.push_back({FiniCB, OMPD, IsCancellable}); in EmitOMPInlinedRegion() 3382 emitCommonDirectiveEntry(OMPD, EntryCall, ExitBB, Conditional); in EmitOMPInlinedRegion() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 1261 InsertPointTy emitCommonDirectiveEntry(omp::Directive OMPD, Value *EntryCall, 1275 InsertPointTy emitCommonDirectiveExit(omp::Directive OMPD, 1298 EmitOMPInlinedRegion(omp::Directive OMPD, Instruction *EntryCall,
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | OpenMPSupport.rst | 139 | OMPD | OMPD interfaces | :pa…
|