Searched refs:row_len (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_report.cpp | 457 const uptr row_len = 16; // better be power of two. in PrintTagInfoAroundAddr() local 459 RoundDownTo(reinterpret_cast<uptr>(tag_ptr), row_len)); in PrintTagInfoAroundAddr() 460 tag_t *beg_row = center_row_beg - row_len * (num_rows / 2); in PrintTagInfoAroundAddr() 461 tag_t *end_row = center_row_beg + row_len * ((num_rows + 1) / 2); in PrintTagInfoAroundAddr() 463 for (tag_t *row = beg_row; row < end_row; row += row_len) { in PrintTagInfoAroundAddr() 466 for (uptr i = 0; i < row_len; i++) { in PrintTagInfoAroundAddr()
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | mve-postinc-lsr.ll | 206 …xt %num_cols, i32 %col_offset, i16 signext %activation_min, i16 zeroext %row_len, i32* nocapture r… 299 %conv5 = zext i16 %row_len to i32 389 …xt %num_cols, i32 %col_offset, i16 signext %activation_min, i16 zeroext %row_len, i32* nocapture r… 481 %conv5 = zext i16 %row_len to i32 681 …, i16 signext %activation_min, i16 signext %activation_max, i16 zeroext %row_len, i32* nocapture r… 776 %conv5 = zext i16 %row_len to i32 868 …, i16 signext %activation_min, i16 signext %activation_max, i16 zeroext %row_len, i32* nocapture r… 962 %conv5 = zext i16 %row_len to i32
|