Searched refs:OMPD (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1700 Directive OMPD = Directive::OMPD_sections; in createSection() local 1703 return EmitOMPInlinedRegion(OMPD, nullptr, nullptr, BodyGenCB, FiniCBWrapper, in createSection() 1891 Directive OMPD = Directive::OMPD_master; in createMaster() local 1904 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMaster() 1915 Directive OMPD = Directive::OMPD_masked; in createMasked() local 1929 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMasked() 3431 Directive OMPD = Directive::OMPD_single; in createSingle() local 3451 EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createSingle() 3468 Directive OMPD = Directive::OMPD_critical; in createCritical() local 3491 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createCritical() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 1583 InsertPointTy emitCommonDirectiveEntry(omp::Directive OMPD, Value *EntryCall, 1597 InsertPointTy emitCommonDirectiveExit(omp::Directive OMPD, 1620 EmitOMPInlinedRegion(omp::Directive OMPD, Instruction *EntryCall,
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | OpenMPSupport.rst | 139 | OMPD | OMPD interfaces | :pa…
|