reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 5886   if (isUniformAfterVectorization(I, VF))
 5887     VF = 1;
 5889   if (VF > 1 && isProfitableToScalarize(I, VF))
 5889   if (VF > 1 && isProfitableToScalarize(I, VF))
 5890     return VectorizationCostTy(InstsToScalarize[VF][I], false);
 5893   auto ForcedScalar = ForcedScalars.find(VF);
 5894   if (VF > 1 && ForcedScalar != ForcedScalars.end()) {
 5897       return VectorizationCostTy((getInstructionCost(I, 1).first * VF), false);
 5901   unsigned C = getInstructionCost(I, VF, VectorTy);
 5904       VF > 1 && VectorTy->isVectorTy() && TTI.getNumberOfParts(VectorTy) < VF;
 5904       VF > 1 && VectorTy->isVectorTy() && TTI.getNumberOfParts(VectorTy) < VF;