Searched refs:push_offset (Results 1 – 3 of 3) sorted by relevance
240 if (word >= ctx->info.push_offset) in bi_create_fau_interference_graph()289 unsigned push_offset = ctx->info.push_offset; in bi_opt_reorder_push() local293 for (unsigned i = push_offset; i < push->count; ++i) { in bi_opt_reorder_push()321 for (unsigned i = 0; i < push_offset; ++i) { in bi_opt_reorder_push()326 assert(ordering[i] >= push_offset); in bi_opt_reorder_push()327 old_to_new[ordering[i]] = push_offset + i; in bi_opt_reorder_push()345 push->words[push_offset + i] = old.words[ordering[i]]; in bi_opt_reorder_push()347 push->count = push_offset + pushed; in bi_opt_reorder_push()
750 unsigned push_offset; member
5201 .push_offset = info->push.count in bi_compile_variant()