Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2037 Directive OMPD = Directive::OMPD_sections; in createSection() local
2222 Directive OMPD = Directive::OMPD_master; in createMaster() local
2246 Directive OMPD = Directive::OMPD_masked; in createMasked() local
4006 Directive OMPD = Directive::OMPD_single; in createSingle() local
4026 EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createSingle()
4043 Directive OMPD = Directive::OMPD_critical; in createCritical() local
4123 Directive OMPD = Directive::OMPD_ordered; in createOrderedThreadsSimd() local
4147 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion() argument
4152 FinalizationStack.push_back({FiniCB, OMPD, IsCancellable}); in EmitOMPInlinedRegion()
4165 emitCommonDirectiveEntry(OMPD, EntryCall, ExitBB, Conditional); in EmitOMPInlinedRegion()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2293 InsertPointTy emitCommonDirectiveEntry(omp::Directive OMPD, Value *EntryCall,
2307 InsertPointTy emitCommonDirectiveExit(omp::Directive OMPD,
2330 EmitOMPInlinedRegion(omp::Directive OMPD, Instruction *EntryCall,