Home
last modified time | relevance | path

Searched defs:VPV (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp40 VPValue *VPV = Ingredient.getVPSingleValue(); in VPInstructionsToVPRecipes() local
H A DVPlan.h2291 VPValue *VPV = new VPValue(V); in addVPValue() local
2296 void addVPValue(Value *V, VPValue *VPV) { in addVPValue()
2703 inline bool isUniformAfterVectorization(VPValue *VPV) { in isUniformAfterVectorization()
H A DVPlan.cpp639 VPValue *VPV = getOrAddExternalDef(CanonicalIVStartValue); in prepareToExecute() local
H A DLoopVectorize.cpp8944 auto *VPV = RecipeOrValue.get<VPValue *>(); in buildVPlanWithVPRecipes() local