Home
last modified time | relevance | path

Searched refs:getEstimatedVLFor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h48 unsigned getEstimatedVLFor(VectorType *Ty) const;
H A DRISCVTargetTransformInfo.cpp1013 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