| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_local_schedule.cpp | 33 for (auto comment : depNode->GetComments()) { in FinishScheduling() local
|
| D | aarch64_proepilog.cpp | 327 std::string comment = "SAVE CALLEE REGISTER PAIR"; in AppendInstructionPushPair() local 350 std::string comment = "SAVE CALLEE REGISTER"; in AppendInstructionPushSingle() local
|
| D | aarch64_dependence.cpp | 277 const MapleString &comment = firstNode.GetInsn()->GetComment(); in CombineMemoryAccessPair() local
|
| D | aarch64_schedule.cpp | 1015 for (auto comment : node->GetComments()) { in FinalizeScheduling() local
|
| D | aarch64_emitter.cpp | 540 const char *comment = insn.GetComment().c_str(); in EmitAArch64Insn() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cg_irbuilder.h | 54 void SetDebugComment(const MapleString* comment) in SetDebugComment()
|
| D | insn.h | 809 MapleString comment; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_circuit_builder.cpp | 58 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 …]
|
| D | circuit.cpp | 122 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()
|
| D | lcr_circuit_builder.cpp | 24 …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()
|
| D | post_schedule.cpp | 402 …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
|
| D | lcr_circuit_builder.h | 320 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()
|
| D | circuit_builder.cpp | 88 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
|
| D | gate.cpp | 871 static void DumpComment(std::ostringstream &oss, std::string_view comment) in DumpComment()
|
| D | bytecode_circuit_builder.cpp | 1091 std::string comment = Deoptimizier::DisplayItems(DeoptType::OSRLOOPEXIT); in GenDeoptAndReturnForOsrLoopExit() local
|
| D | mcr_circuit_builder.cpp | 601 …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/ |
| D | mir_builder.h | 344 void SetCurrentDebugComment(const std::string &comment) in SetCurrentDebugComment()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| D | asm_assembler.h | 376 void EmitComment(std::string comment) in EmitComment()
|
| D | elf_assembler.h | 73 void EmitDebugComment(const char* comment) override {}; in EmitDebugComment()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_cgfunc.h | 719 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/ |
| D | reg_alloc_lsra.cpp | 1404 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/ |
| D | lmir_builder.cpp | 343 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/ |
| D | litecg_ir_builder.cpp | 1259 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/ |
| D | x64_cgfunc.cpp | 252 void X64CGFunc::SelectComment(CommentNode &comment) in SelectComment()
|
| D | asm_assembler.cpp | 375 void AsmAssembler::EmitDebugComment(const char* comment) in EmitDebugComment()
|