/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | NewPMDriver.cpp | 132 static void registerEPCallbacks(PassBuilder &PB, bool VerifyEachPass, in registerEPCallbacks() argument 135 PB.registerPeepholeEPCallback([&PB, VerifyEachPass, DebugLogging]( in registerEPCallbacks() 137 PB.parsePassPipeline(PM, PeepholeEPPipeline, VerifyEachPass, in registerEPCallbacks() 143 [&PB, VerifyEachPass, DebugLogging]( in registerEPCallbacks() 146 VerifyEachPass, DebugLogging); in registerEPCallbacks() 149 PB.registerLoopOptimizerEndEPCallback([&PB, VerifyEachPass, DebugLogging]( in registerEPCallbacks() 151 PB.parsePassPipeline(PM, LoopOptimizerEndEPPipeline, VerifyEachPass, in registerEPCallbacks() 157 [&PB, VerifyEachPass, DebugLogging]( in registerEPCallbacks() 160 VerifyEachPass, DebugLogging); in registerEPCallbacks() 163 PB.registerCGSCCOptimizerLateEPCallback([&PB, VerifyEachPass, DebugLogging]( in registerEPCallbacks() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Passes/ |
D | PassBuilder.h | 382 bool VerifyEachPass = true, bool DebugLogging = false); 392 bool VerifyEachPass = true, bool DebugLogging = false); 394 bool VerifyEachPass = true, bool DebugLogging = false); 396 bool VerifyEachPass = true, bool DebugLogging = false); 554 bool VerifyEachPass, bool DebugLogging)> &C) { in registerParseTopLevelPipelineCallback() argument 563 bool VerifyEachPass, bool DebugLogging); 565 bool VerifyEachPass, bool DebugLogging); 567 bool VerifyEachPass, bool DebugLogging); 569 bool VerifyEachPass, bool DebugLogging); 574 bool VerifyEachPass, bool DebugLogging); [all …]
|
/external/llvm/lib/Passes/ |
D | PassBuilder.cpp | 455 bool VerifyEachPass, in parseLoopPassPipeline() argument 464 if (!parseLoopPassPipeline(NestedLPM, PipelineText, VerifyEachPass, in parseLoopPassPipeline() 494 bool VerifyEachPass, in parseFunctionPassPipeline() argument 503 if (!parseFunctionPassPipeline(NestedFPM, PipelineText, VerifyEachPass, in parseFunctionPassPipeline() 517 if (!parseLoopPassPipeline(NestedLPM, PipelineText, VerifyEachPass, in parseFunctionPassPipeline() 531 if (VerifyEachPass) in parseFunctionPassPipeline() 547 bool VerifyEachPass, in parseCGSCCPassPipeline() argument 556 if (!parseCGSCCPassPipeline(NestedCGPM, PipelineText, VerifyEachPass, in parseCGSCCPassPipeline() 570 if (!parseFunctionPassPipeline(NestedFPM, PipelineText, VerifyEachPass, in parseCGSCCPassPipeline() 614 bool VerifyEachPass, in parseModulePassPipeline() argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/ |
D | PassBuilder.cpp | 1387 const PipelineElement &E, bool VerifyEachPass, in parseModulePass() argument 1396 if (!parseModulePassPipeline(NestedMPM, InnerPipeline, VerifyEachPass, in parseModulePass() 1404 if (!parseCGSCCPassPipeline(CGPM, InnerPipeline, VerifyEachPass, in parseModulePass() 1412 if (!parseFunctionPassPipeline(FPM, InnerPipeline, VerifyEachPass, in parseModulePass() 1420 if (!parseModulePassPipeline(NestedMPM, InnerPipeline, VerifyEachPass, in parseModulePass() 1495 const PipelineElement &E, bool VerifyEachPass, in parseCGSCCPass() argument 1504 if (!parseCGSCCPassPipeline(NestedCGPM, InnerPipeline, VerifyEachPass, in parseCGSCCPass() 1513 if (!parseFunctionPassPipeline(FPM, InnerPipeline, VerifyEachPass, in parseCGSCCPass() 1522 if (!parseCGSCCPassPipeline(NestedCGPM, InnerPipeline, VerifyEachPass, in parseCGSCCPass() 1530 if (!parseCGSCCPassPipeline(NestedCGPM, InnerPipeline, VerifyEachPass, in parseCGSCCPass() [all …]
|
/external/llvm/include/llvm/Passes/ |
D | PassBuilder.h | 225 bool VerifyEachPass = true, bool DebugLogging = false); 252 bool VerifyEachPass, bool DebugLogging); 254 StringRef &PipelineText, bool VerifyEachPass, 257 bool VerifyEachPass, bool DebugLogging); 259 bool VerifyEachPass, bool DebugLogging);
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | PassBuilderCallbacksTest.cpp | 486 bool VerifyEachPass, bool DebugLogging) { in TEST_F() argument
|