Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp260 VPScalarIVStepsRecipe, VPWidenGEPRecipe, VPVectorPointerRecipe, in inferScalarType()
H A DVPlan.h1655 class VPVectorPointerRecipe : public VPRecipeWithIRFlags {
1660 VPVectorPointerRecipe(VPValue *Ptr, Type *IndexedTy, bool IsReverse, in VPVectorPointerRecipe() function
1676 VPVectorPointerRecipe *clone() override { in clone()
1677 return new VPVectorPointerRecipe(getOperand(0), IndexedTy, IsReverse, in clone()
H A DVPlanRecipes.cpp1586 void VPVectorPointerRecipe ::execute(VPTransformState &State) { in execute()
1625 void VPVectorPointerRecipe::print(raw_ostream &O, const Twine &Indent, in print()
H A DLoopVectorize.cpp7907 auto *VectorPtr = new VPVectorPointerRecipe( in tryToWidenMemory()