Searched refs:TypeIDNameRegistry (Results 1 – 12 of 12) sorted by relevance
32 class TypeIDNameRegistry {34 using RegistrationFn = std::function<void(TypeIDNameRegistry&)>;36 TypeIDNameRegistry() = default;37 ~TypeIDNameRegistry() = default;
22 llvm::StringRef TypeIDNameRegistry::FindTypeIDSymbolName(TypeID type_id) { in FindTypeIDSymbolName()
59 void PopulateCustomCallTypeIdNames(TypeIDNameRegistry& r) { in PopulateCustomCallTypeIdNames()
70 DirectCustomCallLibrary lib, TypeIDNameRegistry::RegistrationFn types) { in ToSymbolsBinding()75 TypeIDNameRegistry registry; in ToSymbolsBinding()
52 DirectCustomCallLibrary lib, TypeIDNameRegistry::RegistrationFn types = {});
59 void PopulateCustomCallTypeIdNames(TypeIDNameRegistry& registry);
44 class TypeIDNameRegistry; variable61 std::function<void(TypeIDNameRegistry&)> populate_type_id_names;
32 std::function<void(TypeIDNameRegistry&)> populate_type_id_names;
205 Globals(mlir::ModuleOp module, TypeIDNameRegistry type_id_names) in Globals()265 TypeIDNameRegistry type_id_names_;
443 TypeIDNameRegistry type_id_names; in runOnOperation()
130 void PopulateXlaTypeIdNames(runtime::TypeIDNameRegistry& registry);
98 using ::xla::runtime::TypeIDNameRegistry;116 void PopulateXlaTypeIdNames(TypeIDNameRegistry& registry) { in PopulateXlaTypeIdNames()