Searched refs:VPVectorPointerRecipe (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanAnalysis.cpp | 260 VPScalarIVStepsRecipe, VPWidenGEPRecipe, VPVectorPointerRecipe, in inferScalarType()
|
| H A D | VPlan.h | 1655 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 D | VPlanRecipes.cpp | 1586 void VPVectorPointerRecipe ::execute(VPTransformState &State) { in execute() 1625 void VPVectorPointerRecipe::print(raw_ostream &O, const Twine &Indent, in print()
|
| H A D | LoopVectorize.cpp | 7907 auto *VectorPtr = new VPVectorPointerRecipe( in tryToWidenMemory()
|