Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dslow_path.cpp26 std::string opcodeStr(GetInst()->GetOpcodeStr()); in Generate() local
28opcodeStr += "." + GetIntrinsicName(static_cast<IntrinsicInst *>(GetInst())->GetIntrinsicId()); in Generate()
32 … std::string("SlowPath for inst ") + std::to_string(GetInst()->GetId()) + ". " + opcodeStr); in Generate()