| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | loop_peeling.cpp | 81 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
|
| D | loop_analysis.cpp | 200 ChunkSet<GateRef> inList(chunk_); in LoopExitElimination() local
|
| D | circuit.cpp | 122 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()
|
| D | async_function_lowering.cpp | 127 std::vector<GateRef> inList(numIn + 1, emptyOffsetGate); in RebuildGeneratorCfg() local
|
| D | frame_states.cpp | 626 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
|
| D | bytecode_circuit_builder.cpp | 714 std::vector<GateRef> inList(numValues, Circuit::NullGate()); in CreateGateInList() local 868 std::vector<GateRef> inList = CreateGateInList(bytecodeInfo, meta); in NewJSGate() local
|
| D | gate.cpp | 553 Gate::Gate(const GateMetaData* meta, GateId id, Gate *inList[], MachineType machineType, GateType t… in Gate() function in panda::ecmascript::kungfu::Gate
|
| D | circuit_builder.cpp | 43 GateRef CircuitBuilder::Merge(const std::vector<GateRef> &inList) in Merge() 51 std::vector<GateRef> inList; in Selector() local
|
| D | mcr_circuit_builder.cpp | 629 …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/ |
| D | llvm_ir_builder.cpp | 642 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() 859 … const 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/ |
| D | litecg_ir_builder.cpp | 741 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/ |
| D | aarch64_ebo.cpp | 329 ListOperand &inList = in DefineAsmRegisters() local
|