Home
last modified time | relevance | path

Searched refs:InterleaveCount (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp207 Attrs.InterleaveCount != 0 || Attrs.VectorizeWidth != 0 || in createLoopVectorizeMetadata()
273 if (Attrs.InterleaveCount > 0) { in createLoopVectorizeMetadata()
277 Attrs.InterleaveCount))}; in createLoopVectorizeMetadata()
436 VectorizeScalable(LoopAttributes::Unspecified), InterleaveCount(0), in LoopAttributes()
445 InterleaveCount = 0; in clear()
473 Attrs.InterleaveCount == 0 && Attrs.UnrollCount == 0 && in LoopInfo()
509 BeforeJam.InterleaveCount = Attrs.InterleaveCount; in finish()
551 BeforeJam.InterleaveCount != 0 || BeforeJam.VectorizeWidth != 0 || in finish()
671 case LoopHintAttr::InterleaveCount: in push()
698 case LoopHintAttr::InterleaveCount: in push()
[all …]
H A DCGLoopInfo.h65 unsigned InterleaveCount; member
279 void setInterleaveCount(unsigned C) { StagedAttrs.InterleaveCount = C; } in setInterleaveCount()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp52 std::optional<int> InterleaveCount = in warnAboutLeftoverTransformations() local
63 else if (InterleaveCount.value_or(0) != 1) in warnAboutLeftoverTransformations()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp139 .Case("interleave_count", LoopHintAttr::InterleaveCount) in handleLoopHintAttr()
158 } else if (Option == LoopHintAttr::InterleaveCount || in handleLoopHintAttr()
502 case LoopHintAttr::InterleaveCount: in CheckForIncompatibleAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp401 std::optional<int> InterleaveCount = in hasVectorizeTransformation() local
407 InterleaveCount == 1) in hasVectorizeTransformation()
416 if ((VectorizeWidth && VectorizeWidth->isScalar()) && InterleaveCount == 1) in hasVectorizeTransformation()
419 if ((VectorizeWidth && VectorizeWidth->isVector()) || InterleaveCount > 1) in hasVectorizeTransformation()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4481 ["Vectorize", "VectorizeWidth", "Interleave", "InterleaveCount",
4498 case InterleaveCount: return "interleave_count";