| /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/ |
| CodeExpansions.h | 27 bool Inserted = Expansions.try_emplace(Name, Expansion).second;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
| GISelWorkList.h | 67 if (!WorklistMap.try_emplace(Worklist[i], i).second) 77 if (WorklistMap.try_emplace(I, Worklist.size()).second)
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
| InstructionView.cpp | 37 JO.try_emplace("Instructions", std::move(SourceInfo)); 55 JO.try_emplace("Resources", json::Object({{"CPUName", MCPU}, {"Resources", std::move(Resources)}}));
|
| View.h | 40 JO.try_emplace(getNameAsString().str(), toJSON());
|
| InstructionInfoView.cpp | 131 JO.try_emplace("RThroughput", IIVD.RThroughput.getValueOr(0.0)); 147 JO.try_emplace("Instruction", (unsigned)I.index());
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| StringSet.h | 34 return Base::try_emplace(key);
|
| StringMap.h | 243 ValueTy &operator[](StringRef Key) { return try_emplace(Key).first->second; } 297 return try_emplace(KV.first, std::move(KV.second)); 301 /// exists. The return type is the same as try_emplace. 304 auto Ret = try_emplace(Key, std::forward<V>(Val)); 315 std::pair<iterator, bool> try_emplace(StringRef Key, ArgsTy &&... Args) { function in class:llvm::StringMap
|
| /src/external/apache2/llvm/dist/clang/lib/IndexSerialization/ |
| SerializablePathCollection.cpp | 57 UniqueFiles.try_emplace(&FE, FileIdx); 89 UniqueDirs.try_emplace(OrigDir, Result);
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| MergingTypeTableBuilder.cpp | 98 auto Result = HashedRecords.try_emplace(WeakHash, nextTypeIndex()); 139 auto Result = HashedRecords.try_emplace(WeakHash, Index.toArrayIndex());
|
| GlobalTypeTableBuilder.cpp | 128 auto Result = HashedRecords.try_emplace(Hash, Index.toArrayIndex());
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| MipsRegisterBankInfo.h | 182 Types.try_emplace(MI, InstType::NotDetermined); 183 WaitingQueues.try_emplace(MI);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_lzw.h | 37 if (prefix_to_code.try_emplace({kNoPrefix, *it}, 0).second) 65 auto ins = prefix_to_code.try_emplace({match, *it}, prefix_to_code.size());
|
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| OptRSTEmitter.cpp | 39 OptionsByGroup.try_emplace(R.getValueAsString("Name"));
|
| /src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/ |
| DependencyScanningFilesystem.h | 161 bool IsInserted = Cache.try_emplace(Filename, Entry).second;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| GlobalTypeTableBuilder.h | 78 auto Result = HashedRecords.try_emplace(Hash, nextTypeIndex());
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| NamedStreamMap.cpp | 112 Result.try_emplace(Stream, Entry.second);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| DumpOutputStyle.h | 56 auto Iter = Individual.try_emplace(Kind, 1, RecordSize);
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ComparisonCategories.cpp | 119 return &Data.try_emplace((char)Kind, Ctx, RD, Kind).first->second; 153 return &Data.try_emplace((char)Kind, Ctx, RD, Kind).first->second;
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| MacroExpansionContext.cpp | 63 ExpansionRanges.try_emplace(MacroNameBegin, ExpansionEnd); 227 ExpandedTokens.try_emplace(CurrExpansionLoc, std::move(TokenAsString));
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| map.h | 350 try_emplace(const key_type& __k, _Args&&... __args) function in class:__debug::map 352 auto __res = _Base::try_emplace(__k, 359 try_emplace(key_type&& __k, _Args&&... __args) function in class:__debug::map 361 auto __res = _Base::try_emplace(std::move(__k), 368 try_emplace(const_iterator __hint, const key_type& __k, function in class:__debug::map 374 _Base::try_emplace(__hint.base(), __k, 382 try_emplace(const_iterator __hint, key_type&& __k, _Args&&... __args) function in class:__debug::map 387 _Base::try_emplace(__hint.base(), std::move(__k),
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
| map.h | 350 try_emplace(const key_type& __k, _Args&&... __args) function in class:__debug::map 352 auto __res = _Base::try_emplace(__k, 359 try_emplace(key_type&& __k, _Args&&... __args) function in class:__debug::map 361 auto __res = _Base::try_emplace(std::move(__k), 368 try_emplace(const_iterator __hint, const key_type& __k, function in class:__debug::map 374 _Base::try_emplace(__hint.base(), __k, 382 try_emplace(const_iterator __hint, key_type&& __k, _Args&&... __args) function in class:__debug::map 387 _Base::try_emplace(__hint.base(), std::move(__k),
|
| /src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| SampleProf.cpp | 342 auto Ret = BaseProfileMap.try_emplace( 358 auto Ret = ProfileMap.try_emplace(I.getKey(), FunctionSamples()); 384 auto Ret = ProfileMap.try_emplace(ContextStr, FProfile);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| unordered_map.h | 479 try_emplace(const key_type& __k, _Args&&... __args) function in class:unordered_map 481 return _M_h.try_emplace(cend(), __k, std::forward<_Args>(__args)...); 487 try_emplace(key_type&& __k, _Args&&... __args) function in class:unordered_map 489 return _M_h.try_emplace(cend(), std::move(__k), 523 try_emplace(const_iterator __hint, const key_type& __k, function in class:unordered_map 526 return _M_h.try_emplace(__hint, __k, 533 try_emplace(const_iterator __hint, key_type&& __k, _Args&&... __args) function in class:unordered_map 535 return _M_h.try_emplace(__hint, std::move(__k), 664 auto __ret = _M_h.try_emplace(cend(), __k, 676 auto __ret = _M_h.try_emplace(cend(), std::move(__k) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| unordered_map.h | 473 try_emplace(const key_type& __k, _Args&&... __args) function in class:unordered_map 475 return _M_h.try_emplace(cend(), __k, std::forward<_Args>(__args)...); 481 try_emplace(key_type&& __k, _Args&&... __args) function in class:unordered_map 483 return _M_h.try_emplace(cend(), std::move(__k), 517 try_emplace(const_iterator __hint, const key_type& __k, function in class:unordered_map 520 return _M_h.try_emplace(__hint, __k, 527 try_emplace(const_iterator __hint, key_type&& __k, _Args&&... __args) function in class:unordered_map 529 return _M_h.try_emplace(__hint, std::move(__k), 658 auto __ret = _M_h.try_emplace(cend(), __k, 670 auto __ret = _M_h.try_emplace(cend(), std::move(__k) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Object/ |
| Minidump.cpp | 149 if (!StreamMap.try_emplace(Type, StreamDescriptor.index()).second)
|