HomeSort by relevance Sort by last modified time
    Searched refs:RegisterPass (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Transforms/Hello/
Hello.cpp 41 static RegisterPass<Hello> X("hello", "Hello World Pass");
64 static RegisterPass<Hello2>
  /external/llvm/tools/bugpoint-passes/
TestPasses.cpp 47 static RegisterPass<CrashOnCalls>
73 static RegisterPass<DeleteCalls>
98 static RegisterPass<CrashOnDeclFunc>
124 static RegisterPass<CrashOnTooManyCUs>
  /external/llvm/tools/opt/
GraphPrinters.cpp 45 static RegisterPass<DomInfoPrinter>
AnalysisWrappers.cpp 71 static RegisterPass<ExternalFunctionsPassedConstants>
92 static RegisterPass<CallGraphPrinter>
PrintSCC.cpp 67 static RegisterPass<CFGSCC>
71 static RegisterPass<CallGraphSCC>
  /frameworks/compile/slang/
strip_unknown_attributes.cpp 60 static llvm::RegisterPass<StripUnknownAttributes> RPSUA(
  /frameworks/compile/libbcc/lib/Renderscript/
RSInvariant.cpp 142 llvm::RegisterPass<RSInvariantPass> X("rsinvariant", "RS Invariant Load Pass");
RSX86CallConvPass.cpp 213 static llvm::RegisterPass<RSX86_64CallConvPass> X("X86-64-calling-conv",
RSAddDebugInfoPass.cpp 265 static llvm::RegisterPass<RSAddDebugInfoPass> X("addrsdi", "Add RS DebugInfo Pass");
RSGlobalInfoPass.cpp 272 static llvm::RegisterPass<RSGlobalInfoPass> X("embed-rs-global-info",
RSKernelExpand.cpp     [all...]
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 92 static RegisterPass<StripAttributes> RPSA("StripAttributes",
  /external/llvm/include/llvm/
PassSupport.h 60 Registry.registerPass(*PI, true); \
78 Registry.registerPass(*PI, true); \
102 /// RegisterPass<t> template - This template class is used to notify the system
109 /// static RegisterPass<YourPassClassName> tmp("passopt", "My Pass Name");
116 /// static RegisterPass<PassClassName> tmp("passopt", "My Name");
119 struct RegisterPass : public PassInfo {
122 RegisterPass(const char *PassArg, const char *Name, bool CFGOnly = false,
127 PassRegistry::getPassRegistry()->registerPass(*this);
189 Registry.registerPass(*PI, true); \
208 Registry.registerPass(*PI, true);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 93 static RegisterPass<R600KernelParameters> X("kerparam",
AMDILCFGStructurizer.cpp 182 static RegisterPass<MachinePostDominatorTree>
    [all...]

Completed in 294 milliseconds