Searched refs:IsParallel (Results 1 – 2 of 2) sorted by relevance
37 explicit LoopAttributes(bool IsParallel = false);41 bool IsParallel; member224 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()232 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
436 assert(!!AccGroup == Attrs.IsParallel && in createMetadata()438 if (Attrs.IsParallel) { in createMetadata()448 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() argument449 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes()459 IsParallel = false; in clear()481 if (Attrs.IsParallel) { in LoopInfo()487 if (!Attrs.IsParallel && Attrs.VectorizeWidth == 0 && in LoopInfo()521 BeforeJam.IsParallel = AfterJam.IsParallel = Attrs.IsParallel; in finish()