Searched refs:getEstimatedVLFor (Results 1 – 2 of 2) sorted by relevance
48 unsigned getEstimatedVLFor(VectorType *Ty) const;
1013 unsigned NumLoads = getEstimatedVLFor(VTy); in getInterleavedMemoryOpCost()1095 unsigned NumLoads = getEstimatedVLFor(&VTy); in getGatherScatterOpCost()1156 unsigned NumLoads = getEstimatedVLFor(&VTy); in getStridedMemoryOpCost()1703 unsigned RISCVTTIImpl::getEstimatedVLFor(VectorType *Ty) const { in getEstimatedVLFor() function in RISCVTTIImpl