Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h927 bool AlsoPack; variable
938 AlsoPack = IsPredicated && !I->use_empty(); in VPRecipeBase()
953 void setAlsoPack(bool Pack) { AlsoPack = Pack; } in setAlsoPack()
DVPlan.cpp728 if (AlsoPack) in print()
DLoopVectorize.cpp7423 if (AlsoPack && State.VF > 1) { in execute()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h1155 bool AlsoPack; variable
1169 AlsoPack = IsPredicated && !I->use_empty(); in VPRecipeBase()
1188 void setAlsoPack(bool Pack) { AlsoPack = Pack; } in setAlsoPack()
DVPlan.cpp980 if (AlsoPack) in print()
DLoopVectorize.cpp8738 if (AlsoPack && State.VF.isVector()) { in execute()