Home
last modified time | relevance | path

Searched refs:SubMap (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/utils/benchmark/test/
Doutput_test_helper.cc25 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/
Doutput_test_helper.cc29 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/
Doutput_test_helper.cc29 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/
Doutput_test_helper.cc29 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/
DRDFLiveness.cpp658 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/
DCommandLine.cpp1709 sortSubCommands(const SmallPtrSetImpl<SubCommand *> &SubMap, in sortSubCommands() argument
1711 for (const auto &S : SubMap) { in sortSubCommands()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp1739 sortSubCommands(const SmallPtrSetImpl<SubCommand *> &SubMap, in sortSubCommands() argument
1741 for (const auto &S : SubMap) { in sortSubCommands()
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp2131 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/
DCommandLine.cpp2113 sortSubCommands(const SmallPtrSetImpl<SubCommand *> &SubMap, in sortSubCommands() argument
2115 for (auto *S : SubMap) { in sortSubCommands()