Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1300 void VPVectorPointerRecipe ::execute(VPTransformState &State) { in execute()
1339 void VPVectorPointerRecipe::print(raw_ostream &O, const Twine &Indent, in print()
H A DVPlan.h1441 class VPVectorPointerRecipe : public VPRecipeWithIRFlags {
1446 VPVectorPointerRecipe(VPValue *Ptr, Type *IndexedTy, bool IsReverse, in VPVectorPointerRecipe() function
H A DLoopVectorize.cpp8150 auto *VectorPtr = new VPVectorPointerRecipe( in tryToWidenMemory()