Home
last modified time | relevance | path

Searched refs:inliner (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/gn/
Dsksl_tests.gni508 "/sksl/inliner/DoWhileBodyMustBeInlinedIntoAScope.sksl",
509 "/sksl/inliner/DoWhileTestCannotBeInlined.sksl",
510 "/sksl/inliner/ForBodyMustBeInlinedIntoAScope.sksl",
511 "/sksl/inliner/ForInitializerExpressionsCanBeInlined.sksl",
512 "/sksl/inliner/ForWithReturnInsideCannotBeInlined.sksl",
513 "/sksl/inliner/ForWithoutReturnInsideCanBeInlined.sksl",
514 "/sksl/inliner/IfBodyMustBeInlinedIntoAScope.sksl",
515 "/sksl/inliner/IfElseBodyMustBeInlinedIntoAScope.sksl",
516 "/sksl/inliner/IfElseChainWithReturnsCanBeInlined.sksl",
517 "/sksl/inliner/IfTestCanBeInlined.sksl",
[all …]
/third_party/libuv/docs/src/sphinx-plugins/
Dmanpage.py30 def man_role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument
31 app = inliner.document.settings.env.app
/third_party/skia/resources/sksl/inliner/
DInlineWithNestedCalls.sksl14 half _1_y = 123; // the inliner shouldn't try to reuse this name
DIfElseChainWithReturnsCanBeInlined.sksl2 // paths, are not actually "early" returns. The inliner is able to recognize this pattern.
/third_party/skia/resources/sksl/shared/
DStaticSwitchWithContinue.sksl5 // This is particularly relevant because our inliner replaces return statements with continue.
/third_party/mesa3d/bin/
Dgen_release_notes.py173 inliner = Inliner(); variable
330 rst_escape=inliner.quoteInline,
/third_party/python/Doc/tools/extensions/
Dpyspecific.py59 def issue_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
68 def source_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassRegistry.def70 MODULE_PASS("partial-inliner", PartialInlinerPass())
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc1634 WasmInliner inliner(&graph_reducer, env, function_index, in DECL_PIPELINE_PHASE_CONSTANTS() local
1639 AddReducer(data, &graph_reducer, &inliner); in DECL_PIPELINE_PHASE_CONSTANTS()