/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 398 bool DebugLogging) { in buildFunctionSimplificationPipeline() argument 400 FunctionPassManager FPM(DebugLogging); in buildFunctionSimplificationPipeline() 464 LoopPassManager LPM1(DebugLogging), LPM2(DebugLogging); in buildFunctionSimplificationPipeline() 500 std::move(LPM1), EnableMSSALoopDependency, DebugLogging)); in buildFunctionSimplificationPipeline() 507 std::move(LPM2), /*UseMemorySSA=*/false, DebugLogging)); in buildFunctionSimplificationPipeline() 548 EnableMSSALoopDependency, DebugLogging)); in buildFunctionSimplificationPipeline() 570 void PassBuilder::addPGOInstrPasses(ModulePassManager &MPM, bool DebugLogging, in addPGOInstrPasses() argument 591 CGSCCPassManager CGPipeline(DebugLogging); in addPGOInstrPasses() 626 LoopRotatePass(), EnableMSSALoopDependency, DebugLogging)); in addPGOInstrPasses() 640 bool DebugLogging, bool RunProfileGen, in addPGOInstrPassesForO0() argument [all …]
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | CGSCCPassManager.h | 70 explicit ModuleToPostOrderCGSCCPassAdaptor(CGSCCPassT Pass, bool DebugLogging = false) 71 : Pass(std::move(Pass)), DebugLogging(DebugLogging) {} in Pass() 76 : Pass(Arg.Pass), DebugLogging(Arg.DebugLogging) {} in ModuleToPostOrderCGSCCPassAdaptor() 78 : Pass(std::move(Arg.Pass)), DebugLogging(Arg.DebugLogging) {} in ModuleToPostOrderCGSCCPassAdaptor() 83 swap(LHS.DebugLogging, RHS.DebugLogging); in swap() 102 if (DebugLogging) in run() 134 bool DebugLogging; variable 141 createModuleToPostOrderCGSCCPassAdaptor(CGSCCPassT Pass, bool DebugLogging = false) { 142 return ModuleToPostOrderCGSCCPassAdaptor<CGSCCPassT>(std::move(Pass), DebugLogging); 168 explicit CGSCCToFunctionPassAdaptor(FunctionPassT Pass, bool DebugLogging = false) [all …]
|
/aosp_15_r20/external/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 236 bool DebugLogging) { in addPerModuleDefaultPipeline() argument 238 FunctionPassManager EarlyFPM(DebugLogging); in addPerModuleDefaultPipeline() 249 bool DebugLogging) { in addLTOPreLinkDefaultPipeline() argument 251 addPerModuleDefaultPipeline(MPM, Level, DebugLogging); in addLTOPreLinkDefaultPipeline() 256 bool DebugLogging) { in addLTODefaultPipeline() argument 258 FunctionPassManager LateFPM(DebugLogging); in addLTODefaultPipeline() 320 bool DebugLogging) { in parseModulePassName() argument 337 addPerModuleDefaultPipeline(MPM, L, DebugLogging); in parseModulePassName() 339 addLTOPreLinkDefaultPipeline(MPM, L, DebugLogging); in parseModulePassName() 342 addLTODefaultPipeline(MPM, L, DebugLogging); in parseModulePassName() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/ |
H A D | PassBuilder.h | 287 bool DebugLogging = false); 307 bool DebugLogging = false); 323 bool DebugLogging = false, 338 bool DebugLogging = false, 355 bool DebugLogging = false); 369 buildThinLTODefaultPipeline(OptimizationLevel Level, bool DebugLogging, 385 bool DebugLogging = false); 399 bool DebugLogging, 437 bool DebugLogging = false); 448 bool DebugLogging = false); [all …]
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | PassManager.h | 231 PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function 236 DebugLogging(std::move(Arg.DebugLogging)) {} in PassManager() 239 DebugLogging = std::move(RHS.DebugLogging); 247 if (DebugLogging) in run() 251 if (DebugLogging) in run() 274 if (DebugLogging) in run() 294 bool DebugLogging; variable 486 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function 493 DebugLogging(std::move(Arg.DebugLogging)) {} in AnalysisManager() 497 DebugLogging = std::move(RHS.DebugLogging); [all …]
|
/aosp_15_r20/external/llvm/include/llvm/Passes/ |
H A D | PassBuilder.h | 174 bool DebugLogging = false); 185 bool DebugLogging = false); 194 bool DebugLogging = false); 225 bool VerifyEachPass = true, bool DebugLogging = false); 246 bool DebugLogging); 252 bool VerifyEachPass, bool DebugLogging); 255 bool DebugLogging); 257 bool VerifyEachPass, bool DebugLogging); 259 bool VerifyEachPass, bool DebugLogging);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/ |
H A D | PassBuilderBindings.cpp | 29 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions() argument 31 : DebugLogging(DebugLogging), VerifyEach(VerifyEach), PTO(PTO) {} in LLVMPassBuilderOptions() 33 bool DebugLogging; member in llvm::LLVMPassBuilderOptions 51 bool Debug = PassOpts->DebugLogging; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 92 LLVMBool DebugLogging) { in LLVMPassBuilderOptionsSetDebugLogging() argument 93 unwrap(Options)->DebugLogging = DebugLogging; in LLVMPassBuilderOptionsSetDebugLogging()
|
H A D | StandardInstrumentations.cpp | 804 if (!ShouldRun && DebugLogging) { in shouldRun() 1142 if (DebugLogging) in registerCallbacks() 1156 if (DebugLogging) in registerCallbacks() 2094 LLVMContext &Context, bool DebugLogging, bool VerifyEach, in StandardInstrumentations() argument 2096 : PrintPass(DebugLogging, PrintPassOpts), in StandardInstrumentations() 2097 OptNone(DebugLogging), in StandardInstrumentations() 2105 Verify(DebugLogging), VerifyEach(VerifyEach) {} in StandardInstrumentations()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | PassManager.h | 471 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function 479 DebugLogging(std::move(Arg.DebugLogging)) {} in PassManager() 483 DebugLogging = std::move(RHS.DebugLogging); 501 if (DebugLogging) in run() 506 if (DebugLogging) in run() 543 if (DebugLogging) in run() 564 bool DebugLogging; variable 730 AnalysisManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {} in DebugLogging() function 748 if (DebugLogging) in clear() 864 if (DebugLogging) in invalidate() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 69 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation() argument 73 bool DebugLogging; 431 bool DebugLogging; variable 434 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation() argument 571 StandardInstrumentations(LLVMContext &Context, bool DebugLogging,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Passes/ |
D | StandardInstrumentations.h | 86 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation() argument 90 bool DebugLogging; 447 bool DebugLogging; variable 450 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation() argument 587 StandardInstrumentations(LLVMContext &Context, bool DebugLogging,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Passes/ |
D | StandardInstrumentations.h | 86 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation() argument 90 bool DebugLogging; 447 bool DebugLogging; variable 450 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation() argument 587 StandardInstrumentations(LLVMContext &Context, bool DebugLogging,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Passes/ |
D | StandardInstrumentations.h | 86 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation() argument 90 bool DebugLogging; 447 bool DebugLogging; variable 450 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation() argument 587 StandardInstrumentations(LLVMContext &Context, bool DebugLogging,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Passes/ |
D | StandardInstrumentations.h | 92 OptNoneInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in OptNoneInstrumentation() argument 96 bool DebugLogging; 460 bool DebugLogging; variable 463 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation() argument 601 StandardInstrumentations(LLVMContext &Context, bool DebugLogging,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopPassManager.cpp | 29 if (DebugLogging) in run() 36 if (DebugLogging) in run() 89 if (DebugLogging) in run()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
H A D | LoopPassManager.h | 267 bool DebugLogging = false) 268 : Pass(std::move(Pass)), LoopCanonicalizationFPM(DebugLogging), 413 bool DebugLogging = false) { 415 DebugLogging);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CGSCCPassManager.cpp | 63 if (DebugLogging) in run() 71 if (DebugLogging) in run() 125 if (DebugLogging) in run()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/Transforms/ |
H A D | PassBuilder.h | 73 LLVMBool DebugLogging);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm-c/Transforms/ |
D | PassBuilder.h | 73 LLVMBool DebugLogging);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm-c/Transforms/ |
D | PassBuilder.h | 73 LLVMBool DebugLogging);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm-c/Transforms/ |
D | PassBuilder.h | 73 LLVMBool DebugLogging);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm-c/Transforms/ |
D | PassBuilder.h | 73 LLVMBool DebugLogging);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | MachinePassManager.h | 137 MachineFunctionPassManager(bool DebugLogging = false,
|