Searched defs:numIns (Results 1 – 16 of 16) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate.h | 137 static size_t GetGateSize(size_t numIns) in GetGateSize() 142 static size_t GetOutListSize(size_t numIns) in GetOutListSize()
|
| D | loop_peeling.cpp | 39 size_t numIns = acc_.GetNumIns(gate); in Peel() local 64 GateRef numIns = 2; in Peel() local
|
| D | gate.cpp | 23 const auto numIns = GetNumIns(); in CheckNullInput() local 477 auto numIns = GetNumIns(); in Gate() local 534 auto numIns = GetNumIns(); in DeleteGate() local 830 size_t Gate::PrintInGate(size_t numIns, size_t idx, size_t size, bool inListPreview, size_t highlig… in PrintInGate()
|
| D | graph_visitor.cpp | 113 auto numIns = acc_.GetNumIns(gate); in VisitTopGate() local
|
| D | graph_editor.cpp | 97 auto numIns = acc_.GetNumIns(gate); in PropagateMerge() local
|
| D | circuit.cpp | 71 Gate *Circuit::AllocateGateSpace(size_t numIns) in AllocateGateSpace() 105 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, size_t numIns, in NewGate() 356 auto numIns = LoadGatePtrConst(gate)->GetNumIns(); in DecreaseIn() local
|
| D | range_guard.cpp | 129 auto numIns = acc_.GetInValueCount(gate); in TryApplyRangeGuardGate() local
|
| D | verifier.cpp | 299 size_t numIns; in RunFlowCyclesFind() member 314 auto &numIns = curState.numIns; in RunFlowCyclesFind() local
|
| D | circuit.h | 186 …const GateMetaData* TypedCallTargetCheckOp(uint32_t numIns, uint64_t value, TypedCallTargetCheckOp… in TypedCallTargetCheckOp()
|
| D | gate_meta_data_builder.h | 147 …const GateMetaData* TypedCallTargetCheckOp(uint32_t numIns, uint64_t value, TypedCallTargetCheckOp… in TypedCallTargetCheckOp()
|
| D | ts_inline_lowering.cpp | 221 size_t numIns = acc_.GetNumValueIn(gate); in CheckParameter() local 233 size_t numIns = acc_.GetNumValueIn(gate); in ReplaceCallInput() local
|
| D | early_elimination.cpp | 141 auto numIns = acc_.GetNumValueIn(gate); in TryEliminateGate() local
|
| D | slowpath_lowering.cpp | 927 size_t numIns = acc_.GetNumValueIn(gate); in LowerCallthisrangeImm8Imm8V8() local 952 size_t numIns = acc_.GetNumValueIn(gate); in LowerWideCallthisrangePrefImm16V8() local 1600 size_t numIns = acc_.GetNumValueIn(gate); in LowerSuperCall() local 1614 size_t numIns = acc_.GetNumValueIn(gate); in LowerSuperCallArrow() local 2855 size_t numIns = acc_.GetNumValueIn(gate); in LowerWideCallrangePrefImm16V8() local
|
| D | graph_linearizer.cpp | 591 auto numIns = acc_.GetNumIns(curGate); in Prepare() local
|
| D | ts_hcr_lowering.cpp | 1444 size_t numIns = acc_.GetNumValueIn(gate); in LowerTypedCallthisrange() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | initialization_analysis.cpp | 256 uint32_t numIns = acc_.GetNumValueIn(gate); in CheckThisAsValueIn() local
|