Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1725 unsigned DominantValueCountThreshold = NumDefElts <= 2 ? 0 : NumDefElts - 2; in lowerBUILD_VECTOR() local
1730 ((MostCommonCount > DominantValueCountThreshold) || in lowerBUILD_VECTOR()