Searched refs:scratch_loc (Results 1 – 6 of 6) sorted by relevance
42 #define ppc64_scratch_loc UNW_OBJ(scratch_loc)
38 #define hppa_scratch_loc UNW_OBJ(scratch_loc)
52 #define x86_scratch_loc UNW_OBJ(scratch_loc)
62 #define x86_64_scratch_loc UNW_OBJ(scratch_loc)
2499 int scratch_loc[this->virtual_grf_count]; in move_grf_array_access_to_scratch() local2502 scratch_loc[i] = -1; in move_grf_array_access_to_scratch()2513 scratch_loc[inst->dst.reg] == -1) { in move_grf_array_access_to_scratch()2514 scratch_loc[inst->dst.reg] = c->last_scratch; in move_grf_array_access_to_scratch()2522 scratch_loc[src->reg] == -1) { in move_grf_array_access_to_scratch()2523 scratch_loc[src->reg] = c->last_scratch; in move_grf_array_access_to_scratch()2541 if (inst->dst.file == GRF && scratch_loc[inst->dst.reg] != -1) { in move_grf_array_access_to_scratch()2544 emit_scratch_write(inst, temp, inst->dst, scratch_loc[inst->dst.reg]); in move_grf_array_access_to_scratch()2553 if (inst->src[i].file != GRF || scratch_loc[inst->src[i].reg] == -1) in move_grf_array_access_to_scratch()2559 scratch_loc[inst->src[i].reg]); in move_grf_array_access_to_scratch()
486 #define ia64_scratch_loc UNW_OBJ(scratch_loc)