Lines Matching defs:index
161 * to create a bit field of types of instructions that read a particular index.
222 * Conceptually, if an index is only marked for a single type of use,
226 * moves from the index to copies of the index, and finally rewrite N-1
255 /* Use the index as-is as the work copy. Emit copies for
1043 unsigned index = 0;
1046 index = ++spill_index;
1053 st = v_mov(spill_node, index);
1057 st = v_load_store_scratch(index, spill_slot, false, 0xF);
1069 index = spill_slot;
1074 mir_rewrite_index_src_single(ins, spill_node, index);