Searched refs:Registry (Results 51 - 75 of 105) sorted by relevance

12345

/external/llvm/lib/Analysis/
H A DLazyBlockFrequencyInfo.cpp64 void llvm::initializeLazyBFIPassPass(PassRegistry &Registry) { argument
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DGCStrategy.h40 #include "llvm/Support/Registry.h"
47 /// The GC strategy registry uses all the defaults from Registry.
49 typedef Registry<GCStrategy> GCRegistry;
/external/tensorflow/tensorflow/python/framework/
H A Dregistry.py16 """Registry mechanism for "registering" classes/functions for general use.
32 # Registry mechanism below is based on mapreduce.python.mrpython.Register.
37 class Registry(object): class in inherits:object
/external/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp1 //===- unittest/ASTMatchers/Dynamic/RegistryTest.cpp - Registry unit tests -===//
11 #include "clang/ASTMatchers/Dynamic/Registry.h"
39 return Registry::lookupMatcherCtor(MatcherName);
49 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(), Error);
62 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(Arg1), Error);
76 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(Arg1, Arg2),
86 return Registry::getMatcherCompletions(
87 Registry::getAcceptedCompletionTypes(Context));
96 return Registry::getMatcherCompletions(
97 Registry
[all...]
/external/swiftshader/third_party/LLVM/tools/opt/
H A Dopt.cpp478 PassRegistry &Registry = *PassRegistry::getPassRegistry(); local
479 initializeCore(Registry);
480 initializeScalarOpts(Registry);
481 initializeIPO(Registry);
482 initializeAnalysis(Registry);
483 initializeIPA(Registry);
484 initializeTransformUtils(Registry);
485 initializeInstCombine(Registry);
486 initializeInstrumentation(Registry);
487 initializeTarget(Registry);
[all...]
/external/swiftshader/third_party/LLVM/tools/llvm-ld/
H A Dllvm-ld.cpp518 PassRegistry &Registry = *PassRegistry::getPassRegistry(); local
519 initializeCore(Registry);
520 initializeScalarOpts(Registry);
521 initializeIPO(Registry);
522 initializeAnalysis(Registry);
523 initializeIPA(Registry);
524 initializeTransformUtils(Registry);
525 initializeInstCombine(Registry);
526 initializeTarget(Registry);
/external/llvm/tools/llc/
H A Dllc.cpp244 PassRegistry *Registry = PassRegistry::getPassRegistry(); local
245 initializeCore(*Registry);
246 initializeCodeGen(*Registry);
247 initializeLoopStrengthReducePass(*Registry);
248 initializeLowerIntrinsicsPass(*Registry);
249 initializeUnreachableBlockElimLegacyPassPass(*Registry);
/external/python/cpython3/Lib/msilib/
H A Dschema.py445 Registry = Table('Registry') variable
446 Registry.add_field(1,'Registry',11592)
447 Registry.add_field(2,'Root',1282)
448 Registry.add_field(3,'Key',4095)
449 Registry.add_field(4,'Name',8191)
450 Registry.add_field(5,'Value',7936)
451 Registry.add_field(6,'Component_',3400)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocato
[all...]
/external/flatbuffers/include/flatbuffers/
H A Dregistry.h28 class Registry { class in namespace:flatbuffers
/external/lzma/CPP/7zip/UI/Console/
H A Dmakefile37 $O\Registry.obj \
/external/llvm/unittests/MI/
H A DLiveIntervalTest.cpp32 PassRegistry *Registry = PassRegistry::getPassRegistry(); local
33 initializeCore(*Registry);
34 initializeCodeGen(*Registry);
/external/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp16 #include "clang/ASTMatchers/Dynamic/Registry.h"
533 return Registry::lookupMatcherCtor(MatcherName);
540 return Registry::constructMatcher(Ctor, NameRange, Args, Error);
542 return Registry::constructBoundMatcher(Ctor, NameRange, BindID, Args,
549 return Registry::getAcceptedCompletionTypes(Context);
554 return Registry::getMatcherCompletions(AcceptedTypes);
H A DRegistry.cpp1 //===--- Registry.cpp - Matcher registry -------------------------===//
11 /// \brief Registry map populated at static initialization time.
15 #include "clang/ASTMatchers/Dynamic/Registry.h"
433 llvm::Optional<MatcherCtor> Registry::lookupMatcherCtor(StringRef MatcherName) {
461 std::vector<ArgKind> Registry::getAcceptedCompletionTypes(
492 Registry::getMatcherCompletions(ArrayRef<ArgKind> AcceptedTypes) {
571 VariantMatcher Registry::constructMatcher(MatcherCtor Ctor,
579 VariantMatcher Registry::constructBoundMatcher(MatcherCtor Ctor,
/external/skia/bench/
H A DBenchmark.h14 #include "../tools/Registry.h"
156 typedef sk_tools::Registry<Benchmark*(*)(void*)> BenchRegistry;
/external/skia/gm/
H A Dgm.h16 #include "../tools/Registry.h"
115 typedef sk_tools::Registry<GM*(*)(void*)> GMRegistry;
/external/skqp/bench/
H A DBenchmark.h14 #include "../tools/Registry.h"
156 typedef sk_tools::Registry<Benchmark*(*)(void*)> BenchRegistry;
/external/skqp/gm/
H A Dgm.h16 #include "../tools/Registry.h"
115 typedef sk_tools::Registry<GM*(*)(void*)> GMRegistry;
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h123 static MachinePassRegistry Registry; member in class:llvm::MachineSchedRegistry
127 Registry.Add(this);
129 ~MachineSchedRegistry() { Registry.Remove(this); }
137 return (MachineSchedRegistry *)Registry.getList();
140 Registry.setListener(L);
/external/skia/fuzz/
H A DFuzz.h12 #include "../tools/Registry.h"
141 sk_tools::Registry<Fuzzable> register_##name({#name, fuzz_##name}); \
/external/skqp/fuzz/
H A DFuzz.h12 #include "../tools/Registry.h"
139 sk_tools::Registry<Fuzzable> register_##name({#name, fuzz_##name}); \
/external/llvm/lib/Support/Windows/
H A DSignals.inc586 /// \brief Find the Windows Registry Key for a given location.
600 /// Windows Registry key.
641 /// "DumpType" for a given Windows Registry key.
709 // The Windows Registry location as specified at
716 // The key pointing to the Registry location that may contain global crash
720 // The key pointing to the Registry location that may contain
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DSignals.inc587 /// \brief Find the Windows Registry Key for a given location.
601 /// Windows Registry key.
642 /// "DumpType" for a given Windows Registry key.
710 // The Windows Registry location as specified at
717 // The key pointing to the Registry location that may contain global crash
721 // The key pointing to the Registry location that may contain
/external/python/cpython2/Lib/msilib/
H A Dschema.py445 Registry = Table('Registry') variable
446 Registry.add_field(1,'Registry',11592)
447 Registry.add_field(2,'Root',1282)
448 Registry.add_field(3,'Key',4095)
449 Registry.add_field(4,'Name',8191)
450 Registry.add_field(5,'Value',7936)
451 Registry.add_field(6,'Component_',3400)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocato
[all...]
/external/python/cpython2/Tools/msi/
H A Dschema.py445 Registry = Table('Registry') variable
446 Registry.add_field(1,'Registry',0x2DFF)
447 Registry.add_field(2,'Root',1282)
448 Registry.add_field(3,'Key',4095)
449 Registry.add_field(4,'Name',8191)
450 Registry.add_field(5,'Value',7936)
451 Registry.add_field(6,'Component_',0xDFF)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocato
[all...]
/external/skia/tests/
H A DTest.h10 #include "../tools/Registry.h"
115 typedef sk_tools::Registry<Test> TestRegistry;

Completed in 688 milliseconds

12345