Home
last modified time | relevance | path

Searched full:produce (Results 1 – 25 of 74) sorted by relevance

123

/arkcompiler/runtime_core/compiler/docs/
Dir_builder.md9 There are various algorithms to construct SSA form, most known is a Cytron et al. It produce most c…
13 We choose a simple algorithm, that is used in many Virtual Machines. It may produce dead phis, but …
18 - some instructions don't specify its type, f.e. `mov` instruction may produce int32 as well as flo…
/arkcompiler/runtime_core/static_core/compiler/docs/
Dir_builder.md9 There are various algorithms to construct SSA form, most known is a Cytron et al. It produce most c…
13 We choose a simple algorithm, that is used in many Virtual Machines. It may produce dead phis, but …
18 - some instructions don't specify its type, f.e. `mov` instruction may produce int32 as well as flo…
Dpaoc.md5 1. `AOT-mode` (default) - compile the files using Ark AOT Compiler and produce an executable;
6 1. `LLVM-mode` - compile the files using LLVM AOT Compiler and produce an executable;
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/subtraction/
Dsub_func_val.sts19 Character operators that produce a value of type char.
Dsub_arr_val.sts19 Character operators that produce a value of type char.
Dsub_func_ref.sts19 Character operators that produce a value of type char.
Dsub_arr_ref.sts19 Character operators that produce a value of type char.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/unary/
Dunary_val.sts19 Character operators that produce a value of type char.
Dunary_ref.sts19 Character operators that produce a value of type char.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/addition/
Dadd_arr_val.sts19 Character operators that produce a value of type char.
Dadd_func_val.sts19 Character operators that produce a value of type char.
Dadd_func_ref.sts19 Character operators that produce a value of type char.
Dadd_arr_ref.sts19 Character operators that produce a value of type char.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/decrement/
Ddec_arr_val.sts19 Character operators that produce a value of type char.
Ddec_func_val.sts19 Character operators that produce a value of type char.
Ddec_arr_ref.sts19 Character operators that produce a value of type char.
Ddec_func_ref.sts19 Character operators that produce a value of type char.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/increment/
Dinc_arr_val.sts19 Character operators that produce a value of type char.
Dinc_func_val.sts19 Character operators that produce a value of type char.
Dinc_func_ref.sts19 Character operators that produce a value of type char.
Dinc_arr_ref.sts19 Character operators that produce a value of type char.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/01.character_type_and_literals/02.character_types_and_operations/comparison/
Dcmp_ref.sts19 Comparison operators that produce a value of type boolean.
Dcmp_val.sts19 Comparison operators that produce a value of type boolean.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/
Ddecorators.rst30 tool to transform the code in specific way, or to produce some useful output.
/arkcompiler/toolchain/build/config/mac/
Dsymbols.gni20 # Produce dSYM files for targets that are configured to do so. dSYM

123