Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17155 unsigned LastLegalVectorType = 1; in tryStoreMergeOfConstants() local
17218 LastLegalVectorType = i + 1; in tryStoreMergeOfConstants()
17222 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors; in tryStoreMergeOfConstants()
17223 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in tryStoreMergeOfConstants()
17406 unsigned LastLegalVectorType = 1; in tryStoreMergeOfLoads() local
17443 LastLegalVectorType = i + 1; in tryStoreMergeOfLoads()
17483 LastLegalVectorType > LastLegalIntegerType && AllowVectors; in tryStoreMergeOfLoads()
17485 std::max(LastLegalVectorType, LastLegalIntegerType); in tryStoreMergeOfLoads()