Lines Matching defs:offset
61 unsigned offset;
363 * If a deref chain is used at all by a non-can_move thing, then any offset
367 * offset sources should be considered candidates as they will be removed
487 * offset. Assuming there is no expression sharing, this is similar to the
497 unsigned offset = 0;
500 offset = ALIGN_POT(offset, state->align);
502 if (offset + state->size > options->preamble_storage_size)
506 state->offset = offset;
508 offset += state->size;
511 *size = offset;
561 nir_store_preamble(b, clone_def, .base = state->offset);
582 .base = state->offset);