Home
last modified time | relevance | path

Searched refs:scratch_loc (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp1234 vec4_visitor::emit_resolve_reladdr(int scratch_loc[], bblock_t *block, in emit_resolve_reladdr() argument
1241 *src.reladdr = emit_resolve_reladdr(scratch_loc, block, inst, in emit_resolve_reladdr()
1245 if (src.file == VGRF && scratch_loc[src.nr] != -1) { in emit_resolve_reladdr()
1248 emit_scratch_read(block, inst, temp, src, scratch_loc[src.nr]); in emit_resolve_reladdr()
1266 int scratch_loc[this->alloc.count]; in move_grf_array_access_to_scratch() local
1267 memset(scratch_loc, -1, sizeof(scratch_loc)); in move_grf_array_access_to_scratch()
1275 if (scratch_loc[inst->dst.nr] == -1) { in move_grf_array_access_to_scratch()
1276 scratch_loc[inst->dst.nr] = last_scratch; in move_grf_array_access_to_scratch()
1283 if (iter->file == VGRF && scratch_loc[iter->nr] == -1) { in move_grf_array_access_to_scratch()
1284 scratch_loc[iter->nr] = last_scratch; in move_grf_array_access_to_scratch()
[all …]
Dbrw_vec4.h278 src_reg emit_resolve_reladdr(int scratch_loc[], bblock_t *block,
/third_party/libunwind/libunwind/src/ppc64/
Dunwind_i.h42 #define ppc64_scratch_loc UNW_OBJ(scratch_loc)
/third_party/libunwind/libunwind/src/hppa/
Dunwind_i.h38 #define hppa_scratch_loc UNW_OBJ(scratch_loc)
/third_party/libunwind/libunwind/src/x86/
Dunwind_i.h52 #define x86_scratch_loc UNW_OBJ(scratch_loc)
/third_party/libunwind/libunwind/src/x86_64/
Dunwind_i.h62 #define x86_64_scratch_loc UNW_OBJ(scratch_loc)
/third_party/libunwind/libunwind/src/ia64/
Dunwind_i.h486 #define ia64_scratch_loc UNW_OBJ(scratch_loc)