Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11605 unsigned LastLegalVectorType = 0; in MergeConsecutiveStores() local
11652 LastLegalVectorType = i + 1; in MergeConsecutiveStores()
11657 if (LastLegalType == 0 && LastLegalVectorType == 0) in MergeConsecutiveStores()
11660 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores()
11661 unsigned NumElem = UseVector ? LastLegalVectorType : LastLegalType; in MergeConsecutiveStores()
11767 unsigned LastLegalVectorType = 0; in MergeConsecutiveStores() local
11788 LastLegalVectorType = i + 1; in MergeConsecutiveStores()
11821 bool UseVectorTy = LastLegalVectorType > LastLegalIntegerType && !NoVectors; in MergeConsecutiveStores()
11822 unsigned LastLegalType = std::max(LastLegalVectorType, LastLegalIntegerType); in MergeConsecutiveStores()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14105 unsigned LastLegalVectorType = 1; in MergeConsecutiveStores() local
14168 LastLegalVectorType = i + 1; in MergeConsecutiveStores()
14172 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores()
14173 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in MergeConsecutiveStores()
14339 unsigned LastLegalVectorType = 1; in MergeConsecutiveStores() local
14375 LastLegalVectorType = i + 1; in MergeConsecutiveStores()
14417 LastLegalVectorType > LastLegalIntegerType && !NoVectors; in MergeConsecutiveStores()
14419 std::max(LastLegalVectorType, LastLegalIntegerType); in MergeConsecutiveStores()