Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14626 unsigned LastLegalVectorType = 1; in MergeConsecutiveStores() local
14689 LastLegalVectorType = i + 1; in MergeConsecutiveStores()
14693 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores()
14694 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in MergeConsecutiveStores()
14860 unsigned LastLegalVectorType = 1; in MergeConsecutiveStores() local
14896 LastLegalVectorType = i + 1; in MergeConsecutiveStores()
14938 LastLegalVectorType > LastLegalIntegerType && !NoVectors; in MergeConsecutiveStores()
14940 std::max(LastLegalVectorType, LastLegalIntegerType); in MergeConsecutiveStores()