Lines Matching refs:Directive
336 OpenMPIRBuilder::createBarrier(const LocationDescription &Loc, Directive DK, in createBarrier()
344 OpenMPIRBuilder::emitBarrierImpl(const LocationDescription &Loc, Directive Kind, in emitBarrierImpl()
393 omp::Directive CanceledDirective) { in createCancel()
426 omp::Directive::OMPD_unknown, /* ForceSimpleCall */ false, in createCancel()
442 omp::Directive CanceledDirective, in emitCancelationCheckImpl()
1017 Directive OMPD = Directive::OMPD_sections; in createSection()
1033 Directive OMPD = Directive::OMPD_master; in createMaster()
1056 Directive OMPD = Directive::OMPD_masked; in createMasked()
1352 omp::Directive::OMPD_for, /* ForceSimpleCall */ false, in createStaticWorkshareLoop()
1500 omp::Directive::OMPD_for, /* ForceSimpleCall */ false, in createDynamicWorkshareLoop()
1908 Directive OMPD = Directive::OMPD_single; in createSingle()
1937 Directive OMPD = Directive::OMPD_critical; in createCritical()
1964 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion()
2033 Directive OMPD, Value *EntryCall, BasicBlock *ExitBB, bool Conditional) { in emitCommonDirectiveEntry()
2063 omp::Directive OMPD, InsertPointTy FinIP, Instruction *ExitCall, in emitCommonDirectiveExit()