Searched refs:GetOpcodeString (Results 1 – 8 of 8) sorted by relevance
/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/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/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()
|