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.cpp1430 bool FirstLaneOnly = vputils::onlyFirstLaneUsed(this); in execute() local
1436 if (!FirstLaneOnly && State.VF.isScalable()) { in execute()
1447 unsigned EndLane = FirstLaneOnly ? 1 : State.VF.getKnownMinValue(); in execute()
1457 if (!FirstLaneOnly && State.VF.isScalable()) { in execute()