Home
last modified time | relevance | path

Searched refs:StringMap (Results 1 – 25 of 846) sorted by relevance

12345678910>>...34

/external/llvm-project/llvm/unittests/ADT/
DStringMapTest.cpp22 StringMap<uint32_t> testMap;
55 StringMap<uint32_t>::iterator it = testMap.begin(); in assertSingleItemMap()
95 const StringMap<uint32_t>& constTestMap = testMap; in TEST_F()
153 llvm::StringMap<int> Map(2); in TEST_F()
172 llvm::StringMap<int> Map; in TEST_F()
189 llvm::StringMap<int> Map2(Map); in TEST_F()
211 for (StringMap<uint32_t>::iterator it = testMap.begin(); in TEST_F()
228 StringMap<uint32_t>::value_type *entry = in TEST_F()
229 StringMap<uint32_t>::value_type::Create( in TEST_F()
240 StringMap<uint32_t>::value_type::Create( in TEST_F()
[all …]
/external/llvm/unittests/ADT/
DStringMapTest.cpp22 StringMap<uint32_t> testMap;
55 StringMap<uint32_t>::iterator it = testMap.begin(); in assertSingleItemMap()
85 const StringMap<uint32_t>& constTestMap = testMap; in TEST_F()
143 llvm::StringMap<int> Map(2); in TEST_F()
162 llvm::StringMap<int> Map; in TEST_F()
179 llvm::StringMap<int> Map2(Map); in TEST_F()
201 for (StringMap<uint32_t>::iterator it = testMap.begin(); in TEST_F()
217 StringMap<uint32_t>::value_type* entry = in TEST_F()
218 StringMap<uint32_t>::value_type::Create( in TEST_F()
229 StringMap<uint32_t>::value_type::Create( in TEST_F()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/
DMIParser.h47 using Name2RegClassMap = StringMap<const TargetRegisterClass *>;
48 using Name2RegBankMap = StringMap<const RegisterBank *>;
55 StringMap<unsigned> Names2InstrOpCodes;
58 StringMap<unsigned> Names2Regs;
61 StringMap<const uint32_t *> Names2RegMasks;
64 StringMap<unsigned> Names2SubRegIndices;
67 StringMap<int> Names2TargetIndices;
70 StringMap<unsigned> Names2DirectTargetFlags;
73 StringMap<unsigned> Names2BitmaskTargetFlags;
76 StringMap<MachineMemOperand::Flags> Names2MMOTargetFlags;
[all …]
/external/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
DMIParser.h48 using Name2RegClassMap = StringMap<const TargetRegisterClass *>;
49 using Name2RegBankMap = StringMap<const RegisterBank *>;
56 StringMap<unsigned> Names2InstrOpCodes;
59 StringMap<Register> Names2Regs;
62 StringMap<const uint32_t *> Names2RegMasks;
65 StringMap<unsigned> Names2SubRegIndices;
68 StringMap<int> Names2TargetIndices;
71 StringMap<unsigned> Names2DirectTargetFlags;
74 StringMap<unsigned> Names2BitmaskTargetFlags;
77 StringMap<MachineMemOperand::Flags> Names2MMOTargetFlags;
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_update_embedding_enqueue_op_inputs.cc50 Operation* op, llvm::StringMap<Operation*>* embedding_op_map) { in ExtractEmbeddingAttribute()
64 FuncOp func_op, llvm::StringMap<Operation*>* enqueue_op_map, in FindTPUEmbeddingOps()
65 llvm::StringMap<Operation*>* recv_activation_op_map, in FindTPUEmbeddingOps()
66 llvm::StringMap<Operation*>* send_gradient_op_map) { in FindTPUEmbeddingOps()
92 const llvm::StringMap<Operation*>& enqueue_op_map, in UpdateEmbeddingEnqueueOpInput()
93 const llvm::StringMap<Operation*>& recv_activation_op_map, in UpdateEmbeddingEnqueueOpInput()
94 const llvm::StringMap<Operation*>& send_gradient_op_map, in UpdateEmbeddingEnqueueOpInput()
148 llvm::StringMap<Operation*> enqueue_op_map; in runOnFunction()
149 llvm::StringMap<Operation*> recv_activation_op_map; in runOnFunction()
150 llvm::StringMap<Operation*> send_gradient_op_map; in runOnFunction()
/external/flatbuffers/grpc/src/compiler/
Dpython_generator.cc49 typedef map<grpc::string, grpc::string> StringMap; typedef
119 StringMap service_dict; in PrintBetaServicer()
136 StringMap method_dict; in PrintBetaServicer()
150 StringMap service_dict; in PrintBetaStub()
167 StringMap method_dict; in PrintBetaStub()
187 StringMap service_dict; in PrintBetaServerFactory()
201 StringMap method_implementation_constructors; in PrintBetaServerFactory()
202 StringMap input_message_modules_and_classes; in PrintBetaServerFactory()
203 StringMap output_message_modules_and_classes; in PrintBetaServerFactory()
219 StringMap method_dict; in PrintBetaServerFactory()
[all …]
/external/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h40 typedef StringMap<FunctionsToImportTy> ImportMapTy;
80 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries,
81 StringMap<FunctionImporter::ImportMapTy> &ImportLists,
82 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
104 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries,
105 const StringMap<FunctionImporter::ImportMapTy> &ImportLists,
110 const StringMap<FunctionImporter::ImportMapTy> &ImportLists);
/external/llvm-project/llvm/include/llvm/ProfileData/
DSampleProfWriter.h44 virtual std::error_code write(const StringMap<FunctionSamples> &ProfileMap);
70 writeHeader(const StringMap<FunctionSamples> &ProfileMap) = 0;
74 writeFuncProfiles(const StringMap<FunctionSamples> &ProfileMap);
83 void computeSummary(const StringMap<FunctionSamples> &ProfileMap);
99 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override { in writeHeader()
126 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override;
151 write(const StringMap<FunctionSamples> &ProfileMap) override;
194 writeSections(const StringMap<FunctionSamples> &ProfileMap) = 0;
198 writeOneSection(SecType Type, const StringMap<FunctionSamples> &ProfileMap);
205 writeNameTableSection(const StringMap<FunctionSamples> &ProfileMap);
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProfWriter.h44 virtual std::error_code write(const StringMap<FunctionSamples> &ProfileMap);
67 writeHeader(const StringMap<FunctionSamples> &ProfileMap) = 0;
71 writeFuncProfiles(const StringMap<FunctionSamples> &ProfileMap);
80 void computeSummary(const StringMap<FunctionSamples> &ProfileMap);
96 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override { in writeHeader()
123 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override;
148 write(const StringMap<FunctionSamples> &ProfileMap) override;
158 writeSections(const StringMap<FunctionSamples> &ProfileMap) = 0;
170 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override;
224 writeSections(const StringMap<FunctionSamples> &ProfileMap) override;
[all …]
/external/grpc-grpc/src/compiler/
Dpython_generator.cc58 typedef map<grpc::string, grpc::string> StringMap; typedef
113 StringMap service_dict; in PrintBetaServicer()
132 StringMap method_dict; in PrintBetaServicer()
149 StringMap service_dict; in PrintBetaStub()
168 StringMap method_dict; in PrintBetaStub()
191 StringMap service_dict; in PrintBetaServerFactory()
205 StringMap method_implementation_constructors; in PrintBetaServerFactory()
206 StringMap input_message_modules_and_classes; in PrintBetaServerFactory()
207 StringMap output_message_modules_and_classes; in PrintBetaServerFactory()
233 StringMap method_dict; in PrintBetaServerFactory()
[all …]
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dpython_generator.cc58 typedef map<std::string, std::string> StringMap; typedef
120 StringMap service_dict; in PrintBetaServicer()
139 StringMap method_dict; in PrintBetaServicer()
156 StringMap service_dict; in PrintBetaStub()
175 StringMap method_dict; in PrintBetaStub()
198 StringMap service_dict; in PrintBetaServerFactory()
212 StringMap method_implementation_constructors; in PrintBetaServerFactory()
213 StringMap input_message_modules_and_classes; in PrintBetaServerFactory()
214 StringMap output_message_modules_and_classes; in PrintBetaServerFactory()
242 StringMap method_dict; in PrintBetaServerFactory()
[all …]
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp130 static StringMap<MemoryBufferRef>
132 StringMap<MemoryBufferRef> ModuleMap; in generateModuleMap()
149 StringMap<MemoryBufferRef> &ModuleMap, in crossImportIntoModule()
332 StringMap<MemoryBufferRef> &ModuleMap, TargetMachine &TM, in ProcessThinLTOModule()
396 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolveWeakForLinkerInIndex()
521 StringMap<GVSummaryMapTy> ModuleToDefinedGVSummaries; in promote()
525 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote()
526 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
531 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote()
549 StringMap<GVSummaryMapTy> ModuleToDefinedGVSummaries(ModuleCount); in crossModuleImport()
[all …]
/external/llvm-project/llvm/include/llvm/ADT/
DStringMap.h108 class StringMap : public StringMapImpl {
114 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
116 explicit StringMap(unsigned InitialSize) in StringMap() function
119 explicit StringMap(AllocatorTy A) in StringMap() function
123 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
127 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function
134 StringMap(StringMap &&RHS) in StringMap() function
137 StringMap(const StringMap &RHS) in StringMap() function
172 StringMap &operator=(StringMap RHS) {
178 ~StringMap() { in ~StringMap()
[all …]
/external/opencensus-java/contrib/log_correlation/log4j2/src/main/java/io/opencensus/contrib/logcorrelation/log4j2/
DContextDataUtils.java36 import org.apache.logging.log4j.util.StringMap;
48 static StringMap injectContextData( in injectContextData()
49 SpanSelection spanSelection, @Nullable List<Property> properties, StringMap reusable) { in injectContextData()
61 private static void putProperties(Collection<Property> properties, StringMap stringMap) { in putProperties()
67 private static StringMap shareableRawContextData(SpanSelection spanSelection) { in shareableRawContextData()
101 private static StringMap getShareableContextData() { in getShareableContextData()
122 private static StringMap getShareableContextAndTracingData(SpanContext spanContext) { in getShareableContextAndTracingData()
128 StringMap contextData = context.getReadOnlyContextData(); in getShareableContextAndTracingData()
/external/llvm/include/llvm/Support/
DSpecialCaseList.h90 StringMap<StringMap<Entry>> Entries;
91 StringMap<StringMap<std::string>> Regexps;
/external/llvm-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp147 static StringMap<lto::InputFile *>
149 StringMap<lto::InputFile *> ModuleMap; in generateModuleMap()
212 StringMap<lto::InputFile *> &ModuleMap, in crossImportIntoModule()
417 StringMap<lto::InputFile *> &ModuleMap, TargetMachine &TM, in ProcessThinLTOModule()
490 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolvePrevailingInIndex()
613 const StringMap<FunctionImporter::ExportSetTy> &ExportLists;
616 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported()
666 StringMap<GVSummaryMapTy> ModuleToDefinedGVSummaries; in promote()
680 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote()
681 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp143 static StringMap<lto::InputFile *>
145 StringMap<lto::InputFile *> ModuleMap; in generateModuleMap()
207 StringMap<lto::InputFile*> &ModuleMap, in crossImportIntoModule()
401 StringMap<lto::InputFile *> &ModuleMap, TargetMachine &TM, in ProcessThinLTOModule()
466 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolvePrevailingInIndex()
586 const StringMap<FunctionImporter::ExportSetTy> &ExportLists;
589 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported()
639 StringMap<GVSummaryMapTy> ModuleToDefinedGVSummaries; in promote()
653 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote()
654 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringMap.h223 class StringMap : public StringMapImpl {
229 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
230 explicit StringMap(unsigned InitialSize) in StringMap() function
233 explicit StringMap(AllocatorTy A) in StringMap() function
236 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
240 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function
247 StringMap(StringMap &&RHS) in StringMap() function
250 StringMap &operator=(StringMap RHS) {
256 StringMap(const StringMap &RHS) : in StringMap() function
431 ~StringMap() { in ~StringMap()
/external/llvm/include/llvm/ADT/
DStringMap.h217 class StringMap : public StringMapImpl {
223 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
224 explicit StringMap(unsigned InitialSize) in StringMap() function
227 explicit StringMap(AllocatorTy A) in StringMap() function
230 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
234 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function
241 StringMap(StringMap &&RHS) in StringMap() function
244 StringMap &operator=(StringMap RHS) {
250 StringMap(const StringMap &RHS) : in StringMap() function
427 ~StringMap() { in ~StringMap()
/external/llvm-project/clang/lib/Tooling/Transformer/
DParsing.cpp88 static const llvm::StringMap<RangeSelectorOp<std::string>> &
90 static const llvm::StringMap<RangeSelectorOp<std::string>> M = { in getUnaryStringSelectors()
102 static const llvm::StringMap<RangeSelectorOp<RangeSelector>> &
104 static const llvm::StringMap<RangeSelectorOp<RangeSelector>> M = { in getUnaryRangeSelectors()
109 static const llvm::StringMap<RangeSelectorOp<std::string, std::string>> &
111 static const llvm::StringMap<RangeSelectorOp<std::string, std::string>> M = { in getBinaryStringSelectors()
116 static const llvm::StringMap<RangeSelectorOp<RangeSelector, RangeSelector>> &
118 static const llvm::StringMap<RangeSelectorOp<RangeSelector, RangeSelector>> in getBinaryRangeSelectors()
124 llvm::Optional<Element> findOptional(const llvm::StringMap<Element> &Map, in findOptional()
/external/llvm-project/clang/lib/Basic/
DTargetID.cpp67 llvm::StringMap<bool> *FeatureMap) { in parseTargetIDWithFormatCheckingOnly()
82 llvm::StringMap<bool> LocalFeatureMap; in parseTargetIDWithFormatCheckingOnly()
105 llvm::StringMap<bool> *FeatureMap) { in parseTargetID()
131 const llvm::StringMap<bool> &Features) { in getCanonicalTargetID()
148 llvm::StringMap<bool> Features; in getConflictTargetIDCombination()
150 llvm::StringMap<Info> FeatureMap; in getConflictTargetIDCombination()
152 llvm::StringMap<bool> Features; in getConflictTargetIDCombination()
/external/llvm-project/clang-tools-extra/clangd/
DFileDistance.h77 FileDistance(llvm::StringMap<SourceParams> Sources,
96 URIDistance(llvm::StringMap<SourceParams> Sources,
110 llvm::StringMap<SourceParams> Sources;
111 llvm::StringMap<std::unique_ptr<FileDistance>> ByScheme;
/external/llvm-project/mlir/lib/Bindings/Python/
DGlobals.h89 llvm::StringMap<pybind11::object> dialectClassMap;
91 llvm::StringMap<pybind11::object> operationClassMap;
94 llvm::StringMap<pybind11::object> rawOpViewClassMap;
104 llvm::StringMap<pybind11::object> rawOpViewClassMapCache;
/external/llvm-project/clang-tools-extra/clangd/unittests/
DTestFS.h30 buildTestFS(llvm::StringMap<std::string> const &Files,
31 llvm::StringMap<time_t> const &Timestamps = {});
47 llvm::StringMap<std::string> Files;
48 llvm::StringMap<time_t> Timestamps;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h98 using ImportMapTy = StringMap<FunctionsToImportTy>;
142 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries,
143 StringMap<FunctionImporter::ImportMapTy> &ImportLists,
144 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
202 const StringMap<GVSummaryMapTy> &ModuleToDefinedGVSummaries,

12345678910>>...34