Home
last modified time | relevance | path

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

12345678910>>...89

/aosp_15_r20/external/llvm/unittests/ADT/
H A 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/
Dpython_generator.cc59 typedef map<std::string, std::string> StringMap; typedef
121 StringMap service_dict; in PrintBetaServicer()
140 StringMap method_dict; in PrintBetaServicer()
157 StringMap service_dict; in PrintBetaStub()
176 StringMap method_dict; in PrintBetaStub()
199 StringMap service_dict; in PrintBetaServerFactory()
213 StringMap method_implementation_constructors; in PrintBetaServerFactory()
214 StringMap input_message_modules_and_classes; in PrintBetaServerFactory()
215 StringMap output_message_modules_and_classes; in PrintBetaServerFactory()
243 StringMap method_dict; in PrintBetaServerFactory()
[all …]
/aosp_15_r20/external/grpc-grpc/src/compiler/
H A Dpython_generator.cc59 typedef map<std::string, std::string> StringMap; typedef
121 StringMap service_dict; in PrintBetaServicer()
140 StringMap method_dict; in PrintBetaServicer()
157 StringMap service_dict; in PrintBetaStub()
176 StringMap method_dict; in PrintBetaStub()
199 StringMap service_dict; in PrintBetaServerFactory()
213 StringMap method_implementation_constructors; in PrintBetaServerFactory()
214 StringMap input_message_modules_and_classes; in PrintBetaServerFactory()
215 StringMap output_message_modules_and_classes; in PrintBetaServerFactory()
243 StringMap method_dict; in PrintBetaServerFactory()
[all …]
/aosp_15_r20/external/llvm/lib/LTO/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/
H A 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/MIRParser/
DMIParser.h52 using Name2RegClassMap = StringMap<const TargetRegisterClass *>;
53 using Name2RegBankMap = StringMap<const RegisterBank *>;
60 StringMap<unsigned> Names2InstrOpCodes;
63 StringMap<Register> Names2Regs;
66 StringMap<const uint32_t *> Names2RegMasks;
69 StringMap<unsigned> Names2SubRegIndices;
72 StringMap<int> Names2TargetIndices;
75 StringMap<unsigned> Names2DirectTargetFlags;
78 StringMap<unsigned> Names2BitmaskTargetFlags;
81 StringMap<MachineMemOperand::Flags> Names2MMOTargetFlags;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/MIRParser/
DMIParser.h52 using Name2RegClassMap = StringMap<const TargetRegisterClass *>;
53 using Name2RegBankMap = StringMap<const RegisterBank *>;
60 StringMap<unsigned> Names2InstrOpCodes;
63 StringMap<Register> Names2Regs;
66 StringMap<const uint32_t *> Names2RegMasks;
69 StringMap<unsigned> Names2SubRegIndices;
72 StringMap<int> Names2TargetIndices;
75 StringMap<unsigned> Names2DirectTargetFlags;
78 StringMap<unsigned> Names2BitmaskTargetFlags;
81 StringMap<MachineMemOperand::Flags> Names2MMOTargetFlags;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/MIRParser/
DMIParser.h52 using Name2RegClassMap = StringMap<const TargetRegisterClass *>;
53 using Name2RegBankMap = StringMap<const RegisterBank *>;
60 StringMap<unsigned> Names2InstrOpCodes;
63 StringMap<Register> Names2Regs;
66 StringMap<const uint32_t *> Names2RegMasks;
69 StringMap<unsigned> Names2SubRegIndices;
72 StringMap<int> Names2TargetIndices;
75 StringMap<unsigned> Names2DirectTargetFlags;
78 StringMap<unsigned> Names2BitmaskTargetFlags;
81 StringMap<MachineMemOperand::Flags> Names2MMOTargetFlags;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h50 using Name2RegClassMap = StringMap<const TargetRegisterClass *>;
51 using Name2RegBankMap = StringMap<const RegisterBank *>;
58 StringMap<unsigned> Names2InstrOpCodes;
61 StringMap<Register> Names2Regs;
64 StringMap<const uint32_t *> Names2RegMasks;
67 StringMap<unsigned> Names2SubRegIndices;
70 StringMap<int> Names2TargetIndices;
73 StringMap<unsigned> Names2DirectTargetFlags;
76 StringMap<unsigned> Names2BitmaskTargetFlags;
79 StringMap<MachineMemOperand::Flags> Names2MMOTargetFlags;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/MIRParser/
DMIParser.h52 using Name2RegClassMap = StringMap<const TargetRegisterClass *>;
53 using Name2RegBankMap = StringMap<const RegisterBank *>;
60 StringMap<unsigned> Names2InstrOpCodes;
63 StringMap<Register> Names2Regs;
66 StringMap<const uint32_t *> Names2RegMasks;
69 StringMap<unsigned> Names2SubRegIndices;
72 StringMap<int> Names2TargetIndices;
75 StringMap<unsigned> Names2DirectTargetFlags;
78 StringMap<unsigned> Names2BitmaskTargetFlags;
81 StringMap<MachineMemOperand::Flags> Names2MMOTargetFlags;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dtpu_update_embedding_enqueue_op_inputs.cc52 Operation* op, llvm::StringMap<Operation*>* embedding_op_map) { in ExtractEmbeddingAttribute()
66 func::FuncOp func_op, llvm::StringMap<Operation*>* enqueue_op_map, in FindTPUEmbeddingOps()
67 llvm::StringMap<Operation*>* recv_activation_op_map, in FindTPUEmbeddingOps()
68 llvm::StringMap<Operation*>* send_gradient_op_map) { in FindTPUEmbeddingOps()
95 const llvm::StringMap<Operation*>& enqueue_op_map, in UpdateEmbeddingEnqueueOpInput()
96 const llvm::StringMap<Operation*>& recv_activation_op_map, in UpdateEmbeddingEnqueueOpInput()
97 const llvm::StringMap<Operation*>& send_gradient_op_map, in UpdateEmbeddingEnqueueOpInput()
151 llvm::StringMap<Operation*> enqueue_op_map; in runOnOperation()
152 llvm::StringMap<Operation*> recv_activation_op_map; in runOnOperation()
153 llvm::StringMap<Operation*> send_gradient_op_map; in runOnOperation()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DStringMap.h110 class StringMap : public StringMapImpl,
117 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
119 explicit StringMap(unsigned InitialSize) in StringMap() function
122 explicit StringMap(AllocatorTy A) in StringMap() function
125 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
129 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp149 static StringMap<lto::InputFile *>
151 StringMap<lto::InputFile *> ModuleMap; in generateModuleMap()
214 StringMap<lto::InputFile *> &ModuleMap, in crossImportIntoModule()
446 StringMap<lto::InputFile *> &ModuleMap, TargetMachine &TM, in ProcessThinLTOModule()
526 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolvePrevailingInIndex()
651 const StringMap<FunctionImporter::ExportSetTy> &ExportLists;
654 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported()
704 StringMap<GVSummaryMapTy> ModuleToDefinedGVSummaries; in promote()
718 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote()
719 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DStringMap.h110 class LLVM_ALLOCATORHOLDER_EMPTYBASE StringMap
118 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
120 explicit StringMap(unsigned InitialSize) in StringMap() function
123 explicit StringMap(AllocatorTy A) in StringMap() function
126 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
130 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function
135 StringMap(StringMap &&RHS) in StringMap() function
138 StringMap(const StringMap &RHS) in StringMap() function
173 StringMap &operator=(StringMap RHS) {
179 ~StringMap() { in ~StringMap()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DStringMap.h126 class LLVM_ALLOCATORHOLDER_EMPTYBASE StringMap
134 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
136 explicit StringMap(unsigned InitialSize) in StringMap() function
139 explicit StringMap(AllocatorTy A) in StringMap() function
142 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
146 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function
151 StringMap(StringMap &&RHS) in StringMap() function
154 StringMap(const StringMap &RHS) in StringMap() function
189 StringMap &operator=(StringMap RHS) {
195 ~StringMap() { in ~StringMap()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DStringMap.h125 class LLVM_ALLOCATORHOLDER_EMPTYBASE StringMap
133 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
135 explicit StringMap(unsigned InitialSize) in StringMap() function
138 explicit StringMap(AllocatorTy A) in StringMap() function
141 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
145 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function
150 StringMap(StringMap &&RHS) in StringMap() function
153 StringMap(const StringMap &RHS) in StringMap() function
188 StringMap &operator=(StringMap RHS) {
194 ~StringMap() { in ~StringMap()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DStringMap.h126 class LLVM_ALLOCATORHOLDER_EMPTYBASE StringMap
134 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
136 explicit StringMap(unsigned InitialSize) in StringMap() function
139 explicit StringMap(AllocatorTy A) in StringMap() function
142 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
146 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function
151 StringMap(StringMap &&RHS) in StringMap() function
154 StringMap(const StringMap &RHS) in StringMap() function
189 StringMap &operator=(StringMap RHS) {
195 ~StringMap() { in ~StringMap()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A 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()
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A 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()
/aosp_15_r20/external/llvm/include/llvm/Transforms/IPO/
H A 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);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringMap.h242 class StringMap : public StringMapImpl {
248 StringMap() : StringMapImpl(static_cast<unsigned>(sizeof(MapEntryTy))) {} in StringMap() function
250 explicit StringMap(unsigned InitialSize) in StringMap() function
253 explicit StringMap(AllocatorTy A) in StringMap() function
256 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap() function
260 StringMap(std::initializer_list<std::pair<StringRef, ValueTy>> List) in StringMap() function
267 StringMap(StringMap &&RHS) in StringMap() function
270 StringMap(const StringMap &RHS) : in StringMap() function
305 StringMap &operator=(StringMap RHS) {
311 ~StringMap() { in ~StringMap()
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/
H A Dfunctiondef_import.cc57 llvm::StringMap<llvm::StringMap<SmallVector<Value, 1>>>& values_map, in ValueMapManager()
68 llvm::StringMap<SmallVector<Value, 1>>& op_info = values_map_[node_name]; in DefineOperation()
114 llvm::StringMap<SmallVector<Value, 1>>& op_info = values_map_[node_name]; in GetValueOrCreatePlaceholder()
139 llvm::StringMap<llvm::StringMap<SmallVector<Value, 1>>>& values_map_;
263 llvm::StringMap<llvm::StringMap<SmallVector<Value, 1>>>& values_map, in ImportGenericFunction()
410 llvm::StringMap<SmallVector<Value, 1>>& values = in ImportGenericFunction()
442 llvm::StringMap<int> output_name_to_position; in ImportGenericFunction()
450 llvm::StringMap<int> control_output_to_position; in ImportGenericFunction()
529 llvm::StringMap<llvm::StringMap<SmallVector<Value, 1>>> values_map; in ConvertGenericFunction()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/TargetProcess/
DSimpleRemoteEPCServer.h67 StringMap<std::vector<char>> &bootstrapMap() { return BootstrapMap; } in bootstrapMap()
78 StringMap<ExecutorAddr> &bootstrapSymbols() { return BootstrapSymbols; } in bootstrapSymbols()
90 StringMap<std::vector<char>> BootstrapMap;
91 StringMap<ExecutorAddr> BootstrapSymbols;
95 static StringMap<ExecutorAddr> defaultBootstrapSymbols();
157 Error sendSetupMessage(StringMap<std::vector<char>> BootstrapMap,
158 StringMap<ExecutorAddr> BootstrapSymbols);

12345678910>>...89