Searched
defs:ID (Results
401 -
425 of
1021) sorted by null
<<11121314151617181920>>
/external/llvm/lib/Target/PowerPC/ |
PPCCTRLoops.cpp | 85 static char ID; 87 PPCCTRLoops() : FunctionPass(ID), TM(nullptr) { 90 PPCCTRLoops(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { 117 char PPCCTRLoops::ID = 0; 125 static char ID; 127 PPCCTRLoopsVerify() : MachineFunctionPass(ID) { 142 char PPCCTRLoopsVerify::ID = 0;
|
PPCLoopPreIncPrep.cpp | 64 static char ID; // Pass ID, replacement for typeid 65 PPCLoopPreIncPrep() : FunctionPass(ID), TM(nullptr) { 68 PPCLoopPreIncPrep(PPCTargetMachine &TM) : FunctionPass(ID), TM(&TM) { 92 char PPCLoopPreIncPrep::ID = 0;
|
PPCVSXFMAMutate.cpp | 55 static char ID; 56 PPCVSXFMAMutate() : MachineFunctionPass(ID) { 329 char &llvm::PPCVSXFMAMutateID = PPCVSXFMAMutate::ID; 331 char PPCVSXFMAMutate::ID = 0;
|
/external/llvm/lib/Target/R600/ |
R600OptimizeVectorRegisters.cpp | 110 static char ID; 111 R600VectorRegMerger(TargetMachine &tm) : MachineFunctionPass(ID), 130 char R600VectorRegMerger::ID = 0;
|
R600Packetizer.cpp | 38 static char ID; 39 R600Packetizer(const TargetMachine &TM) : MachineFunctionPass(ID) {} 56 char R600Packetizer::ID = 0;
|
R600TextureIntrinsicsReplacer.cpp | 28 static char ID; 209 FunctionPass(ID) { 297 char R600TextureIntrinsicsReplacer::ID = 0;
|
SIInsertWaits.cpp | 56 static char ID; 116 MachineFunctionPass(ID), 131 char SIInsertWaits::ID = 0;
|
SILoadStoreOptimizer.cpp | 87 static char ID; 90 : MachineFunctionPass(ID), TII(nullptr), TRI(nullptr), MRI(nullptr), 93 SILoadStoreOptimizer(const TargetMachine &TM_) : MachineFunctionPass(ID) { 126 char SILoadStoreOptimizer::ID = 0; 128 char &llvm::SILoadStoreOptimizerID = SILoadStoreOptimizer::ID;
|
SILowerControlFlow.cpp | 71 static char ID; 97 MachineFunctionPass(ID), TRI(nullptr), TII(nullptr) { } 109 char SILowerControlFlowPass::ID = 0;
|
/external/llvm/lib/Target/SystemZ/ |
SystemZElimCompare.cpp | 65 static char ID; 67 : MachineFunctionPass(ID), TII(nullptr), TRI(nullptr) {} 92 char SystemZElimCompare::ID = 0;
|
SystemZLongBranch.cpp | 133 static char ID; 135 : MachineFunctionPass(ID), TII(nullptr) {} 163 char SystemZLongBranch::ID = 0;
|
/external/llvm/lib/Target/X86/ |
X86CallFrameOptimization.cpp | 48 X86CallFrameOptimization() : MachineFunctionPass(ID) {} 98 static char ID; 101 char X86CallFrameOptimization::ID = 0;
|
X86FixupLEAs.cpp | 36 static char ID; 82 FixupLEAPass() : MachineFunctionPass(ID) {} 93 char FixupLEAPass::ID = 0;
|
X86VZeroUpper.cpp | 39 VZeroUpperInserter() : MachineFunctionPass(ID) {} 85 static char ID; 88 char VZeroUpperInserter::ID = 0;
|
/external/llvm/lib/Transforms/IPO/ |
StripSymbols.cpp | 41 static char ID; // Pass identification, replacement for typeid 43 : ModulePass(ID), OnlyDebugInfo(ODI) { 56 static char ID; // Pass identification, replacement for typeid 58 : ModulePass(ID) { 71 static char ID; // Pass identification, replacement for typeid 73 : ModulePass(ID) { 86 static char ID; // Pass identification, replacement for typeid 88 : ModulePass(ID) { 100 char StripSymbols::ID = 0; 108 char StripNonDebugSymbols::ID = 0 [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
InstrProfiling.cpp | 32 static char ID; 34 InstrProfiling() : ModulePass(ID) {} 37 : ModulePass(ID), Options(Options) {} 106 char InstrProfiling::ID = 0;
|
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCContract.cpp | 99 static char ID; 100 ObjCARCContract() : FunctionPass(ID) { 629 char ObjCARCContract::ID = 0;
|
/external/llvm/lib/Transforms/Scalar/ |
AlignmentFromAssumptions.cpp | 48 static char ID; // Pass identification, replacement for typeid 49 AlignmentFromAssumptions() : FunctionPass(ID) { 81 char AlignmentFromAssumptions::ID = 0;
|
Float2Int.cpp | 55 static char ID; // Pass identification, replacement for typeid 56 Float2Int() : FunctionPass(ID) { 84 char Float2Int::ID = 0;
|
LoopRotation.cpp | 48 static char ID; // Pass ID, replacement for typeid 49 LoopRotate(int SpecifiedMaxHeaderSize = -1) : LoopPass(ID) { 84 char LoopRotate::ID = 0;
|
MergedLoadStoreMotion.cpp | 108 static char ID; // Pass identification, replacement for typeid 110 : FunctionPass(ID), MD(nullptr), MagicCompileTimeControl(250) { 159 char MergedLoadStoreMotion::ID = 0;
|
SeparateConstOffsetFromGEP.cpp | 302 static char ID; 305 : FunctionPass(ID), TM(TM), LowerGEP(LowerGEP) { 368 char SeparateConstOffsetFromGEP::ID = 0; [all...] |
/external/llvm/lib/Transforms/Utils/ |
SymbolRewriter.cpp | 499 static char ID; // Pass identification, replacement for typeid 512 char RewriteSymbols::ID = 0; 514 RewriteSymbols::RewriteSymbols() : ModulePass(ID) { 520 : ModulePass(ID) {
|
/external/llvm/unittests/IR/ |
LegacyPassManagerTest.cpp | 54 static char ID; 55 ModuleNDNM() : ModulePass(ID) { } 64 char ModuleNDNM::ID=0; 70 static char ID; 71 ModuleNDM() : ModulePass(ID) {} 77 char ModuleNDM::ID=0; 83 static char ID; 84 ModuleNDM2() : ModulePass(ID) {} 90 char ModuleNDM2::ID=0; 96 static char ID; [all...] |
PassManagerTest.cpp | 29 /// \brief Returns an opaque, unique ID for this pass type. 30 static void *ID() { return (void *)&PassID; } 49 /// \brief Private static data to provide unique ID. 64 static void *ID() { return (void *)&PassID; }
|
Completed in 947 milliseconds
<<11121314151617181920>>