Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp220 Attrs.InterleaveCount != 0 || Attrs.VectorizeWidth != 0 || in createLoopVectorizeMetadata()
287 if (Attrs.InterleaveCount > 0) { in createLoopVectorizeMetadata()
452 VectorizeScalable(LoopAttributes::Unspecified), InterleaveCount(0), in LoopAttributes()
461 InterleaveCount = 0; in clear()
488 Attrs.InterleaveCount == 0 && Attrs.UnrollCount == 0 && in LoopInfo()
524 BeforeJam.InterleaveCount = Attrs.InterleaveCount; in finish()
668 case LoopHintAttr::InterleaveCount: in push()
695 case LoopHintAttr::InterleaveCount: in push()
716 case LoopHintAttr::InterleaveCount: in push()
737 case LoopHintAttr::InterleaveCount: in push()
[all …]
H A DCGLoopInfo.h65 unsigned InterleaveCount; member
269 void setInterleaveCount(unsigned C) { StagedAttrs.InterleaveCount = C; } in setInterleaveCount()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp53 Optional<int> InterleaveCount = in warnAboutLeftoverTransformations() local
64 else if (InterleaveCount.getValueOr(0) != 1) in warnAboutLeftoverTransformations()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp128 .Case("interleave_count", LoopHintAttr::InterleaveCount) in handleLoopHintAttr()
145 } else if (Option == LoopHintAttr::InterleaveCount || in handleLoopHintAttr()
291 case LoopHintAttr::InterleaveCount: in CheckForIncompatibleAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp408 Optional<int> InterleaveCount = in hasVectorizeTransformation() local
414 InterleaveCount == 1) in hasVectorizeTransformation()
423 if ((VectorizeWidth && VectorizeWidth->isScalar()) && InterleaveCount == 1) in hasVectorizeTransformation()
426 if ((VectorizeWidth && VectorizeWidth->isVector()) || InterleaveCount > 1) in hasVectorizeTransformation()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3511 ["Vectorize", "VectorizeWidth", "Interleave", "InterleaveCount",
3528 case InterleaveCount: return "interleave_count";