HomeSort by: relevance | last modified time | path
    Searched refs:Registry (Results 1 - 25 of 82) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGen.cpp 21 void llvm::initializeCodeGen(PassRegistry &Registry) {
22 initializeAtomicExpandPass(Registry);
23 initializeBasicBlockSectionsPass(Registry);
24 initializeBranchFolderPassPass(Registry);
25 initializeBranchRelaxationPass(Registry);
26 initializeCFGuardLongjmpPass(Registry);
27 initializeCFIInstrInserterPass(Registry);
28 initializeCheckDebugMachineModulePass(Registry);
29 initializeCodeGenPreparePass(Registry);
30 initializeDeadMachineInstructionElimPass(Registry);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
GlobalISel.cpp 18 void llvm::initializeGlobalISel(PassRegistry &Registry) {
19 initializeIRTranslatorPass(Registry);
20 initializeLegalizerPass(Registry);
21 initializeLocalizerPass(Registry);
22 initializeRegBankSelectPass(Registry);
23 initializeInstructionSelectPass(Registry);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Utils.cpp 25 void llvm::initializeTransformUtils(PassRegistry &Registry) {
26 initializeAddDiscriminatorsLegacyPassPass(Registry);
27 initializeAssumeSimplifyPassLegacyPassPass(Registry);
28 initializeAssumeBuilderPassLegacyPassPass(Registry);
29 initializeBreakCriticalEdgesPass(Registry);
30 initializeCanonicalizeAliasesLegacyPassPass(Registry);
31 initializeCanonicalizeFreezeInLoopsPass(Registry);
32 initializeInstNamerPass(Registry);
33 initializeLCSSAWrapperPassPass(Registry);
34 initializeLibCallsShrinkWrapLegacyPassPass(Registry);
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/IRTransforms/
InitializePasses.cpp 19 void initializeExampleIRTransforms(PassRegistry &Registry) {
20 initializeSimplifyCFGLegacyPassPass(Registry);
InitializePasses.h 17 void initializeExampleIRTransforms(PassRegistry &Registry);
18 void initializeSimplifyCFGLegacyPassPass(PassRegistry &Registry);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
Analysis.cpp 21 void llvm::initializeAnalysis(PassRegistry &Registry) {
22 initializeAAEvalLegacyPassPass(Registry);
23 initializeAliasSetPrinterPass(Registry);
24 initializeBasicAAWrapperPassPass(Registry);
25 initializeBlockFrequencyInfoWrapperPassPass(Registry);
26 initializeBranchProbabilityInfoWrapperPassPass(Registry);
27 initializeCallGraphWrapperPassPass(Registry);
28 initializeCallGraphDOTPrinterPass(Registry);
29 initializeCallGraphPrinterLegacyPassPass(Registry);
30 initializeCallGraphViewerPass(Registry);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IPO.cpp 25 void llvm::initializeIPO(PassRegistry &Registry) {
26 initializeOpenMPOptCGSCCLegacyPassPass(Registry);
27 initializeArgPromotionPass(Registry);
28 initializeAnnotation2MetadataLegacyPass(Registry);
29 initializeCalledValuePropagationLegacyPassPass(Registry);
30 initializeConstantMergeLegacyPassPass(Registry);
31 initializeCrossDSOCFIPass(Registry);
32 initializeDAEPass(Registry);
33 initializeDAHPass(Registry);
34 initializeForceFunctionAttrsLegacyPassPass(Registry);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Scalar.cpp 35 void llvm::initializeScalarOpts(PassRegistry &Registry) {
36 initializeADCELegacyPassPass(Registry);
37 initializeAnnotationRemarksLegacyPass(Registry);
38 initializeBDCELegacyPassPass(Registry);
39 initializeAlignmentFromAssumptionsPass(Registry);
40 initializeCallSiteSplittingLegacyPassPass(Registry);
41 initializeConstantHoistingLegacyPassPass(Registry);
42 initializeConstraintEliminationPass(Registry);
43 initializeCorrelatedValuePropagationPass(Registry);
44 initializeDCELegacyPassPass(Registry);
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/fuzzer-initialize/
fuzzer_initialize.cpp 43 PassRegistry &Registry = *PassRegistry::getPassRegistry();
44 initializeCore(Registry);
45 initializeScalarOpts(Registry);
46 initializeVectorization(Registry);
47 initializeIPO(Registry);
48 initializeAnalysis(Registry);
49 initializeTransformUtils(Registry);
50 initializeInstCombine(Registry);
51 initializeAggressiveInstCombine(Registry);
52 initializeInstrumentation(Registry);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
Vectorize.cpp 25 void llvm::initializeVectorization(PassRegistry &Registry) {
26 initializeLoopVectorizePass(Registry);
27 initializeSLPVectorizerPass(Registry);
28 initializeLoadStoreVectorizerLegacyPassPass(Registry);
29 initializeVectorCombineLegacyPassPass(Registry);
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendPluginRegistry.h 17 #include "llvm/Support/Registry.h"
21 /// The frontend plugin registry.
22 using FrontendPluginRegistry = llvm::Registry<PluginASTAction>;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp 93 void llvm::initializeInstrumentation(PassRegistry &Registry) {
94 initializeAddressSanitizerLegacyPassPass(Registry);
95 initializeModuleAddressSanitizerLegacyPassPass(Registry);
96 initializeMemProfilerLegacyPassPass(Registry);
97 initializeModuleMemProfilerLegacyPassPass(Registry);
98 initializeBoundsCheckingLegacyPassPass(Registry);
99 initializeControlHeightReductionLegacyPassPass(Registry);
100 initializeGCOVProfilerLegacyPassPass(Registry);
101 initializePGOInstrumentationGenLegacyPassPass(Registry);
102 initializePGOInstrumentationUseLegacyPassPass(Registry);
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
ToolExecutorPluginRegistry.h 13 #include "llvm/Support/Registry.h"
18 using ToolExecutorPluginRegistry = llvm::Registry<ToolExecutorPlugin>;
CompilationDatabasePluginRegistry.h 13 #include "llvm/Support/Registry.h"
40 llvm::Registry<CompilationDatabasePlugin>;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RegAllocRegistry.h 10 // pass registry (RegisterRegAlloc).
33 static MachinePassRegistry<FunctionPassCtor> Registry;
37 Registry.Add(this);
40 ~RegisterRegAllocBase() { Registry.Remove(this); }
48 return static_cast<SubClass *>(Registry.getList());
51 static FunctionPassCtor getDefault() { return Registry.getDefault(); }
53 static void setDefault(FunctionPassCtor C) { Registry.setDefault(C); }
56 Registry.setListener(L);
66 /// RegisterRegAlloc's global Registry tracks allocator registration.
69 RegisterRegAllocBase<T>::Registry;
    [all...]
SchedulerRegistry.h 10 // pass registry (RegisterScheduler).
38 static MachinePassRegistry<FunctionPassCtor> Registry;
42 Registry.Add(this);
44 ~RegisterScheduler() { Registry.Remove(this); }
53 return (RegisterScheduler *)Registry.getList();
57 Registry.setListener(L);
RegisterUsageInfo.h 39 PassRegistry &Registry = *PassRegistry::getPassRegistry();
40 initializePhysicalRegisterUsageInfoPass(Registry);
  /src/external/apache2/llvm/dist/llvm/include/llvm/
PassSupport.h 38 static void *initialize##passName##PassOnce(PassRegistry &Registry) { \
42 Registry.registerPass(*PI, true); \
46 void llvm::initialize##passName##Pass(PassRegistry &Registry) { \
48 initialize##passName##PassOnce, std::ref(Registry)); \
52 static void *initialize##passName##PassOnce(PassRegistry &Registry) {
54 #define INITIALIZE_PASS_DEPENDENCY(depName) initialize##depName##Pass(Registry);
56 initialize##depName##AnalysisGroup(Registry);
62 Registry.registerPass(*PI, true); \
66 void llvm::initialize##passName##Pass(PassRegistry &Registry) { \
68 initialize##passName##PassOnce, std::ref(Registry)); \
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Registry.h 1 //=== Registry.h - Linker-supported plugin registries -----------*- C++ -*-===//
9 // Defines a registry template for discovering pluggable modules.
24 /// A simple registry entry which provides only a name, description, and
40 /// A global registry used in conjunction with static constructors to make
44 class Registry {
53 Registry() = delete;
63 friend Registry<T>;
72 /// Add a node to the Registry: this is the interface between the plugin and
76 /// add a node to the executable's registry. Therefore it's not defined here
81 /// Iterators for registry entries
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
CreateCheckerManager.cpp 27 CheckerRegistry Registry(*RegistryData, plugins, Context.getDiagnostics(),
29 Registry.initializeRegistry(*this);
30 Registry.initializeManager(*this);
40 CheckerRegistry Registry(*RegistryData, plugins, Diags, AOptions, {});
41 Registry.initializeRegistry(*this);
  /src/external/mpl/dhcp/dist/contrib/ms2isc/
ms2isc.pl 38 use Registry; # Custom Perl Module to make Registry access easier.
43 configuration file by reading NT4's registry.
45 Requires: Registry.pm and ActiveState 5.6.0
56 you should have registry read access to. You must run this script from a
57 Windows machine because of the requirement to access the registry.
110 ### Read all the registry stuff into the memory
325 if (Registry::GetRegSubkeyList ("\\\\$Server\\HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\DHCPServer\\Configuration\\Subnets", \@Subnets)) {
333 if (!Registry::GetRegSubkeyList ("\\\\$Server\\HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\DHCPServer\\Configuration\\Subnets\\$Subnets[$i]\\IpRanges", \@SFirstAddress)) {
339 if (!Registry::GetRegKeyVal ("\\\\$Server\\HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\DHCPServer\\ (…)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
bugpoint.cpp 148 PassRegistry &Registry = *PassRegistry::getPassRegistry();
149 initializeCore(Registry);
150 initializeScalarOpts(Registry);
151 initializeObjCARCOpts(Registry);
152 initializeVectorization(Registry);
153 initializeIPO(Registry);
154 initializeAnalysis(Registry);
155 initializeTransformUtils(Registry);
156 initializeInstCombine(Registry);
157 initializeAggressiveInstCombine(Registry);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ObjCARC.cpp 33 void llvm::initializeObjCARCOpts(PassRegistry &Registry) {
34 initializeObjCARCAAWrapperPassPass(Registry);
35 initializeObjCARCAPElimPass(Registry);
36 initializeObjCARCExpandPass(Registry);
37 initializeObjCARCContractLegacyPassPass(Registry);
38 initializeObjCARCOptLegacyPassPass(Registry);
39 initializePAEvalPass(Registry);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/
llvm-opt-fuzzer.cpp 193 PassRegistry &Registry = *PassRegistry::getPassRegistry();
194 initializeCore(Registry);
195 initializeCoroutines(Registry);
196 initializeScalarOpts(Registry);
197 initializeObjCARCOpts(Registry);
198 initializeVectorization(Registry);
199 initializeIPO(Registry);
200 initializeAnalysis(Registry);
201 initializeTransformUtils(Registry);
202 initializeInstCombine(Registry);
    [all...]
  /src/external/apache2/llvm/lib/libclangASTMatchersDynamic/
Makefile 12 Registry.cpp \

Completed in 50 milliseconds

1 2 3 4