Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp7118 ElementCount ScalarVF = ElementCount::getFixed(1); in getBestPlan() local
7119 assert(hasPlanWithVF(ScalarVF) && in getBestPlan()
7123 InstructionCost ScalarCost = CM.expectedCost(ScalarVF); in getBestPlan()
7124 VectorizationFactor BestFactor(ScalarVF, ScalarCost, ScalarCost); in getBestPlan()