Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h804 bool AlsoPack; variable
815 AlsoPack = IsPredicated && !I->use_empty(); in VPRecipeBase()
830 void setAlsoPack(bool Pack) { AlsoPack = Pack; } in setAlsoPack()
DVPlan.cpp560 if (AlsoPack) in print()
DLoopVectorize.cpp7154 if (AlsoPack && State.VF > 1) { in execute()