Searched refs:LastLegalType (Results 1 – 2 of 2) sorted by relevance
11604 unsigned LastLegalType = 0; in MergeConsecutiveStores() local11627 LastLegalType = i+1; in MergeConsecutiveStores()11637 LastLegalType = i + 1; in MergeConsecutiveStores()11657 if (LastLegalType == 0 && LastLegalVectorType == 0) in MergeConsecutiveStores()11660 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores()11661 unsigned NumElem = UseVector ? LastLegalVectorType : LastLegalType; in MergeConsecutiveStores()11822 unsigned LastLegalType = std::max(LastLegalVectorType, LastLegalIntegerType); in MergeConsecutiveStores() local11827 NumElem = std::min(LastLegalType, NumElem); in MergeConsecutiveStores()
14104 unsigned LastLegalType = 1; in MergeConsecutiveStores() local14138 LastLegalType = i + 1; in MergeConsecutiveStores()14150 LastLegalType = i + 1; in MergeConsecutiveStores()14172 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores()14173 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in MergeConsecutiveStores()14418 unsigned LastLegalType = in MergeConsecutiveStores() local14425 NumElem = std::min(LastLegalType, NumElem); in MergeConsecutiveStores()