Searched defs:inList (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | loop_analysis.cpp | 180 ChunkSet<GateRef> inList(chunk_); in LoopExitElimination() local
|
| D | loop_peeling.cpp | 123 std::vector<GateRef> inList(acc_.GetNumIns(gate), Circuit::NullGate()); in SetCopy() local
|
| D | graph_editor.cpp | 123 std::set<GateRef> inList; in EliminatePhi() local
|
| D | bytecode_circuit_builder.cpp | 703 std::vector<GateRef> inList(numValues, Circuit::NullGate()); in CreateGateInList() local 889 std::vector<GateRef> inList = CreateGateInList(bytecodeInfo, meta); in NewJSGate() local 1101 auto inList = std::vector<GateRef>(1 + bb.numOfLoopBacks, Circuit::NullGate()); in NewLoopBackPhi() local 1161 auto inList = std::vector<GateRef>(1 + mergeCount, Circuit::NullGate()); in NewLoopForwardPhi() local 1186 auto inList = std::vector<GateRef>(1 + bb.numOfStatePreds, Circuit::NullGate()); in NewPhi() local
|
| D | circuit.cpp | 106 const GateRef inList[], GateType type, const char* comment) in NewGate() 133 GateRef Circuit::NewGate(const GateMetaData *meta, const std::vector<GateRef> &inList, const char* … in NewGate()
|
| D | llvm_ir_builder.cpp | 556 void LLVMIRBuilder::VisitRuntimeCall(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCall() 625 void LLVMIRBuilder::VisitRuntimeCallWithArgv(GateRef gate, const std::vector<GateRef> &inList) in VisitRuntimeCallWithArgv() 711 LLVMValueRef LLVMIRBuilder::GetGlue(const std::vector<GateRef> &inList) in GetGlue() 756 … const std::vector<GateRef> &inList, CallExceptionKind kind) in ComputeArgCountAndPCOffset() 787 LLVMValueRef LLVMIRBuilder::GetCallee(const std::vector<GateRef> &inList, const CallSignature *sign… in GetCallee() 808 void LLVMIRBuilder::VisitCall(GateRef gate, const std::vector<GateRef> &inList, OpCode op) in VisitCall() 925 void LLVMIRBuilder::VisitBytecodeCall(GateRef gate, const std::vector<GateRef> &inList) in VisitBytecodeCall()
|
| D | gate.cpp | 474 Gate::Gate(const GateMetaData* meta, GateId id, Gate *inList[], MachineType machineType, GateType t… in Gate() function in panda::ecmascript::kungfu::Gate
|
| D | frame_states.cpp | 44 std::vector<GateRef> inList(frameStateInputs, Circuit::NullGate()); in BuildFrameValues() local
|
| D | circuit_builder.cpp | 28 GateRef CircuitBuilder::Merge(const std::vector<GateRef> &inList) in Merge() 36 std::vector<GateRef> inList; in Selector() local 702 const std::vector<GateRef>& inList) in TypeConvert() 711 const std::vector<GateRef>& inList) in TypedConditionJump()
|