/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | regAllocator.cpp | 38 void RegAllocator::PushBack(IRNode *ins) in PushBack() 65 void RegAllocator::Run(IRNode *ins, int64_t typeIndex) in Run() 71 void RegAllocator::Run(IRNode *ins) in Run() 90 void RegAllocator::Run(IRNode *ins, size_t argCount) in Run() 119 IRNode *ins = *it; in AdjustInsRegWhenHasSpill() local 151 void RegAllocator::AdjustInsSpill(const Span<VReg *> ®isters, IRNode *ins, ArenaList<IRNode *> &… in AdjustInsSpill() 185 void RegAllocator::AdjustRangeInsSpill(Span<VReg *> ®isters, IRNode *ins, ArenaList<IRNode *> &n… in AdjustRangeInsSpill()
|
D | regAllocator.h | 65 auto *ins = Alloc<T>(node, std::forward<Args>(args)...); in Emit() local 72 auto *ins = Alloc<T>(node, std::forward<Args>(args)...); in EmitWithType() local 79 auto *ins = Alloc<T>(node, std::forward<Args>(args)...); in EmitRange() local
|
/arkcompiler/runtime_core/assembler/tests/ |
D | assembler_ins_test.cpp | 126 panda::pandasm::Ins ins; variable 209 panda::pandasm::Ins ins; variable
|
/arkcompiler/ets_frontend/es2panda/util/ |
D | patchFix.cpp | 166 for (const auto &ins : func->ins) { in GenerateFunctionAndClassHash() local 302 bool IsFunctionOrClassDefineIns(panda::pandasm::Ins &ins) in IsFunctionOrClassDefineIns() 312 bool IsStPatchVarIns(panda::pandasm::Ins &ins) in IsStPatchVarIns() 360 void PatchFix::AddHeadAndTailInsForPatchFuncMain0(std::vector<panda::pandasm::Ins> &ins) in AddHeadAndTailInsForPatchFuncMain0() 380 void PatchFix::AddTailInsForPatchFuncMain1(std::vector<panda::pandasm::Ins> &ins) in AddTailInsForPatchFuncMain1()
|
/arkcompiler/ets_frontend/es2panda/compiler/debugger/ |
D | debuginfoDumper.cpp | 94 void DebugInfoDumper::WriteIns(const pandasm::Ins &ins) in WriteIns()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
D | emitter.cpp | 160 void FunctionEmitter::GenInstructionDebugInfo(const IRNode *ins, panda::pandasm::Ins *pandaIns) in GenInstructionDebugInfo() 193 for (const auto *ins : pg_->Insns()) { in GenFunctionInstructions() local 562 for (const auto &ins : func.ins) { in DumpAsm() local
|
D | typeExtractorEmitter.cpp | 97 for (const auto *ins : pg_->Insns()) { in GenFunctionTypeInfo() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | verifier.cpp | 234 auto ins = ac.Ins(fixedGate); in RunFixedGatesRelationsCheck() local 270 auto ins = ac.Ins(gate); in RunFlowCyclesFind() local 282 auto ins = ac.Ins(gate); in RunFlowCyclesFind() local 371 auto ins = ac.Ins(schedulableGate); in RunPrologGatesCheck() local
|
D | llvm_ir_builder.cpp | 239 auto ins = acc_.Ins(bb[0]); in Build() local 488 std::vector<GateRef> ins; in HandleCall() local 503 std::vector<GateRef> ins; in HandleBytecodeCall() local 510 std::vector<GateRef> ins; in HandleRuntimeCall() local 620 std::vector<GateRef> ins; in HandleRuntimeCallWithArgv() local 989 std::vector<GateRef> ins; in HandlePhi() local 1068 std::vector<GateRef> ins; in HandleReturn() local 1219 std::vector<GateRef> ins; in HandleZExtInt() local 1226 std::vector<GateRef> ins; in HandleSExtInt() local 1262 std::vector<GateRef> ins; in HandleBranch() local [all …]
|
D | graph_linearizer.cpp | 639 auto ins = acc_.Ins(rootGate); in ScheduleFloatingGate() local 707 auto ins = acc_.Ins(gate); in ScheduleGate() local
|
D | scheduler.cpp | 465 auto ins = acc.Ins(head); in Print() local
|
/arkcompiler/ets_frontend/merge_abc/protos/ |
D | assemblyFunction.proto | 65 repeated Ins ins = 5; field
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | codegen.cpp | 95 … [](const auto &ins) { return ins.opcode != pandasm::Opcode::INVALID; }); in RunImpl() 468 pandasm::Ins ins; in VisitLoadString() local 485 pandasm::Ins ins; in VisitReturn() local
|
D | optimize_bytecode.cpp | 102 pandasm::Ins &ins = function.ins[idx++]; in BuildMapFromPcToIns() local
|
/arkcompiler/ets_frontend/merge_abc/src/ |
D | assemblyFunctionProto.cpp | 127 panda::pandasm::Ins ins; in Deserialize() local
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | ts2abc.cpp | 336 static void ParseInstructionOpCode(const Json::Value &ins, panda::pandasm::Ins &pandaIns) in ParseInstructionOpCode() 346 static void ParseInstructionRegs(const Json::Value &ins, panda::pandasm::Ins &pandaIns) in ParseInstructionRegs() 356 static void ParseInstructionIds(const Json::Value &ins, panda::pandasm::Ins &pandaIns) in ParseInstructionIds() 368 static void ParseInstructionImms(const Json::Value &ins, panda::pandasm::Ins &pandaIns) in ParseInstructionImms() 385 static void ParseInstructionLabel(const Json::Value &ins, panda::pandasm::Ins &pandaIns) in ParseInstructionLabel() 398 static void ParseInstructionDebugInfo(const Json::Value &ins, panda::pandasm::Ins &pandaIns) in ParseInstructionDebugInfo() 432 static panda::pandasm::Ins ParseInstruction(const Json::Value &ins) in ParseInstruction() 564 auto ins = function["i"]; in ParseFunctionInstructions() local
|
/arkcompiler/runtime_core/assembler/ |
D | assembly-function.h | 77 std::vector<panda::pandasm::Ins> ins; /* function instruction list */ member
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/ |
D | add.json | 8 "ins": [ array
|
/arkcompiler/ets_frontend/es2panda/binder/ |
D | scope.h | 252 void SetScopeStart(const compiler::IRNode *ins) in SetScopeStart() 257 void SetScopeEnd(const compiler::IRNode *ins) in SetScopeEnd()
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | method_type_infer.cpp | 370 auto ins = gateAccessor_.ConstIns(gate); in InferPhiGate() local 1452 auto ins = gateAccessor_.ConstIns(gate); in CollectGateTypeLogInfo() local
|
/arkcompiler/runtime_core/disassembler/ |
D | disassembler.cpp | 1392 std::string ins = i.ToString("", true, method.regs_num); in Serialize() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 2310 BytecodeInstruction ins(frameHandler.GetPc()); in SaveFrameToContext() local
|