Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11768 unsigned LastLegalIntegerType = 0; in MergeConsecutiveStores() local
11799 LastLegalIntegerType = i + 1; in MergeConsecutiveStores()
11815 LastLegalIntegerType = 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.cpp14340 unsigned LastLegalIntegerType = 1; in MergeConsecutiveStores() local
14389 LastLegalIntegerType = i + 1; in MergeConsecutiveStores()
14408 LastLegalIntegerType = i + 1; in MergeConsecutiveStores()
14417 LastLegalVectorType > LastLegalIntegerType && !NoVectors; in MergeConsecutiveStores()
14419 std::max(LastLegalVectorType, LastLegalIntegerType); in MergeConsecutiveStores()