Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp942 VPValue *VPV = &WidenSelectR; in TEST() local
967 EXPECT_TRUE(isa<VPRecipeBase>(VPV->getDefiningRecipe())); in TEST() local
913 VPValue *VPV = &Recipe; TEST() local
1051 VPValue *VPV = Recipe.getVPSingleValue(); TEST() local
1262 VPValue *VPV = WidenR; TEST() local
1318 VPValue *VPV = I1; TEST() local
1349 VPValue *VPV = I2; TEST() local
1395 VPValue *VPV = I1; TEST() local
1426 VPValue *VPV = I2; TEST() local
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp48 VPValue *VPV = Ingredient.getVPSingleValue(); VPInstructionsToVPRecipes() local
[all...]
H A DVPlan.cpp890 VPValue *VPV = getOrAddLiveIn(CanonicalIVStartValue); prepareToExecute() local
H A DVPlan.h3288 VPValue *VPV = new VPValue(V); getOrAddLiveIn() local
3672 isUniformAfterVectorization(VPValue * VPV) isUniformAfterVectorization() argument