Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17353 unsigned LastLegalVectorType = 1; in tryStoreMergeOfConstants() local
17416 LastLegalVectorType = i + 1; in tryStoreMergeOfConstants()
17420 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors; in tryStoreMergeOfConstants()
17421 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in tryStoreMergeOfConstants()
17607 unsigned LastLegalVectorType = 1; in tryStoreMergeOfLoads() local
17644 LastLegalVectorType = i + 1; in tryStoreMergeOfLoads()
17684 LastLegalVectorType > LastLegalIntegerType && AllowVectors; in tryStoreMergeOfLoads()
17686 std::max(LastLegalVectorType, LastLegalIntegerType); in tryStoreMergeOfLoads()