Home
last modified time | relevance | path

Searched defs:depend (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_visitor.cpp24 GateRef depend = Circuit::NullGate(); in ReplaceGate() local
41 auto depend = stateDepend.Depend(); in ReplaceGate() local
Dlater_elimination.cpp115 auto depend = acc_.GetDep(gate, i); in TryEliminateDependSelector() local
123 auto depend = acc_.GetDep(gate); in TryEliminateDependSelector() local
Drange_guard.cpp70 auto depend = acc_.GetDep(gate, i); in TraverseDependSelector() local
78 auto depend = acc_.GetDep(gate); in TraverseDependSelector() local
Dbytecode_circuit_builder.cpp633 void BytecodeCircuitBuilder::NewMerge(GateRef &state, GateRef &depend, size_t numOfIns) in NewMerge()
642 void BytecodeCircuitBuilder::NewLoopBegin(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewLoopBegin()
661 void BytecodeCircuitBuilder::NewLoopExit(GateRef &state, GateRef &depend) in NewLoopExit()
671 GateRef &state, GateRef &depend) in TryInsertLoopExit()
679 … BytecodeCircuitBuilder::BuildBlockCircuitHead(BytecodeRegion &bb, GateRef &state, GateRef &depend) in BuildBlockCircuitHead()
734 GateRef &state, GateRef &depend) in SetLoopBlockPred()
773 const GateRef &state, const GateRef &depend) in SetBlockPred()
879 void BytecodeCircuitBuilder::NewJSGate(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewJSGate()
951 void BytecodeCircuitBuilder::NewJump(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewJump()
1000 void BytecodeCircuitBuilder::NewReturn(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewReturn()
[all …]
Dearly_elimination.cpp41 DependInfoNode* EarlyElimination::GetLoopDependInfo(GateRef depend) in GetLoopDependInfo()
200 auto depend = acc_.GetDep(gate, i); in TryEliminateDependSelector() local
208 auto depend = acc_.GetDep(gate); in TryEliminateDependSelector() local
Dloop_peeling.cpp70 GateRef depend = *it; in Peel() local
Dgraph_editor.cpp40 GateRef depend = acc_.GetDep(gate); in ReplaceGate() local
Dts_inline_lowering.cpp303 GateRef depend = acc_.GetDep(gate); in BuildAccessor() local
340 …Lowering::MergeAllReturn(const std::vector<GateRef> &returnVector, GateRef &state, GateRef &depend) in MergeAllReturn()
392 GateRef TSInlineLowering::TraceInlineFunction(GateRef glue, GateRef depend, std::vector<GateRef> &a… in TraceInlineFunction()
407 GateRef depend = Circuit::NullGate(); in ReplaceReturnGate() local
423 void TSInlineLowering::ReplaceHirAndDeleteState(GateRef gate, GateRef state, GateRef depend, GateRe… in ReplaceHirAndDeleteState()
Dcircuit_builder.cpp77 GateRef CircuitBuilder::Return(GateRef state, GateRef depend, GateRef value) in Return()
83 GateRef CircuitBuilder::ReturnVoid(GateRef state, GateRef depend) in ReturnVoid()
125 GateRef CircuitBuilder::DependRelay(GateRef state, GateRef depend) in DependRelay()
815 auto depend = label->GetDepend(); in CallBCHandler() local
827 auto depend = label->GetDepend(); in CallBuiltin() local
839 auto depend = label->GetDepend(); in CallBuiltinWithArgv() local
851 auto depend = label->GetDepend(); in CallBCDebugger() local
856 GateRef CircuitBuilder::CallRuntime(GateRef glue, int index, GateRef depend, const std::vector<Gate… in CallRuntime()
881 auto depend = label->GetDepend(); in CallRuntimeVarargs() local
887 GateRef CircuitBuilder::CallNGCRuntime(GateRef glue, int index, GateRef depend, const std::vector<G… in CallNGCRuntime()
[all …]
Dcircuit_builder-inl.h90 auto depend = label->GetDepend(); in Load() local
98 GateRef CircuitBuilder::Load(VariableType type, GateRef base, GateRef offset, GateRef depend) in Load()
1119 auto depend = GetCurrentLabel()->GetDepend(); in Return() local
1126 auto depend = GetCurrentLabel()->GetDepend(); in Return() local
1164 void CircuitBuilder::SetDepend(GateRef depend) in SetDepend()
1281 void Label::SetDepend(GateRef depend) in SetDepend()
1308 GateRef depend = currentLabel_->GetDepend(); in SubCfgEntry() local
1320 GateRef depend = currentLabel_->GetDepend(); in SubCfgExit() local
Dframe_states.cpp67 void FrameStateBuilder::BindStateSplit(GateRef state, GateRef depend, GateRef frameState) in BindStateSplit()
86 auto depend = gateAcc_.GetDep(gate); in BindStateSplit() local
489 auto depend = gateAcc_.GetDep(gate); in BuildFrameState() local
Dslowpath_lowering.cpp126 GateRef depend = builder_.GetDepend(); in LowerToJSCall() local
131 GateRef state, GateRef depend, GateRef value) in ReplaceHirWithPendingException()
163 GateRef depend = builder_.GetDepend(); in ReplaceHirWithValue() local
1142 GateRef depend = acc_.GetDep(hirGate); in LowerExceptionHandler() local
3036 auto depend = builder_.GetDepend(); in LowerFastCall() local
3047 auto depend = builder_.GetDepend(); in LowerFastCall() local
3066 auto depend = builder_.GetDepend(); in LowerFastCall() local
3077 auto depend = builder_.GetDepend(); in LowerFastCall() local
3090 auto depend = builder_.GetDepend(); in LowerFastCall() local
3098 auto depend = builder_.GetDepend(); in LowerFastCall() local
[all …]
Dgate_accessor.h30 explicit StateDepend(GateRef state, GateRef depend) in StateDepend()
48 void SetDepend(GateRef depend) in SetDepend()
Dasync_function_lowering.cpp303 auto depend = bb.dependCurrent; in GetEntryBBDependOut() local
Dbuiltins_lowering.cpp202 GateRef depend = builder_.GetDepend(); in ReplaceHirWithValue() local
Dcircuit_builder.h766 void SetDepend(GateRef depend) in SetDepend()
Dgate_accessor.cpp785 void GateAccessor::ExceptionReturn(GateRef state, GateRef depend) in ExceptionReturn()
1105 void GateAccessor::ReplaceGate(GateRef gate, GateRef state, GateRef depend, GateRef value) in ReplaceGate()
1274 GateRef depend = Circuit::NullGate(); in GetDependSelectorFromMerge() local
Dnumber_speculative_retype.cpp260 auto depend = acc_.GetDep(dependSelector, i); in VisitPhi() local
Dlcr_lowering.cpp175 auto depend = acc_.GetDep(gate); in DeleteStateSplit() local
Dtype_mcr_lowering.cpp1254 …ering::ReplaceHirWithPendingException(GateRef hirGate, GateRef glue, GateRef state, GateRef depend, in ReplaceHirWithPendingException()
Dstub_builder-inl.h180 auto depend = env_->GetCurrentLabel()->GetDepend(); in Return() local
187 auto depend = env_->GetCurrentLabel()->GetDepend(); in Return() local
Dstub_builder.cpp1002 auto depend = env_->GetCurrentLabel()->GetDepend(); in Store() local
/arkcompiler/ets_runtime/tools/circuit_viewer/dist/
Dconfig.json10 "depend": "0xffc0c0ff", string
16 "depend": "0xff0000ff", string
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dlowering_relate_gate_test.cpp54 auto depend = acc.GetDependRoot(); in HWTEST_F_L0() local
80 auto depend = acc.GetDependRoot(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DIrToPicture.js21 depend: 1, property