Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18996 unsigned LastLegalVectorType = 1; in tryStoreMergeOfConstants() local
19061 LastLegalVectorType = i + 1; in tryStoreMergeOfConstants()
19065 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors; in tryStoreMergeOfConstants()
19066 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in tryStoreMergeOfConstants()
19253 unsigned LastLegalVectorType = 1; in tryStoreMergeOfLoads() local
19295 LastLegalVectorType = i + 1; in tryStoreMergeOfLoads()
19337 LastLegalVectorType > LastLegalIntegerType && AllowVectors; in tryStoreMergeOfLoads()
19339 std::max(LastLegalVectorType, LastLegalIntegerType); in tryStoreMergeOfLoads()