Lines Matching defs:count
2268 vtn_get_mem_operands(struct vtn_builder *b, const uint32_t *w, unsigned count,
2274 if (*idx >= count)
2279 vtn_assert(*idx < count);
2284 vtn_assert(*idx < count);
2290 vtn_assert(*idx < count);
2376 const uint32_t *w, unsigned count)
2406 struct vtn_value *initializer = count > 4 ? vtn_untyped_value(b, w[4]) : NULL;
2443 struct vtn_access_chain *chain = vtn_access_chain_create(b, count - 4);
2448 for (int i = 4; i < count; i++) {
2492 vtn_get_mem_operands(b, w, count, &idx, &dest_access, &dest_alignment,
2494 if (!vtn_get_mem_operands(b, w, count, &idx, &src_access, &src_alignment,
2522 vtn_get_mem_operands(b, w, count, &idx, &dest_access, &dest_alignment,
2524 if (!vtn_get_mem_operands(b, w, count, &idx, &src_access, &src_alignment,
2555 vtn_get_mem_operands(b, w, count, &idx, &access, &alignment, NULL, &scope);
2597 vtn_get_mem_operands(b, w, count, &idx, &access, &alignment, &scope, NULL);