Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp32 static cl::opt<unsigned> SLPMaxVF( variable
1918 if (SLPMaxVF.getNumOccurrences()) in getMaximumVF()
1919 return SLPMaxVF; in getMaximumVF()