Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3560 unsigned DominantValueCountThreshold = NumDefElts <= 2 ? 0 : NumDefElts - 2; in lowerBuildVectorViaDominantValues()
3566 ((MostCommonCount > DominantValueCountThreshold) || in lowerBuildVectorViaDominantValues()
3559 unsigned DominantValueCountThreshold = NumDefElts <= 2 ? 0 : NumDefElts - 2; lowerBuildVectorViaDominantValues() local