Searched refs:control (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | circuit_builder_helper.h | 159 inline void SetControl(GateRef control) in SetControl() argument 161 impl_->SetControl(control); in SetControl() 163 inline void SetPreControl(GateRef control) in SetPreControl() argument 165 impl_->SetPreControl(control); in SetPreControl() 167 inline void MergeControl(GateRef control) in MergeControl() argument 169 impl_->MergeControl(control); in MergeControl() 187 LabelImpl(Environment *env, GateRef control) in LabelImpl() argument 188 : env_(env), control_(control), predeControl_(-1), isSealed_(false) in LabelImpl() 205 void SetControl(GateRef control) in SetControl() argument 207 control_ = control; in SetControl() 209 SetPreControl(GateRef control) SetPreControl() argument 213 MergeControl(GateRef control) MergeControl() argument 352 GateRef control = currentLabel_->GetControl(); SubCfgEntry() local 363 GateRef control = currentLabel_->GetControl(); SubCfgExit() local [all...] |
H A D | circuit_builder-inl.h | 115 auto control = GetCurrentLabel()->GetControl(); in Return() local 117 return Return(control, depend, value); in Return() 122 auto control = GetCurrentLabel()->GetControl(); in Return() local 124 return ReturnVoid(control, depend); in Return()
|
H A D | circuit_builder.cpp | 48 GateRef CircuitBuilder::Selector(OpCode opcode, MachineType machineType, GateRef control, in Selector() argument 52 inList.push_back(control); in Selector() 68 GateRef CircuitBuilder::Selector(OpCode opcode, GateRef control, in Selector() argument 73 return Selector(opcode, machineType, control, values, valueCounts, type); in Selector()
|
H A D | stub_builder-inl.h | 205 auto control = env_->GetCurrentLabel()->GetControl(); in Return() local 207 return env_->GetBuilder()->Return(control, depend, value); in Return() 212 auto control = env_->GetCurrentLabel()->GetControl(); in Return() local 214 return env_->GetBuilder()->ReturnVoid(control, depend); in Return()
|
H A D | circuit_builder.h | 207 GateRef Selector(OpCode opcode, MachineType machineType, GateRef control, const std::vector<GateRef> &values, 209 GateRef Selector(OpCode opcode, GateRef control, const std::vector<GateRef> &values, 892 // Opcode with control and depend inputs from label and value inputs args
|
/arkcompiler/runtime_core/isa/ |
H A D | asserts.rb | 141 assert('Jumps differ from other control-flow') do # At least currently
|
/arkcompiler/runtime_core/static_core/isa/ |
H A D | asserts.rb | 141 assert('Jumps differ from other control-flow') do # At least currently
|
Completed in 15 milliseconds