Home | History | Annotate | Download | only in Sema

Lines Matching defs:Distribute

110                  .Case("distribute", LoopHintAttr::Distribute)
122 Option == LoopHintAttr::Distribute) {
146 // unroll and distribute. Except for distribute they come in two variants: a
169 enum { Vectorize, Interleave, Unroll, Distribute } Category;
183 case LoopHintAttr::Distribute:
184 // Perform the check for duplicated 'distribute' hints.
185 Category = Distribute;
193 Option == LoopHintAttr::Distribute) {