Lines Matching defs:temp
1342 unsigned temp = (branch->src[0] == ~0) ? SSA_FIXED_REGISTER(0) : make_compiler_temp(ctx);
1345 *vmul = v_mov(src, temp);
1349 /* Rewrite to use our temp */
1353 mir_rewrite_index_dst_single(stages[i], src, temp);
1354 mir_rewrite_index_src_single(stages[i], src, temp);
1358 mir_rewrite_index_src_single(branch, src, temp);
1516 unsigned temp = make_compiler_temp(ctx);
1517 midgard_instruction mov = v_mov(I->src[s], temp);
1554 unsigned temp = make_compiler_temp(ctx);
1555 midgard_instruction mov = v_mov(src, temp);