Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1275 bool AlsoPack; variable
1288 AlsoPack = IsPredicated && !I->use_empty(); in VPRecipeBase()
1307 void setAlsoPack(bool Pack) { AlsoPack = Pack; } in setAlsoPack()
1317 bool isPacked() const { return AlsoPack; } in isPacked()
H A DVPlan.cpp1093 if (AlsoPack) in print()
H A DLoopVectorize.cpp9503 if (AlsoPack && State.VF.isVector()) { in execute()