Searched refs:scratch_loc (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_visitor.cpp | 1234 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 …]
|
D | brw_vec4.h | 278 src_reg emit_resolve_reladdr(int scratch_loc[], bblock_t *block,
|
/third_party/libunwind/libunwind/src/ppc64/ |
D | unwind_i.h | 42 #define ppc64_scratch_loc UNW_OBJ(scratch_loc)
|
/third_party/libunwind/libunwind/src/hppa/ |
D | unwind_i.h | 38 #define hppa_scratch_loc UNW_OBJ(scratch_loc)
|
/third_party/libunwind/libunwind/src/x86/ |
D | unwind_i.h | 52 #define x86_scratch_loc UNW_OBJ(scratch_loc)
|
/third_party/libunwind/libunwind/src/x86_64/ |
D | unwind_i.h | 62 #define x86_64_scratch_loc UNW_OBJ(scratch_loc)
|
/third_party/libunwind/libunwind/src/ia64/ |
D | unwind_i.h | 486 #define ia64_scratch_loc UNW_OBJ(scratch_loc)
|