Lines Matching full:they
9 …they acted like a [finite state machine](https://en.wikipedia.org/wiki/Finite-state_machine) (FSM)…
11 …. Some computation gates will load from or store to the global memory, so they should be executed …
13 …they are [partially ordered](https://en.wikipedia.org/wiki/Partially_ordered_set) by wires. Sequen…
19 …tps://en.wikipedia.org/wiki/Relay) gates** `DEPEND_RELAY` are introduced. They take a state gate (…
21 …scheduling phrase (without furthermore IR analysis or modification), thus they will not couple wit…
23 … **root nodes** in Circuit IR. They are not called "gates" since they do not contribute to the log…
33 * `CONSTANT_LIST` `ARG_LIST`: Registering all value origins such as constants and arguments. (they …
35 The offsets of root nodes are fixed, so they can be accessed instantly via `GateRef Circuit::GetRoo…
43 …*fundamental** for Circuit IR, and are determined by the opcode of gates. They describe the bit wi…
45 …level of types are **high level** (closer to languages) and **optional**. They can provide informa…
69 …They have the same underlying basic structure, so they can co-occur in the same Circuit IR graphs,…
509 Currently, LIR instructions are not implemented. They will be added later for JIT compilation.