Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3527 unsigned MostCommonCount = 0; in lowerBuildVectorViaDominantValues()
3552 if (++Count >= MostCommonCount) { in lowerBuildVectorViaDominantValues()
3554 MostCommonCount = Count; in lowerBuildVectorViaDominantValues()
3566 ((MostCommonCount > DominantValueCountThreshold) || in lowerBuildVectorViaDominantValues()
3526 unsigned MostCommonCount = 0; lowerBuildVectorViaDominantValues() local