Home
last modified time | relevance | path

Searched defs:comment (Results 1 - 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg_irbuilder.h52 void SetDebugComment(const MapleString* comment) in SetDebugComment() argument
H A Doperand.h1876 const MapleString comment; member in maplebe::MemOperand::CommentOperand
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Dasm_assembler.h376 void EmitComment(std::string comment) in EmitComment() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.cpp24 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 Dlcr_circuit_builder.h320 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 Dpost_schedule.cpp411 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 Dcircuit.cpp154 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 Dbytecode_circuit_builder.cpp1065 std::string comment = Deoptimizier::DisplayItems(DeoptType::OSRLOOPEXIT); in GenDeoptAndReturnForOsrLoopExit() local
H A Dgate.cpp868 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 Dhcr_circuit_builder.cpp57 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 Dgate_accessor.cpp788 auto comment = circuit_->GetComment(gate); in Print() local
H A Dmcr_circuit_builder.cpp605 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 Dcircuit_builder.cpp339 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 Dstub_builder.cpp61 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 Daarch64_cgfunc.h436 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 Daarch64_proepilog.cpp105 std::string comment = "SAVE CALLEE REGISTER PAIR"; in AppendInstructionPushPair() local
128 std::string comment = "SAVE CALLEE REGISTER"; in AppendInstructionPushSingle() local
H A Daarch64_emitter.cpp481 const char *comment = insn.GetComment().c_str(); in EmitAArch64Insn() local
H A Daarch64_peep.cpp866 MapleString comment = insn.GetComment(); in RemoveInsnAndKeepComment() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_cgfunc.cpp76 void X64CGFunc::SelectComment(CommentNode &comment) in SelectComment() argument
H A Dasm_assembler.cpp375 void AsmAssembler::EmitDebugComment(const char* comment) in EmitDebugComment() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dreg_alloc_lsra.cpp1180 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 Dlmir_builder.cpp265 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 Dllvm_ir_builder.cpp701 std::string comment = acc_.ToString(g); in SetDebugInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1291 Stmt &comment = lmirBuilder_->Comment("function: " + name); in GetFunction() local
1419 Stmt &comment = lmirBuilder_->Comment("function: " + name); in GetCallee() local

Completed in 81 milliseconds