Home
last modified time | relevance | path

Searched refs:last_read (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_liverangeevaluator_helpers.cpp257 last_read(range.end), in RegisterCompAccess()
281 if (last_read < line) in record_read()
282 last_read = line; in record_read()
504 if (last_read < lr) in propagate_live_range_to_dominant_write_scope()
505 last_read = lr; in propagate_live_range_to_dominant_write_scope()
588 last_read = last_read_scope->end(); in update_required_live_range()
621 if (last_write >= last_read) in update_required_live_range()
622 last_read = last_write + 1; in update_required_live_range()
626 m_range.end = last_read; in update_required_live_range()
Dsfn_liverangeevaluator_helpers.h119 int last_read; variable
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_pressure_schedule.c75 struct sched_node **last_read = in create_dag() local
110 add_dep(node, last_read[label_index(ctx, src)]); in create_dag()
119 add_dep(node, last_read[label_index(ctx, dest)]); in create_dag()
130 last_read[label_index(ctx, src)] = node; in create_dag()
213 free(last_read); in create_dag()
Dbi_schedule.c216 struct util_dynarray last_read[64], last_write[64]; in bi_create_dependency_graph() local
219 util_dynarray_init(&last_read[i], NULL); in bi_create_dependency_graph()
273 … add_dependency(last_read, dest + c, i, st.dependents, st.dep_counts); in bi_create_dependency_graph()
284 add_dependency(last_read, c, i, st.dependents, st.dep_counts); in bi_create_dependency_graph()
296 mark_access(last_read, ins->src[s].value + c, i); in bi_create_dependency_graph()
311 util_dynarray_fini(&last_read[i]); in bi_create_dependency_graph()
/third_party/nghttp2/src/
Dshrpx_live_check.cc380 conn_.last_read = std::chrono::steady_clock::now(); in tls_handshake()
449 conn_.last_read = std::chrono::steady_clock::now(); in read_tls()
473 conn_.last_read = std::chrono::steady_clock::now(); in write_tls()
522 conn_.last_read = std::chrono::steady_clock::now(); in read_clear()
544 conn_.last_read = std::chrono::steady_clock::now(); in write_clear()
Dshrpx_memcached_connection.cc262 conn_.last_read = std::chrono::steady_clock::now(); in tls_handshake()
304 conn_.last_read = std::chrono::steady_clock::now(); in write_tls()
343 conn_.last_read = std::chrono::steady_clock::now(); in read_tls()
371 conn_.last_read = std::chrono::steady_clock::now(); in write_clear()
399 conn_.last_read = std::chrono::steady_clock::now(); in read_clear()
Dshrpx_http_downstream_connection.cc453 conn_.last_read = std::chrono::steady_clock::now(); in initiate_connection()
878 conn_.last_read = std::chrono::steady_clock::now(); in detach_downstream()
1234 conn_.last_read = std::chrono::steady_clock::now(); in read_clear()
1273 conn_.last_read = std::chrono::steady_clock::now(); in write_clear()
1321 conn_.last_read = std::chrono::steady_clock::now(); in tls_handshake()
1363 conn_.last_read = std::chrono::steady_clock::now(); in read_tls()
1404 conn_.last_read = std::chrono::steady_clock::now(); in write_tls()
Dshrpx_connection.h188 std::chrono::steady_clock::time_point last_read; member
Dshrpx_connection.cc1285 last_read = std::chrono::steady_clock::now(); in again_rt()
1291 last_read = std::chrono::steady_clock::now(); in again_rt()
1296 std::chrono::steady_clock::now() - last_read); in expired_rt()
Dshrpx_http2_session.cc2021 conn_.last_read = std::chrono::steady_clock::now(); in read_clear()
2043 conn_.last_read = std::chrono::steady_clock::now(); in write_clear()
2084 conn_.last_read = std::chrono::steady_clock::now(); in tls_handshake()
2123 conn_.last_read = std::chrono::steady_clock::now(); in read_tls()
2147 conn_.last_read = std::chrono::steady_clock::now(); in write_tls()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c42 int last_read[TGSI_EXEC_NUM_TEMPS]; member
282 if (ctx->last_read[src_reg_index] != -1) in liveness_mark_read()
283 ctx->last_read[src_reg_index] = pos; in liveness_mark_read()
300 ctx->last_read[i] = -1; in liveness_analysis()
362 return (from >= ctx->last_read[dst_reg_index]); in unused_from()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c103 struct util_dynarray *last_read = calloc(sizeof(struct util_dynarray), sz); in mir_create_dependency_graph() local
107 util_dynarray_init(&last_read[i], NULL); in mir_create_dependency_graph()
170 add_dependency(last_read, dest, mask, instructions, i); in mir_create_dependency_graph()
180 mark_access(last_read, src, readmask, i); in mir_create_dependency_graph()
202 util_dynarray_fini(&last_read[i]); in mir_create_dependency_graph()
206 free(last_read); in mir_create_dependency_graph()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp1130 vec4_instruction *last_read = in emit_scratch_read() local
1132 emit_before(block, inst, last_read); in emit_scratch_read()
1133 shuffle_64bit_data(temp, src_reg(shuffled), false, true, block, last_read); in emit_scratch_read()
/third_party/libabigail/tests/data/test-read-dwarf/
DPR25042-libgdbm-clang-dwarf5.so.6.0.0.abi394 …<var-decl name='last_read' type-id='type-id-6' visibility='default' filepath='./gdbmdefs.h' line='…
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst3488 - panfrost: free last_read/write tables in mir_create_dependency_graph