Home
last modified time | relevance | path

Searched refs:IsUniform (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1553 bool IsUniform; variable
1564 bool IsUniform, bool IsPredicated = false)
1566 IsUniform(IsUniform), IsPredicated(IsPredicated) { in VPRecipeBase()
1599 bool isUniform() const { return IsUniform; } in isUniform()
H A DLoopVectorize.cpp8359 bool IsUniform = LoopVectorizationPlanner::getDecisionAndClampRange( in handleReplication() local
8391 IsUniform = true; in handleReplication()
8399 IsUniform, IsPredicated); in handleReplication()
9348 bool IsUniform = vputils::onlyFirstLaneUsed(this); in execute() local
9349 assert((IsUniform || !State.VF.isScalable()) && in execute()
9351 unsigned Lanes = IsUniform ? 1 : State.VF.getFixedValue(); in execute()
9563 if (IsUniform) { in execute()
9780 bool IsUniform = RepR && RepR->isUniform(); in get() local
9782 unsigned LastLane = IsUniform ? 0 : VF.getKnownMinValue() - 1; in get()
9789 IsUniform = true; in get()
[all …]
H A DVPlanRecipes.cpp846 O << Indent << (IsUniform ? "CLONE " : "REPLICATE "); in print()