Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11604 unsigned LastLegalType = 0; in MergeConsecutiveStores() local
11627 LastLegalType = i+1; in MergeConsecutiveStores()
11637 LastLegalType = 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()
11822 unsigned LastLegalType = std::max(LastLegalVectorType, LastLegalIntegerType); in MergeConsecutiveStores() local
11827 NumElem = std::min(LastLegalType, NumElem); in MergeConsecutiveStores()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14104 unsigned LastLegalType = 1; in MergeConsecutiveStores() local
14138 LastLegalType = i + 1; in MergeConsecutiveStores()
14150 LastLegalType = i + 1; in MergeConsecutiveStores()
14172 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores()
14173 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in MergeConsecutiveStores()
14418 unsigned LastLegalType = in MergeConsecutiveStores() local
14425 NumElem = std::min(LastLegalType, NumElem); in MergeConsecutiveStores()