Home
last modified time | relevance | path

Searched refs:emit_copy (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_from_ssa.c627 emit_copy(nir_builder *b, nir_src src, nir_src dest_src) in emit_copy() function
768 emit_copy(&state->builder, values[loc[a]], values[b]); in resolve_parallel_copy()
822 emit_copy(&state->builder, values[b], values[num_vals]); in resolve_parallel_copy()
/third_party/ltp/tools/sparse/sparse-src/
Dcompile-i386.c1086 static void emit_copy(struct storage *dest, struct storage *src, in emit_copy() function
1518 emit_copy(new, addr, expr->unop->ctype); in emit_inc_dec()
1567 emit_copy(new, stot, expr->ctype); in emit_conditional_expr()
1574 emit_copy(new, stof, expr->ctype); in emit_conditional_expr()
2174 emit_copy(addr, val, expr->ctype); in x86_assignment()