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.cpp2335 Directive OMPD = Directive::OMPD_sections; in createSection() local
2338 return EmitOMPInlinedRegion(OMPD, nullptr, nullptr, BodyGenCB, FiniCBWrapper, in createSection()
3982 Directive OMPD = Directive::OMPD_master; in createMaster() local
3995 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMaster()
4006 Directive OMPD = Directive::OMPD_masked; in createMasked() local
4020 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMasked()
5853 Directive OMPD = Directive::OMPD_single; in createSingle() local
5888 EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCBWrapper, in createSingle()
5919 Directive OMPD = Directive::OMPD_critical; in createCritical() local
5942 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createCritical()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h3175 InsertPointTy emitCommonDirectiveEntry(omp::Directive OMPD, Value *EntryCall,
3189 InsertPointOrErrorTy emitCommonDirectiveExit(omp::Directive OMPD,
3211 EmitOMPInlinedRegion(omp::Directive OMPD, Instruction *EntryCall,