Home
last modified time | relevance | path

Searched full:further (Results 1 – 25 of 83) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dext_constantfold.cpp20 // This class is designed to further identify simplification
46 … // For simplicity, stop looking further down the expression once OP_OP_cior/OP_cand (etc) are seen in DispatchFold()
/arkcompiler/runtime_core/static_core/compiler/docs/
Dlse_doc.md45 … by this reason we cannot eliminate anything in single traversal because further memory operations…
105 …r we can't record `v20` to list of loads that will be eliminated because further in the loop we ca…
111 …idate has its own list of aliased memory accesses that will be collected further. While traversing…
209 …// If this load MUST_ALIAS any inst from phis[block] it can be further replaced with value outside…
Davoid-calculating-start-of-array.md23 and use it in the form of the `AddI` instruction of the `ptr` type in further
Descape_analysis.md26 …cing field's value with that phi. Note that insertion of the phi may cause further materialization.
Dloop_peeling.md8 Simplify the loop and allow further loop optimizations.
/arkcompiler/runtime_core/compiler/docs/
Davoid-calculating-start-of-array.md23 and use it in the form of the `AddI` instruction of the `ptr` type in further
/arkcompiler/ets_frontend/ets2panda/linter/
DREADME.md3 Typescript linter ( further mentioned as 'linter' ) is a tool to check typescript sources and find …
/arkcompiler/runtime_core/static_core/runtime/fibers/
Dfiber_context.h66 …he beginning of func. Upon completion, func should use SwitchContext() to transfer control further.
/arkcompiler/runtime_core/static_core/docs/
Dirtoc.md41 …e `var` holds the newly created instruction `Add` and it can be input for the further instructions.
/arkcompiler/runtime_core/docs/
Dirtoc.md41 …e `var` holds the newly created instruction `Add` and it can be input for the further instructions.
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcanonicalization.cpp106 // This is necessary for further merging of the constant and the If instrution in the Lowering pass
/arkcompiler/ets_frontend/ets2panda/ir/
Dtyped.h80 …E: when cloning node its type is not copied but removed empty so that it can be re-checked further.
/arkcompiler/runtime_core/
DREADME.md26 ├── bytecode_optimizer # Bytecode optimizer, further optimize the ARK bytecode to generate opt…
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.h119 …* Tries to extract a coroutine instance from the pool for further reuse, returns nullptr in case w…
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dnewobj.yaml29 further usage.
647 further usage.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dnewobj.yaml39 further usage.
1136 further usage.
1180 further usage.
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dgc_utils.cpp124 // Do not need to process further in ANY mode. in HasBeenGcRef()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_space.h225 …// of deserializing for further object allocating, but no object has been allocated on at this mom…
/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.h299 …// of deserializing for further object allocating, but no object has been allocated on at this mom…
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/docs/
Dinterop_intrinsic_opt_doc.md41 3. Having a scope which may start at several `CreateScope` intrinsics is bad for further optimizati…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_schedule.h162 kDoCSP /* can do csp further */
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.h81 * See ValidateObject(from_object, object) for further explanation
/arkcompiler/runtime_core/static_core/
DREADME.md157 ## Further reading
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dtest_file_based.py41 # It's supposed if the first step is failed then no step is executed further
/arkcompiler/ets_frontend/ets2panda/docs/
Dcheatsheet.md171 Have 2 options to form a correct .so for further work with it:

1234