Searched refs:output_buf (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | overeager_mla_fusing.ll | 4 …t_table, i16* nocapture readonly %coef_block, i8** nocapture readonly %output_buf, i32 %output_col… 46 %arrayidx404 = getelementptr inbounds i8*, i8** %output_buf, i64 6 52 %arrayidx408 = getelementptr inbounds i8*, i8** %output_buf, i64 7
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/ |
| H A D | AdbClient.cpp | 350 std::vector<char> &output_buf) { in internalShell() argument 351 output_buf.clear(); in internalShell() 368 error = ReadMessageStream(output_buf, timeout); in internalShell() 375 if (output_buf.size() > strlen(kShellPrefix)) { in internalShell() 376 if (!memcmp(&output_buf[0], kShellPrefix, strlen(kShellPrefix))) in internalShell() 378 std::string(output_buf.begin(), output_buf.end()).c_str()); in internalShell()
|
| H A D | AdbClient.h | 129 std::vector<char> &output_buf);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | 2009-07-30-PEICrash.ll | 31 …_info* nocapture %compptr, i16* nocapture %coef_block, i8** nocapture %output_buf, i32 %output_col… 117 %scevgep = getelementptr i8*, i8** %output_buf, i32 %ctr.116 ; <i8**> [#uses=1]
|
| H A D | 2009-08-07-NeonFPBug.ll | 31 …_info* nocapture %compptr, i16* nocapture %coef_block, i8** nocapture %output_buf, i32 %output_col…
|