HomeSort by relevance Sort by last modified time
    Searched refs:KV (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
Legacy.cpp 45 for (auto &KV : *InternedResult)
46 Result[*KV.first] = KV.second;
59 for (auto &KV : SymbolFlags) {
60 ResolvedStrings.insert(KV.first);
61 Result[*KV.first] = KV.second;
Core.cpp 53 raw_ostream &operator<<(raw_ostream &OS, const SymbolMap::value_type &KV) {
54 OS << "\"" << *KV.first << "\": " << KV.second;
85 for (auto &KV :
87 OS << ", {\"" << *KV.first << "\": " << KV.second << "}";
98 for (auto &KV : make_range(std::next(Deps.begin()), Deps.end()))
99 OS << ", { " << KV.first->getName() << ": " << KV.second << " }";
339 for (auto &KV : MUsMap
    [all...]
RTDyldObjectLinkingLayer.cpp 41 for (auto &KV : *InternedResult)
42 Result[*KV.first] = std::move(KV.second);
66 for (auto &KV : InternedResult)
67 Result[*KV.first] = std::move(KV.second);
136 for (auto &KV : RTDyld->getSymbolTable())
137 if (!InternalSymbols.count(KV.first))
138 Symbols[ES.getSymbolStringPool().intern(KV.first)] = KV.second
    [all...]
CompileOnDemandLayer.cpp 182 for (auto &KV : SymbolToDefinition) {
183 if (RequestedSymbols.count(KV.first))
185 DelegatedSymbolFlags[KV.first] =
186 JITSymbolFlags::fromGlobalValue(*KV.second);
187 DelegatedSymbolToDefinition[KV.first] = KV.second;
293 for (auto &KV : StubCallbacksAndLinkages)
294 StubInits[*KV.first] = KV.second;
316 for (auto &KV : StubCallbacksAndLinkages)
    [all...]
OrcMCJITReplacement.cpp 130 for (auto &KV : CtorDtorsMap)
131 cantFail(CtorDtorRunner<LazyEmitLayerT>(std::move(KV.second), KV.first)
ExecutionUtils.cpp 156 for (auto &KV : CtorDtorsByPriority) {
157 for (auto &Name : KV.second) {
165 for (auto &KV : CtorDtorsByPriority) {
166 for (auto &Name : KV.second) {
  /external/libcxx/test/std/containers/container.requirements/container.requirements.general/
allocator_move.pass.cpp 84 using KV = std::pair<const int, int>;
85 test<std::map<int, int, std::less<int>, test_allocator<KV> > >();
86 test<std::multimap<int, int, std::less<int>, test_allocator<KV> > >();
100 using KV = std::pair<const int, int>;
102 test_allocator<KV> > >(stored_allocators);
104 test_allocator<KV> > >(stored_allocators);
  /external/libcxx/test/std/containers/associative/map/map.access/
max_size.pass.cpp 26 typedef std::pair<const int, int> KV;
28 typedef limited_allocator<KV, 10> A;
35 typedef limited_allocator<KV, (size_t)-1> A;
  /external/libcxx/test/std/containers/associative/multimap/
max_size.pass.cpp 26 typedef std::pair<const int, int> KV;
28 typedef limited_allocator<KV, 10> A;
35 typedef limited_allocator<KV, (size_t)-1> A;
  /external/libcxx/test/std/containers/unord/unord.map/
max_size.pass.cpp 26 typedef std::pair<const int, int> KV;
28 typedef limited_allocator<KV, 10> A;
36 typedef limited_allocator<KV, (size_t)-1> A;
  /external/libcxx/test/std/containers/unord/unord.multimap/
max_size.pass.cpp 26 typedef std::pair<const int, int> KV;
28 typedef limited_allocator<KV, 10> A;
37 typedef limited_allocator<KV, (size_t)-1> A;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DebugCounter.cpp 107 for (const auto &KV : Counters)
108 OS << left_justify(RegisteredCounters[KV.first], 32) << ": {"
109 << KV.second.Count << "," << KV.second.Skip << ","
110 << KV.second.StopAfter << "}\n";
  /external/perfetto/src/traced/probes/sys_stats/
sys_stats_data_source_unittest.cc 257 using KV = std::pair<int, uint64_t>;
258 std::vector<KV> kvs;
259 for (const auto& kv : sys_stats.meminfo())
260 kvs.push_back({kv.key(), kv.value()});
263 UnorderedElementsAre(KV{C::MEMINFO_MEM_TOTAL, 3744240}, //
264 KV{C::MEMINFO_MEM_FREE, 73328}, //
265 KV{C::MEMINFO_ACTIVE_ANON, 1322636}, //
266 KV{C::MEMINFO_INACTIVE_FILE, 296320}, //
267 KV{C::MEMINFO_CMA_FREE, 60}))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSubtargetInfo.cpp 83 SubtargetInfoKV KV;
84 KV.Key = CPU.data();
86 std::lower_bound(ProcItins, ProcItins+NumProcs, KV);
  /external/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 67 auto KV = StringRef(S).split(':');
68 if (KV.first != F.getName())
71 auto Kind = parseAttrKind(KV.second);
73 DEBUG(dbgs() << "ForcedAttribute: " << KV.second
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 72 auto KV = StringRef(S).split(':');
73 if (KV.first != F.getName())
76 auto Kind = parseAttrKind(KV.second);
78 LLVM_DEBUG(dbgs() << "ForcedAttribute: " << KV.second
  /external/llvm/lib/Target/
TargetRecip.cpp 99 for (auto &KV : RecipMap)
100 KV.second.Enabled = Enable;
104 for (auto &KV : RecipMap)
105 KV.second.RefinementSteps = RefSteps;
198 for (auto &KV : RecipMap) {
199 RecipParams &RP = KV.second;
215 for (const auto &KV : RecipMap) {
216 StringRef Op = KV.first;
217 const RecipParams &RP = KV.second;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
FileAnalysis.cpp 120 std::map<uint64_t, Instr>::const_iterator KV =
122 if (KV == Instructions.end() || KV == Instructions.begin())
125 if (!(--KV)->second.Valid)
128 return &KV->second;
133 std::map<uint64_t, Instr>::const_iterator KV =
135 if (KV == Instructions.end() || ++KV == Instructions.end())
138 if (!KV->second.Valid)
141 return &KV->second
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
ModuleSymbolTable.cpp 131 for (auto &KV : Streamer) {
132 StringRef Key = KV.first();
133 RecordStreamer::State Value = KV.second;
165 for (auto &KV : Streamer.symverAliases())
166 for (auto &Alias : KV.second)
167 AsmSymver(KV.first->getName(), Alias);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
MapVector.h 118 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) {
119 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0);
123 Vector.push_back(std::make_pair(KV.first, KV.second));
130 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) {
131 // Copy KV.first into the map, then move it into the vector.
132 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0);
136 Vector.push_back(std::move(KV));
  /external/clang/lib/Serialization/
MultiOnDiskHashTable.h 253 for (auto &KV : M->Data)
254 Info::MergeDataInto(KV.second, ResultBuilder);
309 for (auto &KV : Merged->Data) {
310 if (!Gen.contains(KV.first, Info))
311 Gen.insert(KV.first, Info.ImportData(KV.second), Info);
  /external/google-benchmark/test/
output_test_helper.cc 75 for (auto const& KV : subs) {
78 while ((pos = source.find(KV.first, next_start)) != std::string::npos) {
79 next_start = pos + KV.second.size();
80 source.replace(pos, KV.first.size(), KV.second);
361 for (auto KV : il) {
363 KV.second = internal::PerformSubstitutions(KV.second);
365 if (EKV.first == KV.first) {
366 EKV.second = std::move(KV.second)
    [all...]
  /external/libcxx/utils/google-benchmark/test/
output_test_helper.cc 75 for (auto const& KV : subs) {
78 while ((pos = source.find(KV.first, next_start)) != std::string::npos) {
79 next_start = pos + KV.second.size();
80 source.replace(pos, KV.first.size(), KV.second);
361 for (auto KV : il) {
363 KV.second = internal::PerformSubstitutions(KV.second);
365 if (EKV.first == KV.first) {
366 EKV.second = std::move(KV.second)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 840 for (auto &KV : Roots) {
841 if (KV.first == 0)
843 if (!KV.second->hasNUses(NumBaseUses)) {
846 << ", #Root=" << KV.second->getNumUses() << "\n");
926 for (auto &KV : V) {
928 DRS.BaseInst = KV.second;
931 DRS.Roots.push_back(KV.second);
932 } else if (V.find(KV.first - 1) != V.end()) {
933 DRS.Roots.push_back(KV.second);
941 DRS.BaseInst = KV.second
    [all...]
  /external/llvm/include/llvm/ADT/
MapVector.h 91 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) {
92 std::pair<KeyT, unsigned> Pair = std::make_pair(KV.first, 0);
96 Vector.push_back(std::make_pair(KV.first, KV.second));

Completed in 8793 milliseconds

1 2 3