Home
last modified time | relevance | path

Searched defs:comment (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_local_schedule.cpp33 for (auto comment : depNode->GetComments()) { in FinishScheduling() local
Daarch64_proepilog.cpp327 std::string comment = "SAVE CALLEE REGISTER PAIR"; in AppendInstructionPushPair() local
350 std::string comment = "SAVE CALLEE REGISTER"; in AppendInstructionPushSingle() local
Daarch64_dependence.cpp277 const MapleString &comment = firstNode.GetInsn()->GetComment(); in CombineMemoryAccessPair() local
Daarch64_schedule.cpp1015 for (auto comment : node->GetComments()) { in FinalizeScheduling() local
Daarch64_emitter.cpp540 const char *comment = insn.GetComment().c_str(); in EmitAArch64Insn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_irbuilder.h54 void SetDebugComment(const MapleString* comment) in SetDebugComment()
Dinsn.h809 MapleString comment; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp58 const char* comment) in CallStub()
116 const std::vector<GateRef> &args, GateRef hirGate, const char* comment) in Call()
170 const char* comment) in CallBCHandler()
182 const char* comment) in CallBuiltin()
194 const char* comment) in CallBuiltinWithArgv()
206 const char* comment) in CallBCDebugger()
218 GateRef hirGate, const char* comment) in CallRuntime()
236 …ilder::CallRuntimeVarargs(GateRef glue, int index, GateRef argc, GateRef argv, const char* comment) in CallRuntimeVarargs()
249 GateRef hirGate, const char* comment) in CallNGCRuntime()
349 …uilder::CallPrivateGetter(GateRef hirGate, GateRef receiver, GateRef accessor, const char* comment) in CallPrivateGetter()
[all …]
Dcircuit.cpp122 const GateRef inList[], GateType type, const char* comment) in NewGate()
154 …Circuit::NewGate(const GateMetaData *meta, const std::vector<GateRef> &inList, const char* comment) in NewGate()
160 const std::initializer_list<GateRef>& args, GateType type, const char* comment) in NewGate()
166 const std::vector<GateRef>& inList, GateType type, const char* comment) in NewGate()
171 …uit::NewGate(const GateMetaData *meta, MachineType machineType, GateType type, const char* comment) in NewGate()
427 Circuit::ScopedComment::ScopedComment(std::string &&str, std::string_view *comment) in ScopedComment()
Dlcr_circuit_builder.cpp24 …rcuitBuilder::BinaryCmp(const GateMetaData* meta, GateRef left, GateRef right, const char* comment) in BinaryCmp()
95 … GateRef left, GateRef right, GateType gateType, const char* comment) in BinaryArithmetic()
165 GateRef CircuitBuilder::DoubleTrunc(GateRef gate, GateRef value, const char* comment) in DoubleTrunc()
Dpost_schedule.cpp402 …electBarrier(MemoryAttribute::ShareFlag share, const CallSignature*& cs, std::string_view& comment) in SelectBarrier()
470 std::string_view comment; in LoweringStoreWithBarrierAndPrepareScheduleGate() local
534 std::string_view comment; in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
Dlcr_circuit_builder.h320 GateRef CircuitBuilder::Equal(GateRef x, GateRef y, const char* comment) in Equal()
341 GateRef CircuitBuilder::NotEqual(GateRef x, GateRef y, const char* comment) in NotEqual()
Dcircuit_builder.cpp88 const char* comment) in Branch()
248 uint32_t trueWeight, uint32_t falseWeight, const char* comment) in Branch()
339 std::string comment = Deoptimizier::DisplayItems(type); in DeoptCheck() local
Dgate.cpp871 static void DumpComment(std::ostringstream &oss, std::string_view comment) in DumpComment()
Dbytecode_circuit_builder.cpp1091 std::string comment = Deoptimizier::DisplayItems(DeoptType::OSRLOOPEXIT); in GenDeoptAndReturnForOsrLoopExit() local
Dmcr_circuit_builder.cpp601 …ef CircuitBuilder::CallTargetCheck(GateRef gate, GateRef function, GateRef id, const char* comment) in CallTargetCheck()
607 const char* comment) in CallTargetCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h344 void SetCurrentDebugComment(const std::string &comment) in SetCurrentDebugComment()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Dasm_assembler.h376 void EmitComment(std::string comment) in EmitComment()
Delf_assembler.h73 void EmitDebugComment(const char* comment) override {}; in EmitDebugComment()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h719 Insn &CreateCommentInsn(const std::string &comment) in CreateCommentInsn()
726 Insn &CreateCommentInsn(const MapleString &comment) in CreateCommentInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp1404 std::string comment; in InsertCallerSave() local
1542 std::string comment = " SPILL vreg:" + std::to_string(regNO); in SpillOperand() local
1567 std::string comment = " RELOAD vreg" + std::to_string(regNO); in SpillOperand() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp343 void LMIRBuilder::SetCurrentDebugComment(const std::string& comment) in SetCurrentDebugComment()
648 Stmt &LMIRBuilder::Comment(std::string comment) in Comment()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1259 Stmt &comment = lmirBuilder_->Comment("function: " + name); in GetFunction() local
1387 Stmt &comment = lmirBuilder_->Comment("function: " + name); in GetCallee() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp252 void X64CGFunc::SelectComment(CommentNode &comment) in SelectComment()
Dasm_assembler.cpp375 void AsmAssembler::EmitDebugComment(const char* comment) in EmitDebugComment()

12