| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | deoptimize_elimination.cpp | 62 … block->GetGraph()->GetEventWriter().EventDeoptimizeElimination(GetOpcodeString(sp->GetOpcode()), in RemoveSafePoints() 112 …inst->GetBasicBlock()->GetGraph()->GetEventWriter().EventDeoptimizeElimination(GetOpcodeString(ins… in VisitDefault() 131 …asicBlock()->GetGraph()->GetEventWriter().EventDeoptimizeElimination(GetOpcodeString(ss->GetOpcode… in VisitSaveState() 181 … block->GetGraph()->GetEventWriter().EventDeoptimizeElimination(GetOpcodeString(inst->GetOpcode()), in TryToRemoveRedundantSaveState() 276 …graph->GetEventWriter().EventDeoptimizeElimination(GetOpcodeString(guard->GetOpcode()), guard->Get… in RemoveGuard() 291 …graph->GetEventWriter().EventDeoptimizeElimination(GetOpcodeString(inst->GetOpcode()), inst->GetId… in RemoveDeoptimizeIf() 299 …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() 385 …graph->GetEventWriter().EventLowering(GetOpcodeString(inst->GetOpcode()), inst->GetId(), inst->Get… in VisitLoadFromConstantPool() 386 … COMPILER_LOG(DEBUG, LOWERING) << "Lowering is applied for " << GetOpcodeString(inst->GetOpcode()); in VisitLoadFromConstantPool() 969 …graph->GetEventWriter().EventLowering(GetOpcodeString(inst->GetOpcode()), inst->GetId(), inst->Get… in LowerMemInstScale() 970 … COMPILER_LOG(DEBUG, LOWERING) << "Lowering is applied for " << GetOpcodeString(inst->GetOpcode()); in LowerMemInstScale() 1025 …graph->GetEventWriter().EventLowering(GetOpcodeString(inst->GetOpcode()), inst->GetId(), inst->Get… in LowerConstArrayIndex() 1026 … COMPILER_LOG(DEBUG, LOWERING) << "Lowering is applied for " << GetOpcodeString(inst->GetOpcode()); in LowerConstArrayIndex() [all …]
|
| D | checks_elimination.cpp | 255 … << GetOpcodeString(Opcode::HclassCheck) << " with id = " << inst->GetId() << " dominate on " in TryRemoveDominatedHclassCheck() 256 … << 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() 585 …<< "NullCheck with id = " << inst->GetId() << " dominate on " << GetOpcodeString(userInst->GetOpco… in TryRemoveDominatedNullChecks() 609 …<< GetOpcodeString(OPC) << " with id = " << inst->GetId() << " dominate on " << GetOpcodeString(OP… in TryRemoveDominatedChecks() 626 COMPILER_LOG(DEBUG, CHECKS_ELIM) << "Remove consecutive " << GetOpcodeString(OPC); in TryRemoveConsecutiveChecks() 664 COMPILER_LOG(DEBUG, CHECKS_ELIM) << GetOpcodeString(OPC) << " have correct bounds"; in TryRemoveCheckByBounds() 678 … << GetOpcodeString(OPC) << " must throw, saved for replace by unconditional deoptimize"; in TryRemoveCheckByBounds() 1158 COMPILER_LOG(DEBUG, CHECKS_ELIM) << "Move check " << GetOpcodeString(inst->GetOpcode()) in MoveCheckOutOfLoop()
|
| D | peepholes.h | 119 … COMPILER_LOG(DEBUG, PEEPHOLE) << "Peephole is applied for " << GetOpcodeString(inst->GetOpcode()); 121 …inst->GetBasicBlock()->GetGraph()->GetEventWriter().EventPeephole(GetOpcodeString(inst->GetOpcode(…
|
| 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() 366 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() 379 ArenaString opcode(GetOpcodeString(mixinInst->GetOpcode()), adapter); in DumpOpcodeAnyTypeMixin() 420 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() 434 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() 454 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() 482 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() 490 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() 500 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() [all …]
|
| D | graph_checker.h | 57 os << GetOpcodeString(opc) << " ";
|
| D | inst.h | 277 constexpr const char *GetOpcodeString(Opcode opc) in GetOpcodeString() function 942 return GetOpcodeString(GetOpcode()); in GetOpcodeStr()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 130 …graph->GetEventWriter().EventLowering(GetOpcodeString(inst->GetOpcode()), inst->GetId(), inst->Get… in LowerIf() 134 … COMPILER_LOG(DEBUG, LOWERING) << "Lowering is applied for " << GetOpcodeString(inst->GetOpcode()); in LowerIf() 147 …inst->GetBasicBlock()->GetGraph()->GetEventWriter().EventLowering(GetOpcodeString(inst->GetOpcode(… in InPlaceLowerIfImm() 149 … COMPILER_LOG(DEBUG, LOWERING) << "Lowering is applied for " << GetOpcodeString(inst->GetOpcode()); in InPlaceLowerIfImm()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | codegen.cpp | 586 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitIf32() 632 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitIf64Signed() 678 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitIf64Unsigned() 704 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitIfRef() 745 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitIf() 751 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitIf() 802 …LOG(ERROR, BYTECODE_OPTIMIZER) << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) <… in IfEcma() 831 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in IfEcma() 889 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in IfImmZero32() 917 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in IfImmZeroRef() [all …]
|
| D | reg_encoder.cpp | 636 … << "Wrong DataType for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitLoadObject() 662 … << "Wrong DataType for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitLoadStatic() 694 … << "Wrong DataType for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitStoreObject() 720 … << "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 | 146 LOG(ERROR, BYTECODE_OPTIMIZER) << "Opcode " << compiler::GetOpcodeString(inst->GetOpcode()) in VisitDefault()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | dump.cpp | 172 ArenaString opc(GetOpcodeString(opcode), adapter); in DumpTypedFieldOpcode() 180 ArenaString opc(GetOpcodeString(opcode), allocator->Adapter()); in DumpTypedOpcode() 304 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() 317 ArenaString opcode(GetOpcodeString(mixin_inst->GetOpcode()), adapter); in DumpOpcodeAnyTypeMixin() 342 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() 353 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() 389 (*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 757 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 | 349 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitIf() 401 …LOG(ERROR, BYTECODE_OPTIMIZER) << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) <… in IfEcma() 430 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in IfEcma() 503 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitReturn() 562 …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/tests/ |
| D | inst_generator.cpp | 1145 ASSERT_DO(0U, std::cerr << GetOpcodeString(opCode) << "\n"); in Generate() 1204 htmlPage << "<th>" << GetOpcodeString(opc) << "</th>"; in GenerateHTMLPage()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.h | 1122 … COMPILER_LOG(DEBUG, CODEGEN) << "Can't encode instruction " << GetOpcodeString(inst->GetOpcode()) in VisitDefault()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 1983 LLVM_LOG(ERROR, ENTRY) << GetOpcodeString(inst->GetOpcode()) in CanCompile()
|