Home
last modified time | relevance | path

Searched refs:OMPD (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2179 Directive OMPD = Directive::OMPD_sections; in createSection() local
2182 return EmitOMPInlinedRegion(OMPD, nullptr, nullptr, BodyGenCB, FiniCBWrapper, in createSection()
3761 Directive OMPD = Directive::OMPD_master; in createMaster() local
3774 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMaster()
3785 Directive OMPD = Directive::OMPD_masked; in createMasked() local
3799 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMasked()
5542 Directive OMPD = Directive::OMPD_single; in createSingle() local
5573 EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCBWrapper, in createSingle()
5598 Directive OMPD = Directive::OMPD_critical; in createCritical() local
5621 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createCritical()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2899 InsertPointTy emitCommonDirectiveEntry(omp::Directive OMPD, Value *EntryCall,
2913 InsertPointTy emitCommonDirectiveExit(omp::Directive OMPD,
2936 EmitOMPInlinedRegion(omp::Directive OMPD, Instruction *EntryCall,