Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2636 struct VPWidenStoreEVLRecipe final : public VPWidenMemoryRecipe {
2637 VPWidenStoreEVLRecipe(VPWidenStoreRecipe *S, VPValue *EVL, VPValue *Mask) in VPWidenStoreEVLRecipe() function
H A DVPlanTransforms.cpp1493 NewRecipe = new VPWidenStoreEVLRecipe(S, VPEVL, NewMask); in tryAddExplicitVectorLength()
H A DVPlanRecipes.cpp2033 void VPWidenStoreEVLRecipe::print(raw_ostream &O, const Twine &Indent, in print()
H A DLoopVectorize.cpp4492 !isa<VPWidenStoreRecipe, VPWidenStoreEVLRecipe, VPInterleaveRecipe>( in willGenerateVectors()
9333 void VPWidenStoreEVLRecipe::execute(VPTransformState &State) { in execute()