| /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() 133 … 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() 539 …graph->GetEventWriter().EventLowering(GetOpcodeString(inst->GetOpcode()), inst->GetId(), inst->Get… in VisitLoadFromConstantPool() 540 … COMPILER_LOG(DEBUG, LOWERING) << "Lowering is applied for " << GetOpcodeString(inst->GetOpcode()); in VisitLoadFromConstantPool() 1136 …graph->GetEventWriter().EventLowering(GetOpcodeString(inst->GetOpcode()), inst->GetId(), inst->Get… in LowerMemInstScale() 1137 … COMPILER_LOG(DEBUG, LOWERING) << "Lowering is applied for " << GetOpcodeString(inst->GetOpcode()); in LowerMemInstScale() 1192 …graph->GetEventWriter().EventLowering(GetOpcodeString(inst->GetOpcode()), inst->GetId(), inst->Get… in LowerConstArrayIndex() 1193 … COMPILER_LOG(DEBUG, LOWERING) << "Lowering is applied for " << GetOpcodeString(inst->GetOpcode()); in LowerConstArrayIndex() [all …]
|
| D | checks_elimination.cpp | 256 … << GetOpcodeString(Opcode::HclassCheck) << " with id = " << inst->GetId() << " dominate on " in TryRemoveDominatedHclassCheck() 257 … << GetOpcodeString(Opcode::HclassCheck) << " with id = " << hclassCheck.value()->GetId(); in TryRemoveDominatedHclassCheck() 536 …COMPILER_LOG(DEBUG, CHECKS_ELIM) << "Checks elimination delete " << GetOpcodeString(instDel->GetOp… in ReplaceUsersAndRemoveCheck() 538 …graph->GetEventWriter().EventChecksElimination(GetOpcodeString(instDel->GetOpcode()), instDel->Get… in ReplaceUsersAndRemoveCheck() 675 …<< "NullCheck with id = " << inst->GetId() << " dominate on " << GetOpcodeString(userInst->GetOpco… in TryRemoveDominatedNullChecks() 696 …<< GetOpcodeString(OPC) << " with id = " << inst->GetId() << " dominate on " << GetOpcodeString(OP… in TryRemoveDominatedCheck() 728 COMPILER_LOG(DEBUG, CHECKS_ELIM) << "Remove consecutive " << GetOpcodeString(OPC); in TryRemoveConsecutiveChecks() 765 COMPILER_LOG(DEBUG, CHECKS_ELIM) << GetOpcodeString(OPC) << " have correct bounds"; in TryRemoveCheckByBounds() 782 … << GetOpcodeString(OPC) << " must throw, saved for replace by unconditional deoptimize"; in TryRemoveCheckByBounds() 1276 COMPILER_LOG(DEBUG, CHECKS_ELIM) << "Move check " << GetOpcodeString(inst->GetOpcode()) in MoveCheckOutOfLoop()
|
| D | simplify_string_builder.cpp | 860 << "id=" << userInst->GetId() << " (" << GetOpcodeString(userInst->GetOpcode()) in ReconnectInstructions() 861 … << ") old id=" << temp.instance->GetId() << " (" << GetOpcodeString(temp.instance->GetOpcode()) in ReconnectInstructions() 863 << GetOpcodeString(match.preheader.instance->GetOpcode()) << ")"; in ReconnectInstructions() 883 … << "id=" << userInst->GetId() << " (" << GetOpcodeString(userInst->GetOpcode()) in ReconnectInstructions() 885 << GetOpcodeString(match.accValue->GetOpcode()) in ReconnectInstructions() 887 … << GetOpcodeString(match.exit.toStringCall->GetOpcode()) << ")"; in ReconnectInstructions() 904 << GetOpcodeString(inst->GetOpcode()) << ")" in HoistInstructionToPreHeader() 1010 …<< "Hoist instruction id=" << inputInst->GetId() << " (" << GetOpcodeString(inputInst->GetOpcode()) in HoistCheckInsturctionInputs() 1057 << GetOpcodeString(userInst->GetOpcode()) in HoistCheckCastInstructionUsers() 1227 … << "Remove unused instruction id=" << phi->GetId() << " (" << GetOpcodeString(phi->GetOpcode()) in RemoveUnusedPhiInstructions() [all …]
|
| D | peepholes.h | 127 … COMPILER_LOG(DEBUG, PEEPHOLE) << "Peephole is applied for " << GetOpcodeString(inst->GetOpcode()); 129 …GetGraph()->GetEventWriter().EventPeephole(GetOpcodeString(inst->GetOpcode()), inst->GetId(), inst…
|
| D | lowering.h | 361 …newInst->GetBasicBlock()->GetGraph()->GetEventWriter().EventLowering(GetOpcodeString(inst->GetOpco… 363 … COMPILER_LOG(DEBUG, LOWERING) << "Lowering is applied for " << GetOpcodeString(inst->GetOpcode());
|
| /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 …]
|
| /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 | 772 … << "Wrong DataType for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitLoadObject() 798 … << "Wrong DataType for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitLoadStatic() 830 … << "Wrong DataType for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitStoreObject() 856 … << "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 | 154 LOG(ERROR, BYTECODE_OPTIMIZER) << "Opcode " << compiler::GetOpcodeString(inst->GetOpcode()) in VisitDefault()
|
| /arkcompiler/runtime_core/libabckit/src/codegen/ |
| D | codegen_static.cpp | 650 … std::cerr << "CodeGen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed\n"; in VisitIf32() 691 … std::cerr << "CodeGen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed\n"; in VisitIf64Signed() 732 … std::cerr << "CodeGen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed\n"; in VisitIf64Unsigned() 757 … std::cerr << "CodeGen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed\n"; in VisitIfRef() 794 … std::cerr << "CodeGen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed\n"; in VisitIf() 844 … std::cerr << "CodeGen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed\n"; in IfImmZero32() 867 … std::cerr << "CodeGen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed\n"; in IfImmZeroRef() 898 … std::cerr << "CodeGen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed\n"; in IfImmZero() 938 … std::cerr << "CodeGen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed\n"; in IfImmNonZero32() 965 … std::cerr << "CodeGen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed\n"; in IfImmNonZero() [all …]
|
| D | codegen_dynamic.h | 124 std::cerr << "Opcode " << ark::compiler::GetOpcodeString(inst->GetOpcode()) in VisitDefault()
|
| D | codegen_static.h | 178 …std::cerr << "Opcode " << compiler::GetOpcodeString(inst->GetOpcode()) << " not yet implemented in… in VisitDefault()
|
| D | codegen_dynamic.cpp | 325 … std::cerr << "Codegen for " << ark::compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitReturn()
|
| /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) << " ";
|
| /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/libabckit/src/codegen/templates_dynamic/ |
| D | check_width_dynamic.cpp.erb | 32 … std::cerr << "CheckWidth for " << ark::compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; 49 … std::cerr << "CheckWidth for " << ark::compiler::GetOpcodeString(inst->GetOpcode()) << " failed";
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | codegen.cpp | 259 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitIf() 311 …LOG(ERROR, BYTECODE_OPTIMIZER) << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) <… in IfEcma() 340 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in IfEcma() 411 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitReturn() 470 …LOG(ERROR, BYTECODE_OPTIMIZER) << "Codegen for " << compiler::GetOpcodeString(inst_base->GetOpcode… in VisitCastValueToAnyType()
|
| D | codegen.h | 121 LOG(ERROR, BYTECODE_OPTIMIZER) << "Opcode " << compiler::GetOpcodeString(inst->GetOpcode()) in VisitDefault()
|