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.h49 unsigned getEstimatedVLFor(VectorType *Ty);
H A DRISCVTargetTransformInfo.cpp734 unsigned NumLoads = getEstimatedVLFor(&VTy); in getGatherScatterOpCost()
757 unsigned NumLoads = getEstimatedVLFor(&VTy); in getStridedMemoryOpCost()
1131 unsigned RISCVTTIImpl::getEstimatedVLFor(VectorType *Ty) { in getEstimatedVLFor() function in RISCVTTIImpl