Searched refs:MinVecRegSize (Results 1 – 2 of 2) sorted by relevance
322 MinVecRegSize = MinVectorRegSizeOption; in BoUpSLP()383 return MinVecRegSize; in getMinVecRegSize()899 unsigned MinVecRegSize; // Set by cl::opt (default: 128). member in llvm::slpvectorizer::BoUpSLP1474 if (VTSize < MinVecRegSize || VTSize > MaxVecRegSize || VTSize != DL.getTypeStoreSizeInBits(T)) in canMapToVector()3962 unsigned MinVecRegSize; member in HorizontalReduction3964 HorizontalReduction(unsigned MinVecRegSize) in HorizontalReduction() argument3967 MinVecRegSize(MinVecRegSize) {} in HorizontalReduction()4000 ReduxWidth = MinVecRegSize / DL.getTypeSizeInBits(Ty); in matchAssociativeReduction()
504 MinVecRegSize = MinVectorRegSizeOption; in BoUpSLP()506 MinVecRegSize = TTI->getMinVectorRegisterBitWidth(); in BoUpSLP()592 return MinVecRegSize; in getMinVecRegSize()1228 unsigned MinVecRegSize; // Set by cl::opt (default: 128). member in llvm::slpvectorizer::BoUpSLP1967 if (VTSize < MinVecRegSize || VTSize > MaxVecRegSize || VTSize != DL.getTypeStoreSizeInBits(T)) in canMapToVector()