Searched refs:SizeB (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | UsingDeclarationsSorter.cpp | 42 size_t SizeB = NamesB.size(); in compareLabelsLexicographicNumeric() local 43 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabelsLexicographicNumeric() 48 if (SizeB > SizeA) in compareLabelsLexicographicNumeric() 57 if (I + 1 == SizeB) in compareLabelsLexicographicNumeric() 74 size_t SizeB = NamesB.size(); in compareLabelsLexicographic() local 75 for (size_t I = 0, E = std::min(SizeA, SizeB); I < E; ++I) { in compareLabelsLexicographic() 81 if (SizeA < SizeB) in compareLabelsLexicographic() 83 return SizeA == SizeB ? 0 : 1; in compareLabelsLexicographic()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 1223 unsigned SizeB = 0, ZeroB = 0, SumB = 0; in operator ()() local 1225 stats(B.second, SizeB, ZeroB, SumB); in operator ()() 1231 uint64_t AvgA = SumA*SizeB, AvgB = SumB*SizeA; in operator ()()
|
H A D | HexagonInstrInfo.cpp | 2018 unsigned SizeB = getMemAccessSize(MIb); in areMemAccessesTriviallyDisjoint() local 2033 return SizeB <= OffDiff; in areMemAccessesTriviallyDisjoint()
|