Lines Matching refs:Ordered
2364 bool Chunked, bool Ordered) { in getRuntimeSchedule() argument
2367 return Chunked ? (Ordered ? OMP_ord_static_chunked : OMP_sch_static_chunked) in getRuntimeSchedule()
2368 : (Ordered ? OMP_ord_static : OMP_sch_static); in getRuntimeSchedule()
2370 return Ordered ? OMP_ord_dynamic_chunked : OMP_sch_dynamic_chunked; in getRuntimeSchedule()
2372 return Ordered ? OMP_ord_guided_chunked : OMP_sch_guided_chunked; in getRuntimeSchedule()
2374 return Ordered ? OMP_ord_runtime : OMP_sch_runtime; in getRuntimeSchedule()
2376 return Ordered ? OMP_ord_auto : OMP_sch_auto; in getRuntimeSchedule()
2379 return Ordered ? OMP_ord_static : OMP_sch_static; in getRuntimeSchedule()
2452 bool Ordered, llvm::Value *UB, in emitForDispatchInit() argument
2457 getRuntimeSchedule(ScheduleKind.Schedule, Chunk != nullptr, Ordered); in emitForDispatchInit()
2458 assert(Ordered || in emitForDispatchInit()
2486 unsigned IVSize, bool Ordered, Address IL, Address LB, Address UB, in emitForStaticInitCall() argument
2491 assert(!Ordered); in emitForStaticInitCall()
2533 bool Ordered, Address IL, Address LB, in emitForStaticInit() argument
2537 getRuntimeSchedule(ScheduleKind.Schedule, Chunk != nullptr, Ordered); in emitForStaticInit()
2543 Ordered, IL, LB, UB, ST, Chunk); in emitForStaticInit()
2549 bool Ordered, Address IL, Address LB, Address UB, Address ST, in emitDistributeStaticInit() argument
2557 OMPC_SCHEDULE_MODIFIER_unknown, IVSize, Ordered, IL, LB, in emitDistributeStaticInit()