Searched refs:row_len (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 513 const uptr row_len = 16; // better be power of two. in PrintTagInfoAroundAddr() local 515 RoundDownTo(reinterpret_cast<uptr>(tag_ptr), row_len)); in PrintTagInfoAroundAddr() 516 tag_t *beg_row = center_row_beg - row_len * (num_rows / 2); in PrintTagInfoAroundAddr() 517 tag_t *end_row = center_row_beg + row_len * ((num_rows + 1) / 2); in PrintTagInfoAroundAddr() 519 for (tag_t *row = beg_row; row < end_row; row += row_len) { in PrintTagInfoAroundAddr() 522 for (uptr i = 0; i < row_len; i++) { in PrintTagInfoAroundAddr()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | mve-postinc-lsr.ll | 200 …xt %num_cols, i32 %col_offset, i16 signext %activation_min, i16 zeroext %row_len, i32* nocapture r… 293 %conv5 = zext i16 %row_len to i32 383 …xt %num_cols, i32 %col_offset, i16 signext %activation_min, i16 zeroext %row_len, i32* nocapture r… 475 %conv5 = zext i16 %row_len to i32 675 …, i16 signext %activation_min, i16 signext %activation_max, i16 zeroext %row_len, i32* nocapture r… 772 %conv5 = zext i16 %row_len to i32 864 …, i16 signext %activation_min, i16 signext %activation_max, i16 zeroext %row_len, i32* nocapture r… 960 %conv5 = zext i16 %row_len to i32
|