/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | graph_checker.cpp | 73 std::cerr << "Instruction is not an input to its user\n" in UserInputCheck() 80 std::cerr << "Instruction has invalid input:\n" in UserInputCheck() 83 std::cerr << "Instruction is not a user to its input:\n" in UserInputCheck() 92 std::cerr << "Incorrect 'require_state' flag in the inst: " << *inst); in UserInputCheck() 99 std::cerr << "Incorrect phi's inputs count: " << inst->GetInputsCount() in UserInputCheck() 205 std::cerr << "Block " << block->GetId() << " is not a successor to its predecessor " in CheckControlFlow() 222 std::cerr << std::endl in PrintFailedMethodAndPass() 231 std::cerr << std::endl in PrintFailedMethodAndPassVisitor() 269 (std::cerr << "Input type don't equal to real input type\n" in CheckInputType() 273 GetGraph()->Dump(&std::cerr))); in CheckInputType() [all...] |
H A D | graph_checker.h | 296 (std::cerr << "Binary instruction type is not a integer", inst->Dump(&std::cerr))); in CheckBinaryOperationTypes() 301 (std::cerr << "Binary instruction 1st operand type is not a numeric", inst->Dump(&std::cerr))); in CheckBinaryOperationTypes() 304 (std::cerr << "Binary instruction 2nd operand type is not a numeric", inst->Dump(&std::cerr))); in CheckBinaryOperationTypes() 306 (std::cerr << "Binary instruction type is not a numeric", inst->Dump(&std::cerr))); in CheckBinaryOperationTypes() 309 (std::cerr << "Types of binary instruction operands are not compatible\n", in CheckBinaryOperationTypes() 310 op1->Dump(&std::cerr), op in CheckBinaryOperationTypes() [all...] |
/arkcompiler/runtime_core/static_core/tools/sampler/ |
H A D | args_parser.h | 30 std::cerr << parser_.GetErrorString(); in Parse() 36 std::cerr << err.value().GetMessage() << std::endl; in Parse() 41 std::cerr << "[Error] Input file is not set." << std::endl; in Parse() 46 std::cerr << "[Error] Output file is not set." << std::endl; in Parse() 51 std::cerr << "[Error] File \"" << options_.GetInput() << "\" not found." << std::endl; in Parse() 65 std::cerr << "AsptConverter usage: " << std::endl; in Help() 66 std::cerr << "${BUILD_DIR}/bin/aspt_converter " in Help() 70 std::cerr << "optional arguments:" << std::endl; in Help() 71 std::cerr << parser_.GetHelpString() << std::endl; in Help()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | graph_checker.cpp | 51 ASSERT_DO(CheckInstHasInput(user_inst, inst), std::cerr << "Instruction is not an input to its user\n" in UserInputCheck() 58 ASSERT_DO(CheckInstHasUser(input_inst, inst), std::cerr << "Instruction is not a user to its input:\n" in UserInputCheck() 67 std::cerr << "Incorrect 'require_state' flag in the inst: " << *inst); in UserInputCheck() 174 std::cerr << phi->GetInputsCount() << " " << block->GetPredsBlocks().size() in CheckControlFlow() 184 std::cerr << "Instruction block's pointer isn't correct" << *inst << std::endl); in CheckDataFlow() 187 std::cerr << "Not entry block can't contain Parameter instructions" << *inst << std::endl); in CheckDataFlow() 202 ASSERT_DO(CheckInstHasInput(user_inst, inst), std::cerr << "Instruction is not an input to its user\n" in CheckDataFlow() 209 std::cerr << "Instruction doesn't dominate its user\n" in CheckDataFlow() 223 std::cerr << "Undefined high-part of input instruction for its user\n" in CheckDataFlow() 229 ASSERT_DO(CheckInstHasUser(input.GetInst(), inst), std::cerr << "Instructio in CheckDataFlow() 747 inst->Dump(&std::cerr), std::cerr << "\\n input:\\n", op->Dump(&std::cerr))); VisitReturn() member in panda::compiler::std [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
H A D | encoder64_test.h | 98 std::cerr << std::hex << "Failed CallCode for param=" << param << " and result=" << result in CallCode() 101 std::cerr << "In binary :"; in CallCode() member in ark::compiler::Encoder64Test::std 103 std::cerr << " param=" << bit_cast<uint64_t>(param); in CallCode() 105 std::cerr << " param=" << bit_cast<uint32_t>(param); in CallCode() 108 std::cerr << " reslt=" << bit_cast<uint64_t>(result); in CallCode() 109 std::cerr << " current_reslt=" << bit_cast<uint64_t>(currResult); in CallCode() 111 std::cerr << " result=" << bit_cast<uint32_t>(result); in CallCode() 112 std::cerr << " current_reslt=" << bit_cast<uint32_t>(currResult); in CallCode() 114 std::cerr << "\n"; in CallCode() member in ark::compiler::Encoder64Test::std 141 std::cerr << "Faile in CallCode() 144 std::cerr << "In binary :"; CallCode() member in ark::compiler::Encoder64Test::std 157 std::cerr << "\\n"; CallCode() member in ark::compiler::Encoder64Test::std 186 std::cerr << "In binary :"; CallCode() member in ark::compiler::Encoder64Test::std 195 std::cerr << "\\n"; CallCode() member in ark::compiler::Encoder64Test::std 224 std::cerr << "In binary :"; CallCode() member in ark::compiler::Encoder64Test::std 234 std::cerr << "\\n"; CallCode() member in ark::compiler::Encoder64Test::std [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
H A D | encoder64_test.h | 90 std::cerr << std::hex << "Failed CallCode for param=" << param << " and result=" << result in CallCode() 93 std::cerr << "In binary :"; in CallCode() member in ark::compiler::std 95 std::cerr << " param=" << bit_cast<uint32_t>(param); in CallCode() 97 std::cerr << " param=" << bit_cast<uint64_t>(param); in CallCode() 100 std::cerr << " result=" << bit_cast<uint32_t>(result); in CallCode() 101 std::cerr << " current_reslt=" << bit_cast<uint32_t>(currResult); in CallCode() 103 std::cerr << " reslt=" << bit_cast<uint64_t>(result); in CallCode() 104 std::cerr << " current_reslt=" << bit_cast<uint64_t>(currResult); in CallCode() 106 std::cerr << "\n"; in CallCode() member in ark::compiler::std 134 std::cerr << "Faile in CallCode() 137 std::cerr << "In binary :"; CallCode() member in ark::compiler::std 150 std::cerr << "\\n"; CallCode() member in ark::compiler::std 179 std::cerr << "In binary :"; CallCode() member in ark::compiler::std 188 std::cerr << "\\n"; CallCode() member in ark::compiler::std 217 std::cerr << "In binary :"; CallCode() member in ark::compiler::std 227 std::cerr << "\\n"; CallCode() member in ark::compiler::std [all...] |
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | debug.cpp | 29 std::cerr << "ASSERTION FAILED: " << expr << std::endl; in AssertionFail() 30 std::cerr << "IN " << file << ":" << std::dec << line << ": " << function << std::endl; in AssertionFail() 32 std::cerr << "ERRNO: " << errnum << " (" << std::strerror(errnum) << ")" << std::endl; in AssertionFail() 34 std::cerr << "Backtrace [tid=" << os::thread::GetCurrentThreadId() << "]:\n"; in AssertionFail() 35 PrintStack(std::cerr); in AssertionFail()
|
/arkcompiler/runtime_core/static_core/runtime/interpreter/ |
H A D | interpreter_impl.cpp | 137 std::cerr << "Method " << method->GetFullName(true) << std::endl; in DebugDump() 138 std::cerr << pad << "nargs = " << method->GetNumArgs() << std::endl; in DebugDump() 139 std::cerr << pad << "nregs = " << method->GetNumVregs() << std::endl; in DebugDump() 140 std::cerr << pad << "total frame size = " << frame->GetSize() << std::endl; in DebugDump() 141 std::cerr << "Frame:" << std::endl; in DebugDump() 142 std::cerr << pad << "acc." << GetAccAsVReg<IS_DYNAMIC>().DumpVReg() << std::endl; in DebugDump() 145 std::cerr << pad << "v" << i << "." << frameHandler.GetVReg(i).DumpVReg() << std::endl; in DebugDump() 147 std::cerr << "Bytecode:" << std::endl; in DebugDump() 152 std::cerr << " -> "; in DebugDump() member in ark::interpreter::std 154 std::cerr << " "; in DebugDump() member in ark::interpreter::std [all...] |
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | debug.cpp | 26 std::cerr << "ASSERTION FAILED: " << expr << std::endl; in AssertionFail() 27 std::cerr << "IN " << file << ":" << std::dec << line << ": " << function << std::endl; in AssertionFail() 28 std::cerr << "Backtrace [tid=" << os::thread::GetCurrentThreadId() << "]:\n"; in AssertionFail() 29 PrintStack(std::cerr); in AssertionFail()
|
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | link.cpp | 30 std::cerr << "Error: " << a << std::endl; in PrintHelp() 33 std::cerr << "Usage:" << std::endl; in PrintHelp() 34 std::cerr << "ark_link [OPTIONS] -- FILES..." << std::endl << std::endl; in PrintHelp() 35 std::cerr << "Supported options:" << std::endl << std::endl; in PrintHelp() 36 std::cerr << paParser.GetHelpString() << std::endl; in PrintHelp() 66 std::cerr << "must have at least one file" << std::endl; in main() 91 std::cerr << "# " << ++i << "\n"; in main() 92 std::cerr << s << std::endl; in main()
|
/arkcompiler/runtime_core/static_core/dprof/converter/ |
H A D | main.cpp | 35 std::cerr << parser_.GetErrorString(); in Parse() 40 std::cerr << err.value().GetMessage() << std::endl; in Parse() 44 std::cerr << "Option \"storage-dir\" is not set" << std::endl; in Parse() 57 std::cerr << "Usage: " << appName_ << " [OPTIONS]" << std::endl; in Help() 58 std::cerr << "optional arguments:" << std::endl; in Help() 59 std::cerr << parser_.GetHelpString() << std::endl; in Help()
|
/arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/ark_hz/ |
H A D | ark_js_runtime.cpp | 35 std::cerr << GetHelper(); in ProcessOptions() 41 std::cerr << "The last argument must be abc file" << std::endl; in ProcessOptions() 42 std::cerr << GetHelper(); in ProcessOptions() 48 std::cerr << GetHelper(); in ProcessOptions() 64 std::cerr << "Cannot Create vm" << std::endl; in Init()
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
H A D | encoder32_test.h | 165 std::cerr << " param" << PARAM_IDX << "="; 167 std::cerr << bit_cast<uint64_t>(arg); 169 std::cerr << bit_cast<uint32_t>(arg); 171 std::cerr << arg; 194 std::cerr << std::hex << "Failed CallCode for"; 196 std::cerr << " and result=" << result << " current_result=" << currResult << "\n"; 198 std::cerr << "In binary :"; 201 std::cerr << " reslt=" << bit_cast<uint64_t>(result); 202 std::cerr << " current_reslt=" << bit_cast<uint64_t>(currResult); 204 std::cerr << " resul [all...] |
/arkcompiler/runtime_core/verifier/ |
H A D | main.cpp | 22 std::cerr << "Usage:" << std::endl; in PrintHelp() 23 std::cerr << "ark_verifier [options] input_file" << std::endl; in PrintHelp() 24 std::cerr << "Supported options:" << std::endl; in PrintHelp() 25 std::cerr << pa_parser.GetHelpString() << std::endl; in PrintHelp()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | asm_caller.cpp | 73 std::cerr << "------------ OUTPUT FOR " << #opc << "------------\n"; \ in TEST_F() 74 std::cerr << "ui8 result:" << std::hex << static_cast<uint64_t>(test_##opc##_8(ui8)) \ in TEST_F() 76 std::cerr << "ui16 result:" << std::hex << static_cast<uint64_t>(test_##opc##_16(ui16)) \ in TEST_F() 78 std::cerr << "ui32 result:" << std::hex << static_cast<uint64_t>(test_##opc##_32(ui32)) \ in TEST_F() 80 std::cerr << "ui64 result:" << std::hex << static_cast<uint64_t>(test_##opc##_64(ui64)) \ in TEST_F() 94 std::cerr << "------------ OUTPUT FOR " << #opc << "------------\n"; \ in TEST_F() 95 std::cerr << "ui8 result:" << std::hex << static_cast<uint64_t>(test_##opc##_8(ui8, ui8_2)) \ in TEST_F() 97 std::cerr << "ui16 result:" << std::hex << static_cast<uint64_t>(test_##opc##_16(ui16, ui16_2)) \ in TEST_F() 99 std::cerr << "ui32 result:" << std::hex << static_cast<uint64_t>(test_##opc##_32(ui32, ui32_2)) \ in TEST_F() 101 std::cerr << "ui6 in TEST_F() [all...] |
H A D | graph_comparator.h | 37 std::cerr << "Different number of blocks\n"; in Compare() member in panda::compiler::GraphComparator::std 56 std::cerr << "Different number of preds blocks\n"; in Compare() member in panda::compiler::std 57 block1->Dump(&std::cerr); in Compare() 58 block2->Dump(&std::cerr); in Compare() 62 std::cerr << "Different number of succs blocks\n"; in Compare() member in panda::compiler::std 63 block1->Dump(&std::cerr); in Compare() 64 block2->Dump(&std::cerr); in Compare() 71 std::cerr << "Different instructions:\n"; in Compare() 72 inst1->Dump(&std::cerr); in Compare() 73 inst2->Dump(&std::cerr); in Compare() [all...] |
/arkcompiler/runtime_core/panda/ |
H A D | panda.cpp | 89 std::cerr << pa_parser.GetErrorString() << std::endl; in PrintHelp() 90 std::cerr << "Usage: " in PrintHelp() 93 std::cerr << std::endl; in PrintHelp() 94 std::cerr << "optional arguments:" << std::endl; in PrintHelp() 95 std::cerr << pa_parser.GetHelpString() << std::endl; in PrintHelp() 128 std::cerr << "Error: " << runtime_options_err.value().GetMessage() << std::endl; in PrepareArguments() 134 std::cerr << "Error: " << compiler_options_err.value().GetMessage() << std::endl; in PrepareArguments() 145 std::cerr << "Error: cannot create runtime" << std::endl; in ExecutePandaFile() 169 std::cerr << "Cannot execute panda file '" << file_name << "' with entry '" << entry << "'" << std::endl; in ExecutePandaFile() 182 std::cerr << "Erro in ExecutePandaFile() [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | asm_caller.cpp | 94 std::cerr << "------------ OUTPUT FOR " << #opc << "------------\n"; \ in TEST_F() 95 std::cerr << "ui8 result:" << std::hex << static_cast<uint64_t>(test_##opc##_8(ui8)) \ in TEST_F() 97 std::cerr << "ui16 result:" << std::hex << static_cast<uint64_t>(test_##opc##_16(ui16)) \ in TEST_F() 99 std::cerr << "ui32 result:" << std::hex << static_cast<uint64_t>(test_##opc##_32(ui32)) \ in TEST_F() 101 std::cerr << "ui64 result:" << std::hex << static_cast<uint64_t>(test_##opc##_64(ui64)) \ in TEST_F() 120 std::cerr << "------------ OUTPUT FOR " << #opc << "------------\n"; \ in TEST_F() 121 std::cerr << "ui8 result:" << std::hex << static_cast<uint64_t>(test_##opc##_8(ui8, ui8_2)) \ in TEST_F() 123 std::cerr << "ui16 result:" << std::hex << static_cast<uint64_t>(test_##opc##_16(ui16, ui16_2)) \ in TEST_F() 125 std::cerr << "ui32 result:" << std::hex << static_cast<uint64_t>(test_##opc##_32(ui32, ui32_2)) \ in TEST_F() 127 std::cerr << "ui6 in TEST_F() [all...] |
/arkcompiler/runtime_core/static_core/panda/ |
H A D | panda.cpp | 60 std::cerr << paParser.GetErrorString() << std::endl; in PrintHelp() 61 std::cerr << "Usage: " in PrintHelp() 64 std::cerr << std::endl; in PrintHelp() 65 std::cerr << "optional arguments:" << std::endl; in PrintHelp() 66 std::cerr << paParser.GetHelpString() << std::endl; in PrintHelp() 85 std::cerr << "Error: " << runtimeOptionsErr.value().GetMessage() << std::endl; in PrepareArguments() 91 std::cerr << "Error: " << compilerOptionsErr.value().GetMessage() << std::endl; in PrepareArguments() 148 std::cerr << "Cannot execute panda file '" << fileName << "' with entry '" << entry << "'" << std::endl; in ExecutePandaFile() 216 std::cerr << "Error: cannot create runtime" << std::endl; in Main() 230 std::cerr << "Erro in Main() [all...] |
/arkcompiler/runtime_core/static_core/assembler/ |
H A D | pandasm.cpp | 44 std::cerr << msg << ": " << e.message << std::endl; in PrintError() 46 std::cerr << sos.str() << e.wholeLine << std::endl; in PrintError() 47 std::cerr << std::setw(static_cast<int>(e.pos + sos.str().size()) + 1) << "^" << std::endl; in PrintError() 59 std::cerr << "Usage:" << std::endl; in PrintHelp() 60 std::cerr << "pandasm [OPTIONS] INPUT_FILE OUTPUT_FILE" << std::endl << std::endl; in PrintHelp() 61 std::cerr << "Supported options:" << std::endl << std::endl; in PrintHelp() 62 std::cerr << paParser.GetHelpString() << std::endl; in PrintHelp() 101 std::cerr << "The input file does not exist." << std::endl; in PrepareArgs() 150 std::cerr << "Cannot write scopes into the given file." << std::endl; in DumpProgramInJson() 170 std::cerr << "Faile in EmitProgramInBinary() [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | type_info.h | 247 std::cerr << "TypeInfo:"; in Dump() member in ark::compiler::final::std 250 std::cerr << "INT8"; in Dump() member in ark::compiler::final::std 253 std::cerr << "INT16"; in Dump() member in ark::compiler::final::std 256 std::cerr << "INT32"; in Dump() member in ark::compiler::final::std 259 std::cerr << "FLOAT32"; in Dump() member in ark::compiler::final::std 262 std::cerr << "INT64"; in Dump() member in ark::compiler::final::std 265 std::cerr << "FLOAT64"; in Dump() member in ark::compiler::final::std 268 std::cerr << "INVALID"; in Dump() member in ark::compiler::final::std 271 std::cerr << ", size = " << GetSize(); in Dump()
|
/arkcompiler/runtime_core/static_core/plugins/ets/arkts_header/ |
H A D | arkts_header.cpp | 29 std::cerr << "Usage:" << std::endl; in PrintHelp() 30 std::cerr << "arkts_header [options] INPUT_FILE OUTPUT_FILE" << std::endl << std::endl; in PrintHelp() 31 std::cerr << "Supported options:" << std::endl << std::endl; in PrintHelp() 32 std::cerr << paParser.GetHelpString() << std::endl; in PrintHelp()
|
/arkcompiler/runtime_core/assembler/ |
H A D | pandasm.cpp | 41 std::cerr << msg << ": " << e.message << std::endl; in PrintError() 43 std::cerr << sos.str() << e.whole_line << std::endl; in PrintError() 44 std::cerr << std::setw(static_cast<int>(e.pos + sos.str().size()) + 1) << "^" << std::endl; in PrintError() 56 std::cerr << "Usage:" << std::endl; in PrintHelp() 57 std::cerr << "pandasm [OPTIONS] INPUT_FILE OUTPUT_FILE" << std::endl << std::endl; in PrintHelp() 58 std::cerr << "Supported options:" << std::endl << std::endl; in PrintHelp() 59 std::cerr << pa_parser.GetHelpString() << std::endl; in PrintHelp() 100 std::cerr << "The input file does not exist." << std::endl; in PrepareArgs() 149 std::cerr << "Cannot write scopes into the given file." << std::endl; in DumpProgramInJson() 169 std::cerr << "Faile in EmitProgramInBinary() [all...] |
/arkcompiler/toolchain/tooling/client/ark_multi/ |
H A D | main.cpp | 118 std::cerr << "Cannot create vm." << std::endl; in StartThread() 134 std::cerr << static_cast<char*>(work->data) << std::endl; in StartThread() 149 std::cerr << "Run begin [" << getpid() << "]" << std::endl; in Main() 151 std::cerr << "At least have three arguments." << std::endl; in Main() 158 std::cerr << "The argument about the number of threads is incorrect." << std::endl; in Main() 166 std::cerr << "RealPath return fail"; in Main() member in OHOS::ArkCompiler::Toolchain::std 175 std::cerr << "Not endwith .abc" << line << std::endl; in Main() 185 std::cerr << "ParseCommand failed." << std::endl; in Main() 190 std::cerr << "Cannot create vm." << std::endl; in Main() 227 std::cerr << "Ru in Main() [all...] |
/arkcompiler/ets_frontend/merge_abc/src/ |
H A D | protobufSnapshotGenerator.cpp | 32 std::cerr << "Failed to create: " << outputName << std::endl; in GenerateSnapshot() 46 std::cerr << "Failed to open: " << inputName << std::endl; in GenerateProgram() 51 std::cerr << "Failed to parse: " << inputName << std::endl; in GenerateProgram() 69 std::cerr << "Failed to parse cache file: " << cacheFilePath << std::endl; in GetCacheContext() 94 std::cerr << "Failed to create cache file: " << cacheFilePath << std::endl; in UpdateCacheFile()
|