Searched refs:SubMap (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/utils/benchmark/test/ |
D | output_test_helper.cc | 25 using SubMap = std::vector<std::pair<std::string, std::string>>; typedef 34 SubMap& GetSubstitutions() { in GetSubstitutions() 37 static SubMap map = { in GetSubstitutions() 64 SubMap const& subs = GetSubstitutions(); in PerformSubstitutions()
|
/external/libcxx/utils/google-benchmark/test/ |
D | output_test_helper.cc | 29 using SubMap = std::vector<std::pair<std::string, std::string>>; typedef 38 SubMap& GetSubstitutions() { in GetSubstitutions() 43 static SubMap map = { in GetSubstitutions() 73 SubMap const& subs = GetSubstitutions(); in PerformSubstitutions()
|
/external/llvm-project/libcxx/utils/google-benchmark/test/ |
D | output_test_helper.cc | 29 using SubMap = std::vector<std::pair<std::string, std::string>>; typedef 38 SubMap& GetSubstitutions() { in GetSubstitutions() 43 static SubMap map = { in GetSubstitutions() 73 SubMap const& subs = GetSubstitutions(); in PerformSubstitutions()
|
/external/google-benchmark/test/ |
D | output_test_helper.cc | 29 using SubMap = std::vector<std::pair<std::string, std::string>>; typedef 38 SubMap& GetSubstitutions() { in GetSubstitutions() 43 static SubMap map = { in GetSubstitutions() 78 SubMap const& subs = GetSubstitutions(); in PerformSubstitutions()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RDFLiveness.cpp | 658 using SubMap = std::unordered_map<RegisterRef, RegisterRef>; in computePhiInfo() typedef 659 std::unordered_map<RegisterAggr, SubMap> Subs; in computePhiInfo() 660 auto ClearIn = [] (RegisterRef RR, const RegisterAggr &Mid, SubMap &SM) { in computePhiInfo() 689 SubMap &SM = Subs[MidDefs]; in computePhiInfo()
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 1709 sortSubCommands(const SmallPtrSetImpl<SubCommand *> &SubMap, in sortSubCommands() argument 1711 for (const auto &S : SubMap) { in sortSubCommands()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 1739 sortSubCommands(const SmallPtrSetImpl<SubCommand *> &SubMap, in sortSubCommands() argument 1741 for (const auto &S : SubMap) { in sortSubCommands()
|
/external/llvm-project/llvm/lib/Support/ |
D | CommandLine.cpp | 2131 sortSubCommands(const SmallPtrSetImpl<SubCommand *> &SubMap, in sortSubCommands() argument 2133 for (auto *S : SubMap) { in sortSubCommands()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 2113 sortSubCommands(const SmallPtrSetImpl<SubCommand *> &SubMap, in sortSubCommands() argument 2115 for (auto *S : SubMap) { in sortSubCommands()
|