OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PassRegistry
(Results
1 - 25
of
490
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/apache2/llvm/dist/llvm/include/llvm/
InitializePasses.h
19
class
PassRegistry
;
22
void initializeCore(
PassRegistry
&);
25
void initializeTransformUtils(
PassRegistry
&);
28
void initializeScalarOpts(
PassRegistry
&);
31
void initializeObjCARCOpts(
PassRegistry
&);
34
void initializeVectorization(
PassRegistry
&);
37
void initializeInstCombine(
PassRegistry
&);
40
void initializeAggressiveInstCombine(
PassRegistry
&);
43
void initializeIPO(
PassRegistry
&);
46
void initializeInstrumentation(
PassRegistry
&)
[
all
...]
PassRegistry.h
1
//===- llvm/
PassRegistry
.h - Pass Information Registry ----------*- C++ -*-===//
9
// This file defines
PassRegistry
, a class that is used in the initialization
11
// with the
PassRegistry
, which is later provided to the PassManager for
32
///
PassRegistry
- This class manages the registration and intitialization of
35
/// NOTE:
PassRegistry
is NOT thread-safe. If you want to use LLVM on multiple
36
/// threads simultaneously, you will need to use a separate
PassRegistry
on
38
class
PassRegistry
{
52
PassRegistry
() = default;
53
~
PassRegistry
();
58
static
PassRegistry
*getPassRegistry()
[
all
...]
/src/external/apache2/llvm/dist/llvm/examples/IRTransforms/
InitializePasses.h
17
void initializeExampleIRTransforms(
PassRegistry
&Registry);
18
void initializeSimplifyCFGLegacyPassPass(
PassRegistry
&Registry);
InitializePasses.cpp
15
#include "llvm/
PassRegistry
.h"
19
void initializeExampleIRTransforms(
PassRegistry
&Registry) {
SimplifyCFG.h
14
#include "llvm/
PassRegistry
.h"
20
void initializeSimplifyCFGLegacyPassPass(
PassRegistry
&);
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssembly.h
18
#include "llvm/
PassRegistry
.h"
58
//
PassRegistry
initialization declarations.
59
void initializeWebAssemblyAddMissingPrototypesPass(
PassRegistry
&);
60
void initializeWebAssemblyLowerEmscriptenEHSjLjPass(
PassRegistry
&);
61
void initializeLowerGlobalDtorsPass(
PassRegistry
&);
62
void initializeFixFunctionBitcastsPass(
PassRegistry
&);
63
void initializeOptimizeReturnedPass(
PassRegistry
&);
64
void initializeWebAssemblyArgumentMovePass(
PassRegistry
&);
65
void initializeWebAssemblySetP2AlignOperandsPass(
PassRegistry
&);
66
void initializeWebAssemblyReplacePhysRegsPass(
PassRegistry
&)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64.h
70
void initializeAArch64A53Fix835769Pass(
PassRegistry
&);
71
void initializeAArch64A57FPLoadBalancingPass(
PassRegistry
&);
72
void initializeAArch64AdvSIMDScalarPass(
PassRegistry
&);
73
void initializeAArch64BranchTargetsPass(
PassRegistry
&);
74
void initializeAArch64CollectLOHPass(
PassRegistry
&);
75
void initializeAArch64CondBrTuningPass(
PassRegistry
&);
76
void initializeAArch64CompressJumpTablesPass(
PassRegistry
&);
77
void initializeAArch64ConditionalComparesPass(
PassRegistry
&);
78
void initializeAArch64ConditionOptimizerPass(
PassRegistry
&);
79
void initializeAArch64DeadRegisterDefinitionsPass(
PassRegistry
&)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86.h
23
class
PassRegistry
;
157
void initializeEvexToVexInstPassPass(
PassRegistry
&);
158
void initializeFixupBWInstPassPass(
PassRegistry
&);
159
void initializeFixupLEAPassPass(
PassRegistry
&);
160
void initializeFPSPass(
PassRegistry
&);
161
void initializeWinEHStatePassPass(
PassRegistry
&);
162
void initializeX86AvoidSFBPassPass(
PassRegistry
&);
163
void initializeX86AvoidTrailingCallPassPass(
PassRegistry
&);
164
void initializeX86CallFrameOptimizationPass(
PassRegistry
&);
165
void initializeX86CmovConverterPassPass(
PassRegistry
&)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARM.h
36
class
PassRegistry
;
66
void initializeARMParallelDSPPass(
PassRegistry
&);
67
void initializeARMLoadStoreOptPass(
PassRegistry
&);
68
void initializeARMPreAllocLoadStoreOptPass(
PassRegistry
&);
69
void initializeARMConstantIslandsPass(
PassRegistry
&);
70
void initializeARMExpandPseudoPass(
PassRegistry
&);
71
void initializeThumb2SizeReducePass(
PassRegistry
&);
72
void initializeThumb2ITBlockPass(
PassRegistry
&);
73
void initializeMVEVPTBlockPass(
PassRegistry
&);
74
void initializeMVETPAndVPTOptimisationsPass(
PassRegistry
&)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPC.h
26
class
PassRegistry
;
60
void initializePPCCTRLoopsPass(
PassRegistry
&);
62
void initializePPCCTRLoopsVerifyPass(
PassRegistry
&);
64
void initializePPCLoopInstrFormPrepPass(
PassRegistry
&);
65
void initializePPCTOCRegDepsPass(
PassRegistry
&);
66
void initializePPCEarlyReturnPass(
PassRegistry
&);
67
void initializePPCVSXCopyPass(
PassRegistry
&);
68
void initializePPCVSXFMAMutatePass(
PassRegistry
&);
69
void initializePPCVSXSwapRemovalPass(
PassRegistry
&);
70
void initializePPCReduceCRLogicalsPass(
PassRegistry
&)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPU.h
27
class
PassRegistry
;
31
void initializeAMDGPUPreLegalizerCombinerPass(
PassRegistry
&);
33
void initializeAMDGPUPostLegalizerCombinerPass(
PassRegistry
&);
36
void initializeAMDGPURegBankCombinerPass(
PassRegistry
&);
89
void initializeAMDGPUDAGToDAGISelPass(
PassRegistry
&);
91
void initializeAMDGPUMachineCFGStructurizerPass(
PassRegistry
&);
94
void initializeAMDGPUAlwaysInlinePass(
PassRegistry
&);
97
void initializeAMDGPUAnnotateKernelFeaturesPass(
PassRegistry
&);
101
void initializeAMDGPUAtomicOptimizerPass(
PassRegistry
&);
105
void initializeAMDGPULowerIntrinsicsPass(
PassRegistry
&)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips.h
28
class
PassRegistry
;
46
void initializeMipsDelaySlotFillerPass(
PassRegistry
&);
47
void initializeMipsBranchExpansionPass(
PassRegistry
&);
48
void initializeMicroMipsSizeReducePass(
PassRegistry
&);
49
void initializeMipsPreLegalizerCombinerPass(
PassRegistry
&);
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPF.h
31
void initializeBPFAdjustOptPass(
PassRegistry
&);
32
void initializeBPFCheckAndAdjustIRPass(
PassRegistry
&);
34
void initializeBPFAbstractMemberAccessLegacyPassPass(
PassRegistry
&);
35
void initializeBPFPreserveDITypePass(
PassRegistry
&);
36
void initializeBPFMISimplifyPatchablePass(
PassRegistry
&);
37
void initializeBPFMIPeepholePass(
PassRegistry
&);
38
void initializeBPFMIPeepholeTruncElimPass(
PassRegistry
&);
39
void initializeBPFMIPreEmitPeepholePass(
PassRegistry
&);
40
void initializeBPFMIPreEmitCheckingPass(
PassRegistry
&);
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCV.h
31
class
PassRegistry
;
41
void initializeRISCVMergeBaseOffsetOptPass(
PassRegistry
&);
44
void initializeRISCVExpandPseudoPass(
PassRegistry
&);
47
void initializeRISCVExpandAtomicPseudoPass(
PassRegistry
&);
50
void initializeRISCVCleanupVSETVLIPass(
PassRegistry
&);
/src/external/apache2/llvm/dist/llvm/lib/IR/
PassRegistry.cpp
1
//===-
PassRegistry
.cpp - Pass Registration Implementation ----------------===//
9
// This file implements the
PassRegistry
, with which passes are registered on
14
#include "llvm/
PassRegistry
.h"
30
static ManagedStatic<
PassRegistry
> PassRegistryObj;
31
PassRegistry
*
PassRegistry
::getPassRegistry() {
39
PassRegistry
::~
PassRegistry
() = default;
41
const PassInfo *
PassRegistry
::getPassInfo(const void *TI) const {
46
const PassInfo *
PassRegistry
::getPassInfo(StringRef Arg) const
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
GlobalISel.cpp
14
#include "llvm/
PassRegistry
.h"
18
void llvm::initializeGlobalISel(
PassRegistry
&Registry) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ReplaceWithVeclib.h
29
initializeReplaceWithVeclibLegacyPass(*
PassRegistry
::getPassRegistry());
RegisterUsageInfo.h
39
PassRegistry
&Registry = *
PassRegistry
::getPassRegistry();
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
WarnMissedTransforms.h
34
void initializeWarnMissedTransformationsLegacyPass(
PassRegistry
&);
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCore.h
26
void initializeXCoreLowerThreadLocalPass(
PassRegistry
&p);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
BarrierNoopPass.cpp
36
initializeBarrierNoopPass(*
PassRegistry
::getPassRegistry());
/src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/fuzzer-initialize/
fuzzer_initialize.cpp
19
#include "llvm/
PassRegistry
.h"
43
PassRegistry
&Registry = *
PassRegistry
::getPassRegistry();
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
DomPrinter.cpp
114
initializeDomViewerPass(*
PassRegistry
::getPassRegistry());
126
initializeDomOnlyViewerPass(*
PassRegistry
::getPassRegistry());
146
initializePostDomViewerPass(*
PassRegistry
::getPassRegistry());
160
initializePostDomOnlyViewerPass(*
PassRegistry
::getPassRegistry());
193
initializeDomPrinterPass(*
PassRegistry
::getPassRegistry());
205
initializeDomOnlyPrinterPass(*
PassRegistry
::getPassRegistry());
220
initializePostDomPrinterPass(*
PassRegistry
::getPassRegistry());
235
initializePostDomOnlyPrinterPass(*
PassRegistry
::getPassRegistry());
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVR.h
33
void initializeAVRExpandPseudoPass(
PassRegistry
&);
34
void initializeAVRRelaxMemPass(
PassRegistry
&);
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
InjectTLIMappings.h
30
initializeInjectTLIMappingsLegacyPass(*
PassRegistry
::getPassRegistry());
Completed in 31 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sat Jun 20 00:25:23 UTC 2026