Searched refs:OMPScheduleType (Results 1 – 4 of 4) sorted by relevance
92 static bool isValidWorkshareLoopScheduleType(OMPScheduleType SchedType) { in isValidWorkshareLoopScheduleType()94 switch (SchedType & ~OMPScheduleType::MonotonicityMask) { in isValidWorkshareLoopScheduleType()95 case OMPScheduleType::UnorderedStaticChunked: in isValidWorkshareLoopScheduleType()96 case OMPScheduleType::UnorderedStatic: in isValidWorkshareLoopScheduleType()97 case OMPScheduleType::UnorderedDynamicChunked: in isValidWorkshareLoopScheduleType()98 case OMPScheduleType::UnorderedGuidedChunked: in isValidWorkshareLoopScheduleType()99 case OMPScheduleType::UnorderedRuntime: in isValidWorkshareLoopScheduleType()100 case OMPScheduleType::UnorderedAuto: in isValidWorkshareLoopScheduleType()101 case OMPScheduleType::UnorderedTrapezoidal: in isValidWorkshareLoopScheduleType()102 case OMPScheduleType::UnorderedGreedy: in isValidWorkshareLoopScheduleType()[all …]
82 enum class OMPScheduleType { enum
1015 omp::OMPScheduleType SchedType,
4989 switch (OMPScheduleType(ScheduleTypeVal)) { in initialize()4990 case OMPScheduleType::UnorderedStatic: in initialize()4991 case OMPScheduleType::UnorderedStaticChunked: in initialize()4992 case OMPScheduleType::OrderedDistribute: in initialize()4993 case OMPScheduleType::OrderedDistributeChunked: in initialize()