Home
last modified time | relevance | path

Searched refs:SetComment (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_args.cpp213 pushInsn.SetComment(std::string("store param: ").append(argName)); in GenerateStpInsn()
233 insn.SetComment(std::string("store param: ").append(argInfo.sym->GetName())); in GenOneInsn()
275 insn.SetComment(std::string("store param: ").append(argInfo.sym->GetName())); in GenerateStrInsn()
388 insn.SetComment(key); in LoadStackArgsToVReg()
422 insn.SetComment(key); in MoveArgsToVReg()
Daarch64_strldr.cpp204 movInsn->SetComment(newComment); in GenerateMoveLiveInsn()
251 movInsn.SetComment(newComment); in GenerateMoveDeadInsn()
322 movInsn.SetComment(newComment); in DoLoadZeroToMoveTransfer()
Daarch64_color_ra.cpp235 insn->SetComment(comm); in Rematerialize()
3094 stInsn.SetComment(comment); in SpillOperandForSpillPre()
3120 remat->SetComment(comment); in SpillOperandForSpillPost()
3127 remat->SetComment(comment); in SpillOperandForSpillPost()
3160 newLd->SetComment(comment); in SpillOperandForSpillPost()
3166 ldrInsn.SetComment(comment); in SpillOperandForSpillPost()
3272 spillDefInsn->SetComment(comment); in SpillOperand()
3315 spillUseInsn->SetComment(comment); in SpillOperand()
4086 remat->SetComment(comment); in CreateSpillFillCode()
4105 memInsn->SetComment(comment); in CreateSpillFillCode()
[all …]
Daarch64_proepilog.cpp888 pushInsn.SetComment(comment); in AppendInstructionPushPair()
920 pushInsn.SetComment(comment); in AppendInstructionPushSingle()
1437 soeInstr.SetComment("soerror"); in AppendInstructionStackCheck()
1605 popInsn.SetComment("RESTORE"); in AppendInstructionPopSingle()
1629 popInsn.SetComment("RESTORE RESTORE"); in AppendInstructionPopPair()
Daarch64_dependence.cpp286 newInsn.SetComment(newComment); in CombineMemoryAccessPair()
Daarch64_cgfunc.cpp290 insn.SetComment(key); in SelectLoadAcquire()
301 insn.SetComment(key); in SelectLoadAcquire()
312 insn.SetComment(key); in SelectLoadAcquire()
351 insn.SetComment(key); in SelectStoreRelease()
364 insn.SetComment(key); in SelectStoreRelease()
543 insn->SetComment(GenerateMemOpndVerbose(src)); in SelectCopyMemOpnd()
1035 addInsn.SetComment("new add insn"); in ExtractNewMemBase()
1132 insn.SetComment(GenerateMemOpndVerbose(*memOpnd)); in SelectDassign()
1169 loadRef.SetComment("null pointer check"); in SelectAssertNull()
3103 insn->SetComment(comm); in SelectAddrof()
[all …]
Daarch64_peep.cpp3001 nn->SetComment(newComment); in RemoveInsnAndKeepComment()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_args.cpp220 insn.SetComment(key); in LoadStackArgsToVReg()
256 insn.SetComment(key); in MoveArgsToVReg()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h315 void SetComment(const std::string &str) in SetComment() function
320 void SetComment(const MapleString &str) in SetComment() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgbb.cpp78 newInsn.SetComment(insn.GetComment()); in ReplaceInsn()
Dreg_alloc_lsra.cpp1499 stInsn->SetComment(comment); in InsertCallerSave()
1517 ldInsn->SetComment(comment); in InsertCallerSave()
1648 stInsn->SetComment(comment); in SpillOperand()
1674 ldInsn->SetComment(comment); in SpillOperand()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_func_import.cpp837 s->SetComment(str); in ImportBlockNode()
Dmir_parser.cpp1997 cmnt->SetComment(lexer.seenComments[i]); in ParseStmtBlockForSeenComment()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h4269 void SetComment(MapleString com) in SetComment() function
4274 void SetComment(const std::string &str) in SetComment() function
4279 void SetComment(const char *str) in SetComment() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1273 cmnt->SetComment(kOpcodeInfo.GetName(opcode).c_str()); in GenBlockNode()