Home
last modified time | relevance | path

Searched full:sequential (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/panda_guard/generator/
Dorder_name_generator.cpp26 …/* The generation of sequential names is based on the order of a, b, c..., The initial size of res… in OrderNameGenerator()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvmbackend.yaml130 in LLVMAOT mode. Default value is -1 and compilation is sequential. Bigger values allow
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md7 Circuit IR splits a program into two major parts: [sequential logic](https://en.wikipedia.org/wiki/…
9 * The **sequential logic** part is a subgraph of Circuit IR which is similar to the underlying cont…
13 …rdered](https://en.wikipedia.org/wiki/Partially_ordered_set) by wires. Sequential logic part and c…
21 Loose coupling of sequential logic part and combinational logic part can benefit compilation speed,…
27 * `STATE_ENTRY`: Representing the initial state of the sequential logic part. (for traversing forwa…
233 Intermediate gates are gates that connect sequential logic and combinational logic parts (relays an…
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dcard_table.cpp34 * The idea is to check whether two sequential slots of an object/array being in CardTable()
/arkcompiler/runtime_core/static_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md20 Before coloring, available registers are collected from Architecture and remapped (to sequential nu…
/arkcompiler/runtime_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md20 Before coloring, available registers are collected from Architecture and remapped (to sequential nu…
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h757 // The LineEcmaString abstract class captures sequential string values, only LineEcmaString can sto…
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp2804 …// number sequential LoadArray with LenArray more than dimension of MultiArrays. So limiting the i… in OptimizeLenArrayForMultiArray()