Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp2192 bool FirstLaneOnly = vputils::onlyFirstLaneUsed(this); in execute() local
2198 if (!FirstLaneOnly && State.VF.isScalable()) { in execute()
2207 unsigned EndLane = FirstLaneOnly ? 1 : State.VF.getKnownMinValue(); in execute()
2225 if (!FirstLaneOnly && State.VF.isScalable()) { in execute()