Searched refs:PassName (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/CodeGenCXX/
H A D2004-09-27-DidntEmitTemplate.cpp9 template<typename PassName>
/external/llvm/tools/opt/
H A DPassPrinters.cpp30 std::string PassName; member in struct:__anon13542::FunctionPassPrinter
36 PassName = "FunctionPass Printer: " + PassToPrintName;
49 const char *getPassName() const override { return PassName.c_str(); }
63 std::string PassName; member in struct:__anon13542::CallGraphSCCPassPrinter
69 PassName = "CallGraphSCCPass Printer: " + PassToPrintName;
86 const char *getPassName() const override { return PassName.c_str(); }
100 std::string PassName; member in struct:__anon13542::ModulePassPrinter
106 PassName = "ModulePass Printer: " + PassToPrintName;
118 const char *getPassName() const override { return PassName.c_str(); }
132 std::string PassName; member in struct:__anon13542::LoopPassPrinter
165 std::string PassName; member in struct:__anon13542::RegionPassPrinter
200 std::string PassName; member in struct:__anon13542::BasicBlockPassPrinter
[all...]
/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h376 /// \p PassName is the name of the pass emitting this diagnostic.
385 const char *PassName, const Function &Fn,
388 PassName(PassName), Msg(Msg) {}
400 const char *getPassName() const { return PassName; }
412 const char *PassName; member in class:llvm::DiagnosticInfoOptimizationBase
421 /// \p PassName is the name of the pass emitting this diagnostic. If
429 DiagnosticInfoOptimizationRemark(const char *PassName, const Function &Fn, argument
432 PassName, Fn, DLoc, Msg) {}
446 /// \p PassName i
383 DiagnosticInfoOptimizationBase(enum DiagnosticKind Kind, enum DiagnosticSeverity Severity, const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
454 DiagnosticInfoOptimizationRemarkMissed(const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
480 DiagnosticInfoOptimizationRemarkAnalysis(const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
499 DiagnosticInfoOptimizationRemarkAnalysis(enum DiagnosticKind Kind, const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
523 DiagnosticInfoOptimizationRemarkAnalysisFPCommute(const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
550 DiagnosticInfoOptimizationRemarkAnalysisAliasing(const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
[all...]
H A DOptBisect.h73 bool checkPass(const StringRef PassName, const StringRef TargetDesc);
/external/llvm/include/llvm/
H A DPassInfo.h36 const char *const PassName; // Nice name for Pass member in class:llvm::PassInfo
53 : PassName(name), PassArgument(arg), PassID(pi), IsCFGOnlyPass(isCFGOnly),
60 : PassName(name), PassArgument(""), PassID(pi), IsCFGOnlyPass(false),
66 const char *getPassName() const { return PassName; }
H A DPassSupport.h70 #define INITIALIZE_PASS_WITH_OPTIONS(PassName, Arg, Name, Cfg, Analysis) \
71 INITIALIZE_PASS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \
72 PassName::registerOptions(); \
73 INITIALIZE_PASS_END(PassName, Arg, Name, Cfg, Analysis)
75 #define INITIALIZE_PASS_WITH_OPTIONS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \
76 INITIALIZE_PASS_BEGIN(PassName, Arg, Name, Cfg, Analysis) \
77 PassName::registerOptions();
79 template <typename PassName> Pass *callDefaultCtor() { return new PassName(); }
81 template <typename PassName> Pas
[all...]
/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp197 void llvm::emitOptimizationRemark(LLVMContext &Ctx, const char *PassName, argument
200 Ctx.diagnose(DiagnosticInfoOptimizationRemark(PassName, Fn, DLoc, Msg));
203 void llvm::emitOptimizationRemarkMissed(LLVMContext &Ctx, const char *PassName, argument
207 Ctx.diagnose(DiagnosticInfoOptimizationRemarkMissed(PassName, Fn, DLoc, Msg));
211 const char *PassName,
216 DiagnosticInfoOptimizationRemarkAnalysis(PassName, Fn, DLoc, Msg));
220 const char *PassName,
224 Ctx.diagnose(DiagnosticInfoOptimizationRemarkAnalysisFPCommute(PassName, Fn,
229 const char *PassName,
233 Ctx.diagnose(DiagnosticInfoOptimizationRemarkAnalysisAliasing(PassName, F
210 emitOptimizationRemarkAnalysis(LLVMContext &Ctx, const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
219 emitOptimizationRemarkAnalysisFPCommute(LLVMContext &Ctx, const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
228 emitOptimizationRemarkAnalysisAliasing(LLVMContext &Ctx, const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) argument
[all...]
H A DOptBisect.cpp102 bool OptBisect::checkPass(const StringRef PassName, argument
108 printPassMessage(PassName, CurBisectNum, TargetDesc, ShouldRun);
/external/swiftshader/third_party/LLVM/tools/opt/
H A Dopt.cpp151 std::string PassName; member in struct:__anon19058::CallGraphSCCPassPrinter
156 PassName = "CallGraphSCCPass Printer: " + PassToPrintName;
173 virtual const char *getPassName() const { return PassName.c_str(); }
187 std::string PassName; member in struct:__anon19058::ModulePassPrinter
192 PassName = "ModulePass Printer: " + PassToPrintName;
204 virtual const char *getPassName() const { return PassName.c_str(); }
217 std::string PassName; member in struct:__anon19058::FunctionPassPrinter
222 PassName = "FunctionPass Printer: " + PassToPrintName;
236 virtual const char *getPassName() const { return PassName.c_str(); }
250 std::string PassName; member in struct:__anon19058::LoopPassPrinter
283 std::string PassName; member in struct:__anon19058::RegionPassPrinter
317 std::string PassName; member in struct:__anon19058::BasicBlockPassPrinter
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/
H A DPassSupport.h43 const char *const PassName; // Nice name for Pass member in class:llvm::PassInfo
58 : PassName(name), PassArgument(arg), PassID(pi),
65 : PassName(name), PassArgument(""), PassID(pi),
71 const char *getPassName() const { return PassName; }
177 template<typename PassName>
178 Pass *callDefaultCtor() { return new PassName(); }
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DDebugInfoProbe.cpp52 std::string PassName; member in class:llvm::DebugInfoProbeImpl
65 PassName = PName;
99 << PassName << "\n"; local
103 << PassName << "\n"; local
123 DEBUG(dbgs() << "DebugInfoProbe (" << PassName << "): --- ");
146 << PassName
/external/llvm/tools/llc/
H A Dllc.cpp130 for (auto PassName : PassNames)
131 RunPassNames->push_back(PassName);
/external/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h63 /// \brief Emit an analysis note for \p PassName with the debug location from
69 const char *PassName);
/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp99 const char *PassName) {
103 emitOptimizationRemarkAnalysis(TheFunction->getContext(), PassName,
96 emitAnalysis(const LoopAccessReport &Message, const Function *TheFunction, const Loop *TheLoop, const char *PassName) argument

Completed in 307 milliseconds