Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3359 unsigned MostCommonCount = 0; in lowerBuildVectorViaDominantValues() local
3384 if (++Count >= MostCommonCount) { in lowerBuildVectorViaDominantValues()
3386 MostCommonCount = Count; in lowerBuildVectorViaDominantValues()
3398 ((MostCommonCount > DominantValueCountThreshold) || in lowerBuildVectorViaDominantValues()