Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h118 MonotonicityMask = ModifierMonotonic | ModifierNonmonotonic, enumerator
119 ModifierMask = OrderingMask | MonotonicityMask,
/src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp94 switch (SchedType & ~OMPScheduleType::MonotonicityMask) { in isValidWorkshareLoopScheduleType()
143 SchedType & OMPScheduleType::MonotonicityMask; in isValidWorkshareLoopScheduleType()
144 if (MonotonicityFlags == OMPScheduleType::MonotonicityMask) in isValidWorkshareLoopScheduleType()
218 assert((ScheduleType & OMPScheduleType::MonotonicityMask) == in getOpenMPMonotonicityScheduleType()