Searched refs:inliner (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/gn/ |
D | sksl_tests.gni | 508 "/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/ |
D | manpage.py | 30 def man_role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument 31 app = inliner.document.settings.env.app
|
/third_party/skia/resources/sksl/inliner/ |
D | InlineWithNestedCalls.sksl | 14 half _1_y = 123; // the inliner shouldn't try to reuse this name
|
D | IfElseChainWithReturnsCanBeInlined.sksl | 2 // paths, are not actually "early" returns. The inliner is able to recognize this pattern.
|
/third_party/skia/resources/sksl/shared/ |
D | StaticSwitchWithContinue.sksl | 5 // This is particularly relevant because our inliner replaces return statements with continue.
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/irpass/ |
D | inline.h | 95 bool IsNotRecursive(InlinerBase *inliner, const FuncGraphPtr &fg, const AnfNodePtr &); 397 bool IsNotRecursive(InlinerBase *inliner, const FuncGraphPtr &fg, const AnfNodePtr &) { in IsNotRecursive() argument 398 return !inliner->IsRecursive(fg); in IsNotRecursive()
|
/third_party/mesa3d/bin/ |
D | gen_release_notes.py | 173 inliner = Inliner(); variable 330 rst_escape=inliner.quoteInline,
|
/third_party/boost/libs/yap/doc/ |
D | codegen.qbk | 50 (for a total of 90 terminals), the inliner can no longer do as well for _yap_
|
/third_party/python/Doc/tools/extensions/ |
D | pyspecific.py | 59 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/ |
D | PassRegistry.def | 70 MODULE_PASS("partial-inliner", PartialInlinerPass())
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_third_party | 8641 FILE: ../../../third_party/dart/runtime/vm/compiler/backend/inliner.h 9895 FILE: ../../../third_party/dart/runtime/vm/compiler/backend/inliner.cc
|