Home
last modified time | relevance | path

Searched refs:getVF (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanUtils.cpp68 m_Specific(&Plan.getVF()))) || in isHeaderMask()
H A DVPlanTransforms.cpp76 Phi, Start, Step, &Plan->getVF(), *II, Ingredient.getDebugLoc()); in tryToConvertVPInstructionsToVPRecipes()
600 &Plan.getVF(), DL); in createScalarIVSteps()
2188 assert(all_of(Plan.getVF().users(), in transformRecipestoEVLRecipes()
2192 Plan.getVF().replaceAllUsesWith(&EVL); in transformRecipestoEVLRecipes()
2204 VPValue *MaxEVL = &Plan.getVF(); in transformRecipestoEVLRecipes()
2530 Addr, &Plan.getVF(), getLoadStoreType(IRInsertPos), in createInterleaveGroups()
3320 Plan.getVF().replaceAllUsesWith( in narrowInterleaveGroups()
H A DVPlanUnroll.cpp163 VPInstruction::WideIVStep, {&Plan.getVF(), ScalarStep}, IVTy, Flags, in unrollWidenInductionByUF()
H A DSLPVectorizer.cpp10974 unsigned getVF(Value *V) const { in getVF() function in __anon07b2d774a311::BaseShuffleAnalysis
12237 VF = std::max(VF, getVF(V1)); in estimateNodesPermuteCost()
12436 CommonVF = getVF(V1); in createShuffle()
12443 unsigned VF = getVF(V1); in createShuffle()
12469 unsigned VF = getVF(V2); in createShuffle()
12497 unsigned VF = getVF(V1); in createShuffle()
12498 CommonVF = std::max(VF, getVF(V2)); in createShuffle()
12748 unsigned VF = getVF(V1); in add()
16762 unsigned VF = std::max(getVF(V1), getVF(Vec)); in add()
16800 : Mask[Idx] + getVF(V1); in add()
[all …]
H A DLoopVectorize.cpp7677 new VPVectorEndPointerRecipe(Ptr, &Plan.getVF(), getLoadStoreType(I), in tryToWidenMemory()
7712 return new VPWidenIntOrFpInductionRecipe(Phi, Start, Step, &Plan.getVF(), in createWidenInductionRecipes()
7717 return new VPWidenIntOrFpInductionRecipe(Phi, Start, Step, &Plan.getVF(), in createWidenInductionRecipes()
H A DVPlan.h4049 VPValue &getVF() { return VF; };