| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | cg_irbuilder.h | 52 void SetDebugComment(const MapleString* comment) in SetDebugComment() argument
|
| H A D | operand.h | 1876 const MapleString comment; member in maplebe::MemOperand::CommentOperand
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| H A D | asm_assembler.h | 376 void EmitComment(std::string comment) in EmitComment() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | lcr_circuit_builder.cpp | 24 GateRef CircuitBuilder::BinaryCmp(const GateMetaData* meta, GateRef left, GateRef right, const char* comment) in BinaryCmp() argument 168 GateRef CircuitBuilder::DoubleTrunc(GateRef gate, GateRef value, const char* comment) in DoubleTrunc() argument 94 BinaryArithmetic(const GateMetaData* meta, MachineType machineType, GateRef left, GateRef right, GateType gateType, const char* comment) BinaryArithmetic() argument
|
| H A D | lcr_circuit_builder.h | 320 GateRef CircuitBuilder::Equal(GateRef x, GateRef y, const char* comment) in Equal() argument 341 GateRef CircuitBuilder::NotEqual(GateRef x, GateRef y, const char* comment) in NotEqual() argument
|
| H A D | post_schedule.cpp | 411 int PostSchedule::SelectBarrier(MemoryAttribute::ShareFlag share, const CallSignature*& cs, std::string_view& comment) in SelectBarrier() argument 479 std::string_view comment; in LoweringStoreWithBarrierAndPrepareScheduleGate() local 543 std::string_view comment; in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local [all...] |
| H A D | circuit.cpp | 154 GateRef Circuit::NewGate(const GateMetaData *meta, const std::vector<GateRef> &inList, const char* comment) in NewGate() argument 171 GateRef Circuit::NewGate(const GateMetaData *meta, MachineType machineType, GateType type, const char* comment) in NewGate() argument 121 NewGate(const GateMetaData *meta, MachineType machineType, size_t numIns, const GateRef inList[], GateType type, const char* comment) NewGate() argument 159 NewGate(const GateMetaData *meta, MachineType machineType, const std::initializer_list<GateRef>& args, GateType type, const char* comment) NewGate() argument 165 NewGate(const GateMetaData *meta, MachineType machineType, const std::vector<GateRef>& inList, GateType type, const char* comment) NewGate() argument 427 ScopedComment(std::string &&str, std::string_view *comment) ScopedComment() argument [all...] |
| H A D | bytecode_circuit_builder.cpp | 1065 std::string comment = Deoptimizier::DisplayItems(DeoptType::OSRLOOPEXIT); in GenDeoptAndReturnForOsrLoopExit() local
|
| H A D | gate.cpp | 868 static void DumpComment(std::ostringstream &oss, std::string_view comment) in DumpComment() argument 870 oss << ", \"comment\":\"" << comment << "\""; in DumpComment() local 1012 PrintGateWithAdditionOp(GetBytecodeStr(), comment); in PrintWithBytecode() local [all...] |
| H A D | hcr_circuit_builder.cpp | 57 CallStub(GateRef glue, GateRef hirGate, int index, const std::vector<GateRef> &args, const char* comment) CallStub() argument 115 Call(const CallSignature* cs, GateRef glue, GateRef target, GateRef depend, const std::vector<GateRef> &args, GateRef hirGate, const char* comment) Call() argument 169 CallBCHandler(GateRef glue, GateRef target, const std::vector<GateRef> &args, const char* comment) CallBCHandler() argument 181 CallBuiltin(GateRef glue, GateRef target, const std::vector<GateRef> &args, const char* comment) CallBuiltin() argument 193 CallBuiltinWithArgv(GateRef glue, GateRef target, const std::vector<GateRef> &args, const char* comment) CallBuiltinWithArgv() argument 205 CallBCDebugger(GateRef glue, GateRef target, const std::vector<GateRef> &args, const char* comment) CallBCDebugger() argument 217 CallRuntime(GateRef glue, int index, GateRef depend, const std::vector<GateRef> &args, GateRef hirGate, const char* comment) CallRuntime() argument 236 CallRuntimeVarargs(GateRef glue, int index, GateRef argc, GateRef argv, const char* comment) CallRuntimeVarargs() argument 248 CallNGCRuntime(GateRef glue, int index, GateRef depend, const std::vector<GateRef> &args, GateRef hirGate, const char* comment) CallNGCRuntime() argument 349 CallPrivateGetter(GateRef hirGate, GateRef receiver, GateRef accessor, const char* comment) CallPrivateGetter() argument 371 CallPrivateSetter( GateRef hirGate, GateRef receiver, GateRef accessor, GateRef value, const char* comment) CallPrivateSetter() argument 394 CallGetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef propertyLookupResult, const char* comment) CallGetter() argument 417 CallSetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef propertyLookupResult, GateRef value, const char* comment) CallSetter() argument [all...] |
| H A D | gate_accessor.cpp | 788 auto comment = circuit_->GetComment(gate); in Print() local
|
| H A D | mcr_circuit_builder.cpp | 605 GateRef CircuitBuilder::CallTargetCheck(GateRef gate, GateRef function, GateRef id, const char* comment) in CallTargetCheck() argument 610 CallTargetCheck(GateRef gate, GateRef function, GateRef id, std::vector<GateRef> params, const char* comment) CallTargetCheck() argument
|
| H A D | circuit_builder.cpp | 339 std::string comment = Deoptimizier::DisplayItems(type); in DeoptCheck() local 87 Branch(GateRef state, GateRef condition, uint32_t trueWeight, uint32_t falseWeight, const char* comment) Branch() argument 247 Branch(GateRef condition, Label *trueLabel, Label *falseLabel, uint32_t trueWeight, uint32_t falseWeight, const char* comment) Branch() argument
|
| H A D | stub_builder.cpp | 61 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, const char* comment) in Branch() argument 66 BranchPredict(GateRef condition, Label *trueLabel, Label *falseLabel, uint32_t trueWeight, uint32_t falseWeight, const char *comment) BranchPredict() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| H A D | aarch64_cgfunc.h | 436 Insn &CreateCommentInsn(const std::string &comment) in CreateCommentInsn() argument 443 Insn &CreateCommentInsn(const MapleString &comment) in CreateCommentInsn() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| H A D | aarch64_proepilog.cpp | 105 std::string comment = "SAVE CALLEE REGISTER PAIR"; in AppendInstructionPushPair() local 128 std::string comment = "SAVE CALLEE REGISTER"; in AppendInstructionPushSingle() local
|
| H A D | aarch64_emitter.cpp | 481 const char *comment = insn.GetComment().c_str(); in EmitAArch64Insn() local
|
| H A D | aarch64_peep.cpp | 866 MapleString comment = insn.GetComment(); in RemoveInsnAndKeepComment() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| H A D | x64_cgfunc.cpp | 76 void X64CGFunc::SelectComment(CommentNode &comment) in SelectComment() argument
|
| H A D | asm_assembler.cpp | 375 void AsmAssembler::EmitDebugComment(const char* comment) in EmitDebugComment() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | reg_alloc_lsra.cpp | 1180 std::string comment; in InsertCallerSave() local 1320 std::string comment = " SPILL vreg:" + std::to_string(regNO); in SpillOperand() local 1345 std::string comment = " RELOAD vreg" + std::to_string(regNO); SpillOperand() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| H A D | lmir_builder.cpp | 265 void LMIRBuilder::SetCurrentDebugComment(const std::string& comment) in SetCurrentDebugComment() argument 500 Stmt &LMIRBuilder::Comment(std::string comment) in Comment() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_ir_builder.cpp | 701 std::string comment = acc_.ToString(g); in SetDebugInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_ir_builder.cpp | 1291 Stmt &comment = lmirBuilder_->Comment("function: " + name); in GetFunction() local 1419 Stmt &comment = lmirBuilder_->Comment("function: " + name); in GetCallee() local
|