Home
last modified time | relevance | path

Searched defs:inList (Results 1 – 13 of 13) 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.cpp197 ChunkSet<GateRef> inList(chunk_); in LoopExitElimination() local
Dcircuit.cpp108 const GateRef inList[], GateType type, const char* comment) in NewGate()
135 GateRef Circuit::NewGate(const GateMetaData *meta, const std::vector<GateRef> &inList, const char* … in NewGate()
147 const std::vector<GateRef>& inList, GateType type, const char* comment) in NewGate()
Dbytecode_circuit_builder.cpp417 std::vector<GateRef> inList(numValues, Circuit::NullGate()); in CreateGateInList() local
567 std::vector<GateRef> inList = CreateGateInList(bytecodeInfo, meta); in NewJSGate() local
Dasync_function_lowering.cpp124 std::vector<GateRef> inList(numIn + 1, emptyOffsetGate); in RebuildGeneratorCfg() local
Dllvm_ir_builder.cpp559 void LLVMIRBuilder::VisitRuntimeCall(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCall()
629 void LLVMIRBuilder::VisitRuntimeCallWithArgv(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCallWithArgv()
715 LLVMValueRef LLVMIRBuilder::GetGlue(const std::vector<GateRef> &inList) in GetGlue()
761const std::vector<GateRef> &inList, CallExceptionKind kind) in ComputeArgCountAndExtraInfo()
793 LLVMValueRef LLVMIRBuilder::GetCallee(const std::vector<GateRef> &inList, const CallSignature *sign… in GetCallee()
855 void LLVMIRBuilder::VisitCall(GateRef gate, const std::vector<GateRef> &inList, OpCode op) in VisitCall()
971 void LLVMIRBuilder::VisitBytecodeCall(GateRef gate, const std::vector<GateRef> &inList) in VisitBytecodeCall()
Dlitecg_ir_builder.cpp301 Expr LiteCGIRBuilder::GetGlue(const std::vector<GateRef> &inList) in GetGlue()
884 void LiteCGIRBuilder::VisitRuntimeCall(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCall()
974 Expr LiteCGIRBuilder::GetCallee(maple::litecg::BB &bb, const std::vector<GateRef> &inList, in GetCallee()
1000 void LiteCGIRBuilder::VisitRuntimeCallWithArgv(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCallWithArgv()
1054 void LiteCGIRBuilder::VisitCall(GateRef gate, const std::vector<GateRef> &inList, OpCode op) in VisitCall()
1944 void LiteCGIRBuilder::VisitBytecodeCall(GateRef gate, const std::vector<GateRef> &inList) in VisitBytecodeCall()
Dframe_states.cpp468 auto inList = std::vector<GateRef>(1 + bb.numOfStatePreds, Circuit::NullGate()); // 1: state in MergeValue() local
1208 std::vector<GateRef> inList(frameStateInputs, Circuit::NullGate()); in BuildFrameValues() local
Dcircuit_builder.cpp38 GateRef CircuitBuilder::Merge(const std::vector<GateRef> &inList) in Merge()
46 std::vector<GateRef> inList; in Selector() local
Dgate.cpp490 Gate::Gate(const GateMetaData* meta, GateId id, Gate *inList[], MachineType machineType, GateType t… in Gate() function in panda::ecmascript::kungfu::Gate
Dmcr_circuit_builder.cpp525 …itBuilder::TypedCallOperator(GateRef hirGate, MachineType type, const std::vector<GateRef> &inList) in TypedCallOperator()
668 GateType typeVal, const std::vector<GateRef>& inList) in TypedConditionJump()
676 const std::vector<GateRef>& inList) in TypeConvert()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ebo.cpp328 ListOperand &inList = in DefineAsmRegisters() local
Daarch64_color_ra.cpp5024 … ListOperand *inList = const_cast<ListOperand *>(static_cast<const ListOperand *>(useOpnd)); in FinalizeRegisters() local