Searched refs:RankVectorTypes (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1899 auto RankVectorTypes = [&DL](VectorType *RHSTy, VectorType *LHSTy) { in isVectorPromotionViable() local 1909 llvm::sort(CandidateTys.begin(), CandidateTys.end(), RankVectorTypes); in isVectorPromotionViable() 1911 std::unique(CandidateTys.begin(), CandidateTys.end(), RankVectorTypes), in isVectorPromotionViable()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1830 auto RankVectorTypes = [&DL](VectorType *RHSTy, VectorType *LHSTy) { in isVectorPromotionViable() local 1839 std::sort(CandidateTys.begin(), CandidateTys.end(), RankVectorTypes); in isVectorPromotionViable() 1841 std::unique(CandidateTys.begin(), CandidateTys.end(), RankVectorTypes), in isVectorPromotionViable()
|