Lines Matching defs:vn_lane_count

1478   const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
1492 VRegister vn_helper = VRegister(1, vn_bits, vn_lane_count);
1549 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
1615 for (unsigned lane = 0; lane < std::max(vd_lane_count, vn_lane_count);
1679 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
1697 VRegister vd_helper = VRegister(0, vn_bits, vn_lane_count);
1698 VRegister vn_helper = VRegister(1, vn_bits, vn_lane_count);
1711 inputs_n + vn_lane_bytes * (inputs_n_length - vn_lane_count));
1822 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
1839 for (unsigned lane = 0; lane < vn_lane_count; lane++) {
1841 (n * vd_lanes_per_q) + ((vn_lane_count - 1) - lane);
1843 (inputs_n_length - vn_lane_count + n + 1 + lane) %
1847 if ((vn_lane_count - 1) == lane) {
1919 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
1940 VRegister vn_helper = VRegister(1, vn_bits, vn_lane_count);
2172 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
2194 VRegister vn_helper = VRegister(1, vn_bits, vn_lane_count);
2434 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
2448 VRegister vn_helper = VRegister(1, vn_bits, vn_lane_count);
2511 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
2583 for (unsigned lane = 0; lane < std::max(vd_lane_count, vn_lane_count);
2651 const unsigned vn_lane_count = LaneCountFromFormat(vn_form);
2664 VRegister vn_helper = VRegister(1, vn_bits, vn_lane_count);
2680 inputs_n + vn_lane_bytes * (inputs_n_length - vn_lane_count));