Searched refs:VPWidenStoreEVLRecipe (Results 1 – 4 of 4) sorted by relevance
2636 struct VPWidenStoreEVLRecipe final : public VPWidenMemoryRecipe {2637 VPWidenStoreEVLRecipe(VPWidenStoreRecipe *S, VPValue *EVL, VPValue *Mask) in VPWidenStoreEVLRecipe() function
1493 NewRecipe = new VPWidenStoreEVLRecipe(S, VPEVL, NewMask); in tryAddExplicitVectorLength()
2033 void VPWidenStoreEVLRecipe::print(raw_ostream &O, const Twine &Indent, in print()
4492 !isa<VPWidenStoreRecipe, VPWidenStoreEVLRecipe, VPInterleaveRecipe>( in willGenerateVectors()9333 void VPWidenStoreEVLRecipe::execute(VPTransformState &State) { in execute()