| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | savestate_optimization.cpp | 45 … block->GetGraph()->GetEventWriter().EventSaveStateOptimization(GetOpcodeString(sp->GetOpcode()), in RemoveSafePoints() 95 …inst->GetBasicBlock()->GetGraph()->GetEventWriter().EventSaveStateOptimization(GetOpcodeString(ins… in VisitDefault() 114 …asicBlock()->GetGraph()->GetEventWriter().EventSaveStateOptimization(GetOpcodeString(ss->GetOpcode… in VisitSaveState() 135 … block->GetGraph()->GetEventWriter().EventSaveStateOptimization(GetOpcodeString(inst->GetOpcode()), in TryToRemoveRedundantSaveState()
|
| D | deoptimize_elimination.cpp | 167 …graph->GetEventWriter().EventDeoptimizeElimination(GetOpcodeString(guard->GetOpcode()), guard->Get… in RemoveGuard() 182 …graph->GetEventWriter().EventDeoptimizeElimination(GetOpcodeString(inst->GetOpcode()), inst->GetId… in RemoveDeoptimizeIf() 190 …graph->GetEventWriter().EventDeoptimizeElimination(GetOpcodeString(savestate->GetOpcode()), savest… in RemoveDeoptimizeIf()
|
| D | lowering.cpp | 59 …graph->GetEventWriter().EventLowering(GetOpcodeString(inst->GetOpcode()), inst->GetId(), inst->Get… in VisitCastValueToAnyType() 60 … COMPILER_LOG(DEBUG, LOWERING) << "Lowering is applied for " << GetOpcodeString(inst->GetOpcode()); in VisitCastValueToAnyType() 115 …inputInst->GetBasicBlock()->GetGraph()->GetEventWriter().EventLowering(GetOpcodeString(inst->GetOp… in VisitCast() 117 … COMPILER_LOG(DEBUG, LOWERING) << "Lowering is applied for " << GetOpcodeString(inst->GetOpcode()); in VisitCast() 527 …graph->GetEventWriter().EventLowering(GetOpcodeString(inst->GetOpcode()), inst->GetId(), inst->Get… in VisitLoadFromConstantPool() 528 … COMPILER_LOG(DEBUG, LOWERING) << "Lowering is applied for " << GetOpcodeString(inst->GetOpcode()); in VisitLoadFromConstantPool() 1111 …graph->GetEventWriter().EventLowering(GetOpcodeString(inst->GetOpcode()), inst->GetId(), inst->Get… in LowerMemInstScale() 1112 … COMPILER_LOG(DEBUG, LOWERING) << "Lowering is applied for " << GetOpcodeString(inst->GetOpcode()); in LowerMemInstScale() 1167 …graph->GetEventWriter().EventLowering(GetOpcodeString(inst->GetOpcode()), inst->GetId(), inst->Get… in LowerConstArrayIndex() 1168 … COMPILER_LOG(DEBUG, LOWERING) << "Lowering is applied for " << GetOpcodeString(inst->GetOpcode()); in LowerConstArrayIndex() [all …]
|
| D | simplify_string_builder.cpp | 653 << GetOpcodeString(inputInst->GetOpcode()) in RemoveFromInstructionInputs() 655 << GetOpcodeString(inst->GetOpcode()) << ")"; in RemoveFromInstructionInputs() 844 << "id=" << userInst->GetId() << " (" << GetOpcodeString(userInst->GetOpcode()) in ReconnectInstructions() 845 … << ") old id=" << temp.instance->GetId() << " (" << GetOpcodeString(temp.instance->GetOpcode()) in ReconnectInstructions() 847 << GetOpcodeString(match.preheader.instance->GetOpcode()) << ")"; in ReconnectInstructions() 867 … << "id=" << userInst->GetId() << " (" << GetOpcodeString(userInst->GetOpcode()) in ReconnectInstructions() 869 << GetOpcodeString(match.accValue->GetOpcode()) in ReconnectInstructions() 871 … << GetOpcodeString(match.exit.toStringCall->GetOpcode()) << ")"; in ReconnectInstructions() 888 << GetOpcodeString(inst->GetOpcode()) << ")" in HoistInstructionToPreHeader() 994 …<< "Hoist instruction id=" << inputInst->GetId() << " (" << GetOpcodeString(inputInst->GetOpcode()) in HoistCheckInsturctionInputs() [all …]
|
| D | checks_elimination.cpp | 257 … << GetOpcodeString(Opcode::HclassCheck) << " with id = " << inst->GetId() << " dominate on " in TryRemoveDominatedHclassCheck() 258 … << GetOpcodeString(Opcode::HclassCheck) << " with id = " << hclassCheck.value()->GetId(); in TryRemoveDominatedHclassCheck() 467 …COMPILER_LOG(DEBUG, CHECKS_ELIM) << "Checks elimination delete " << GetOpcodeString(instDel->GetOp… in ReplaceUsersAndRemoveCheck() 469 …graph->GetEventWriter().EventChecksElimination(GetOpcodeString(instDel->GetOpcode()), instDel->Get… in ReplaceUsersAndRemoveCheck() 605 …<< "NullCheck with id = " << inst->GetId() << " dominate on " << GetOpcodeString(userInst->GetOpco… in TryRemoveDominatedNullChecks() 626 …<< GetOpcodeString(OPC) << " with id = " << inst->GetId() << " dominate on " << GetOpcodeString(OP… in TryRemoveDominatedCheck() 658 COMPILER_LOG(DEBUG, CHECKS_ELIM) << "Remove consecutive " << GetOpcodeString(OPC); in TryRemoveConsecutiveChecks() 692 COMPILER_LOG(DEBUG, CHECKS_ELIM) << GetOpcodeString(OPC) << " have correct bounds"; in TryRemoveCheckByBounds() 706 … << GetOpcodeString(OPC) << " must throw, saved for replace by unconditional deoptimize"; in TryRemoveCheckByBounds() 1197 COMPILER_LOG(DEBUG, CHECKS_ELIM) << "Move check " << GetOpcodeString(inst->GetOpcode()) in MoveCheckOutOfLoop()
|
| D | peepholes.h | 126 … COMPILER_LOG(DEBUG, PEEPHOLE) << "Peephole is applied for " << GetOpcodeString(inst->GetOpcode()); 128 …GetGraph()->GetEventWriter().EventPeephole(GetOpcodeString(inst->GetOpcode()), inst->GetId(), inst…
|
| D | lowering.h | 358 …newInst->GetBasicBlock()->GetGraph()->GetEventWriter().EventLowering(GetOpcodeString(inst->GetOpco… 360 … COMPILER_LOG(DEBUG, LOWERING) << "Lowering is applied for " << GetOpcodeString(inst->GetOpcode());
|
| D | lse.cpp | 30 return "v" + std::to_string(inst->GetId()) + " (" + GetOpcodeString(inst->GetOpcode()) + ")"; in LogInst()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | dump.cpp | 192 ArenaString opc(GetOpcodeString(opcode), adapter); in DumpTypedFieldOpcode() 200 ArenaString opc(GetOpcodeString(opcode), allocator->Adapter()); in DumpTypedOpcode() 209 ArenaString opc(GetOpcodeString(opcode), allocator->Adapter()); in DumpTypedOpcode() 375 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() 388 ArenaString opcode(GetOpcodeString(mixinInst->GetOpcode()), adapter); in DumpOpcodeAnyTypeMixin() 429 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() 443 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() 463 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() 497 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() 505 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() [all …]
|
| D | graph_checker.h | 57 os << GetOpcodeString(opc) << " ";
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 128 …graph->GetEventWriter().EventLowering(GetOpcodeString(inst->GetOpcode()), inst->GetId(), inst->Get… in LowerIf() 132 … COMPILER_LOG(DEBUG, LOWERING) << "Lowering is applied for " << GetOpcodeString(inst->GetOpcode()); in LowerIf() 145 …inst->GetBasicBlock()->GetGraph()->GetEventWriter().EventLowering(GetOpcodeString(inst->GetOpcode(… in InPlaceLowerIfImm() 147 … COMPILER_LOG(DEBUG, LOWERING) << "Lowering is applied for " << GetOpcodeString(inst->GetOpcode()); in InPlaceLowerIfImm()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | codegen.cpp | 605 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitIf32() 651 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitIf64Signed() 697 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitIf64Unsigned() 723 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitIfRef() 764 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitIf() 770 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitIf() 821 …LOG(ERROR, BYTECODE_OPTIMIZER) << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) <… in IfEcma() 850 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in IfEcma() 908 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in IfImmZero32() 936 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in IfImmZeroRef() [all …]
|
| D | reg_encoder.cpp | 651 … << "Wrong DataType for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitLoadObject() 677 … << "Wrong DataType for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitLoadStatic() 709 … << "Wrong DataType for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitStoreObject() 735 … << "Wrong DataType for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitStoreStatic()
|
| D | reg_encoder.h | 148 LOG(ERROR, BYTECODE_OPTIMIZER) << "Opcode " << compiler::GetOpcodeString(inst->GetOpcode()) in VisitDefault()
|
| D | codegen.h | 149 LOG(ERROR, BYTECODE_OPTIMIZER) << "Opcode " << compiler::GetOpcodeString(inst->GetOpcode()) in VisitDefault()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | dump.cpp | 165 ArenaString opc(GetOpcodeString(opcode), adapter); in DumpTypedFieldOpcode() 173 ArenaString opc(GetOpcodeString(opcode), allocator->Adapter()); in DumpTypedOpcode() 297 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() 310 ArenaString opcode(GetOpcodeString(mixin_inst->GetOpcode()), adapter); in DumpOpcodeAnyTypeMixin() 335 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() 346 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() 382 (*out) << std::setw(INDENT_OPCODE) << GetOpcodeString(opcode_); in DumpOpcode()
|
| D | graph_checker.h | 33 os << GetOpcodeString(opc) << " ";
|
| D | inst.h | 184 constexpr const char *GetOpcodeString(Opcode opc) in GetOpcodeString() function 758 return GetOpcodeString(GetOpcode()); in GetOpcodeStr()
|
| /arkcompiler/runtime_core/bytecode_optimizer/templates/ |
| D | check_width.cpp.erb | 32 …LOG(DEBUG, BYTECODE_OPTIMIZER) << "CheckWidth for " << compiler::GetOpcodeString(inst->GetOpcode()… 49 …LOG(DEBUG, BYTECODE_OPTIMIZER) << "CheckWidth for " << compiler::GetOpcodeString(inst->GetOpcode()…
|
| D | codegen_intrinsics.cpp.erb | 27 …LOG(ERROR, BYTECODE_OPTIMIZER) << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) <…
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/templates/ |
| D | check_width.cpp.erb | 32 …LOG(DEBUG, BYTECODE_OPTIMIZER) << "CheckWidth for " << compiler::GetOpcodeString(inst->GetOpcode()… 49 …LOG(DEBUG, BYTECODE_OPTIMIZER) << "CheckWidth for " << compiler::GetOpcodeString(inst->GetOpcode()…
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | codegen.cpp | 266 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitIf() 318 …LOG(ERROR, BYTECODE_OPTIMIZER) << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) <… in IfEcma() 347 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in IfEcma() 420 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitReturn() 479 …LOG(ERROR, BYTECODE_OPTIMIZER) << "Codegen for " << compiler::GetOpcodeString(inst_base->GetOpcode… in VisitCastValueToAnyType()
|
| D | codegen.h | 125 LOG(ERROR, BYTECODE_OPTIMIZER) << "Opcode " << compiler::GetOpcodeString(inst->GetOpcode()) in VisitDefault()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode_visitor.h | 378 … COMPILER_LOG(DEBUG, CODEGEN) << "Can't encode instruction " << GetOpcodeString(inst->GetOpcode()) in VisitDefault()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator.cpp | 1265 ASSERT_DO(0U, std::cerr << GetOpcodeString(opCode) << "\n"); in Generate() 1316 htmlPage << "<th>" << GetOpcodeString(opc) << "</th>"; in FillHTMLPageOpcodeStatistic()
|