HomeSort by: relevance | last modified time | path
    Searched refs:VPV (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanTransforms.cpp 36 VPValue *VPV = Ingredient->getVPSingleValue();
37 Instruction *Inst = cast<Instruction>(VPV->getUnderlyingValue());
40 VPV->replaceAllUsesWith(&DummyValue);
90 VPV->replaceAllUsesWith(NewRecipe->getVPSingleValue());
VPlanHCFGBuilder.cpp 261 VPValue *VPV = new VPValue(&I);
262 Plan.addExternalDef(VPV);
263 IRDef2VPValue[&I] = VPV;
VPlan.h 1999 for (VPValue *VPV : VPValuesToFree)
2000 delete VPV;
2041 VPValue *VPV = new VPValue(V);
2042 Value2VPValue[V] = VPV;
2043 VPValuesToFree.push_back(VPV);
2046 void addVPValue(Value *V, VPValue *VPV) {
2049 Value2VPValue[V] = VPV;
LoopVectorize.cpp 9098 auto *VPV = RecipeOrValue.get<VPValue *>();
9099 Plan->addVPValue(Instr, VPV);
9102 if (auto *R = dyn_cast_or_null<VPRecipeBase>(VPV->getDef()))

Completed in 36 milliseconds