Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20679 unsigned LastLegalVectorType = 1; in tryStoreMergeOfConstants() local
20744 LastLegalVectorType = i + 1; in tryStoreMergeOfConstants()
20748 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors; in tryStoreMergeOfConstants()
20749 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in tryStoreMergeOfConstants()
20936 unsigned LastLegalVectorType = 1; in tryStoreMergeOfLoads() local
20978 LastLegalVectorType = i + 1; in tryStoreMergeOfLoads()
21020 LastLegalVectorType > LastLegalIntegerType && AllowVectors; in tryStoreMergeOfLoads()
21022 std::max(LastLegalVectorType, LastLegalIntegerType); in tryStoreMergeOfLoads()