Home
last modified time | relevance | path

Searched defs:inList (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dloop_peeling.cpp81 auto inList = std::vector<GateRef>(1 + numLoopbacks, Circuit::NullGate()); // 1: state in CopySelector() local
106 std::vector<GateRef> inList(numLoopbacks, Circuit::NullGate()); in CopyLoopHeader() local
179 std::vector<GateRef> inList(acc_.GetNumIns(gate), Circuit::NullGate()); in SetCopy() local
Dloop_analysis.cpp200 ChunkSet<GateRef> inList(chunk_); in LoopExitElimination() local
Dcircuit.cpp122 const GateRef inList[], GateType type, const char* comment) in NewGate()
154 GateRef Circuit::NewGate(const GateMetaData *meta, const std::vector<GateRef> &inList, const char* … in NewGate()
166 const std::vector<GateRef>& inList, GateType type, const char* comment) in NewGate()
Dasync_function_lowering.cpp127 std::vector<GateRef> inList(numIn + 1, emptyOffsetGate); in RebuildGeneratorCfg() local
Dframe_states.cpp626 auto inList = std::vector<GateRef>(numOfIns + 1, Circuit::NullGate()); // 1: state in MergeValue() local
642 auto inList = std::vector<GateRef>(numOfIns + 1, Circuit::NullGate()); // 1: state in MergeValue() local
1467 std::vector<GateRef> inList(frameStateInputs, Circuit::NullGate()); in BuildFrameValues() local
Dbytecode_circuit_builder.cpp714 std::vector<GateRef> inList(numValues, Circuit::NullGate()); in CreateGateInList() local
868 std::vector<GateRef> inList = CreateGateInList(bytecodeInfo, meta); in NewJSGate() local
Dgate.cpp553 Gate::Gate(const GateMetaData* meta, GateId id, Gate *inList[], MachineType machineType, GateType t… in Gate() function in panda::ecmascript::kungfu::Gate
Dcircuit_builder.cpp43 GateRef CircuitBuilder::Merge(const std::vector<GateRef> &inList) in Merge()
51 std::vector<GateRef> inList; in Selector() local
Dmcr_circuit_builder.cpp629 …itBuilder::TypedCallOperator(GateRef hirGate, MachineType type, const std::vector<GateRef> &inList, in TypedCallOperator()
833 ParamType paramType, const std::vector<GateRef>& inList) in TypedConditionJump()
841 const std::vector<GateRef>& inList) in TypeConvert()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp642 void LLVMIRBuilder::VisitRuntimeCall(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCall()
720 void LLVMIRBuilder::VisitRuntimeCallWithArgv(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCallWithArgv()
806 LLVMValueRef LLVMIRBuilder::GetGlue(const std::vector<GateRef> &inList) in GetGlue()
859const std::vector<GateRef> &inList, CallExceptionKind kind) in ComputeArgCountAndExtraInfo()
891 LLVMValueRef LLVMIRBuilder::GetCallee(const std::vector<GateRef> &inList, const CallSignature *sign… in GetCallee()
953 void LLVMIRBuilder::VisitCall(GateRef gate, const std::vector<GateRef> &inList, OpCode op) in VisitCall()
1094 void LLVMIRBuilder::VisitBytecodeCall(GateRef gate, const std::vector<GateRef> &inList) in VisitBytecodeCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp741 Expr LiteCGIRBuilder::GetGlue(const std::vector<GateRef> &inList) in GetGlue()
1287 void LiteCGIRBuilder::VisitRuntimeCall(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCall()
1377 Expr LiteCGIRBuilder::GetCallee(maple::litecg::BB &bb, const std::vector<GateRef> &inList, in GetCallee()
1403 void LiteCGIRBuilder::VisitRuntimeCallWithArgv(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCallWithArgv()
1457 void LiteCGIRBuilder::VisitCall(GateRef gate, const std::vector<GateRef> &inList, OpCode op) in VisitCall()
2789 void LiteCGIRBuilder::VisitBytecodeCall(GateRef gate, const std::vector<GateRef> &inList) in VisitBytecodeCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ebo.cpp329 ListOperand &inList = in DefineAsmRegisters() local