Searched defs:gates (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 88 #### RETURN 101 #### THROW 114 #### ORDINARY_BLOCK 127 #### IF_BRANCH 140 #### SWITCH_BRANCH 153 #### IF_TRUE | IF_FALSE 166 #### IF_SUCCESS | IF_EXCEPTION 179 #### SWITCH_CASE | DEFAULT_CASE 192 #### MERGE 205 #### LOOP_BEGIN [all …]
|
| D | post_schedule.cpp | 153 void PostSchedule::ReplaceGateDirectly(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t b… in ReplaceGateDirectly() 160 void PostSchedule::ScheduleEndBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx, … in ScheduleEndBB() 169 void PostSchedule::ScheduleNewBB(std::vector<GateRef> &gates, ControlFlowGraph &cfg, size_t bbIdx) in ScheduleNewBB() 176 void PostSchedule::ScheduleCurrentBB(const std::vector<GateRef> &gates, ControlFlowGraph &cfg, size… in ScheduleCurrentBB() 188 void PostSchedule::PrepareToScheduleNewGate(GateRef gate, std::vector<GateRef> &gates) in PrepareToScheduleNewGate()
|
| D | graph_linearizer.h | 138 void AddGates(ChunkVector<GateRef>& gates) in AddGates()
|
| D | graph_linearizer.cpp | 910 auto& gates = r->GetGates(); in LinearizeRegions() local
|