Searched refs:nphi (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_clone.c | 434 nir_phi_instr *nphi = nir_phi_instr_create(state->ns); in clone_phi() local 436 __clone_dst(state, &nphi->instr, &nphi->dest, &phi->dest); in clone_phi() 450 nir_instr_insert_after_block(nblk, &nphi->instr); in clone_phi() 453 nir_phi_src *nsrc = nir_phi_instr_add_src(nphi, src->pred, src->src); in clone_phi() 461 return nphi; in clone_phi()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 3383 emit_phi(struct ir3_context *ctx, nir_phi_instr *nphi) in emit_phi() argument 3388 compile_assert(ctx, nphi->dest.ssa.num_components == 1); in emit_phi() 3390 dst = ir3_get_dst(ctx, &nphi->dest, 1); in emit_phi() 3393 exec_list_length(&nphi->srcs)); in emit_phi() 3395 phi->phi.nphi = nphi; in emit_phi() 3399 ir3_put_dst(ctx, &nphi->dest); in emit_phi() 3407 struct ir3_instruction *phi, nir_phi_instr *nphi) in read_phi_src() argument 3416 read_phi_src(ctx, blk->predecessors[i], phi, nphi); in read_phi_src() 3426 nir_foreach_phi_src (nsrc, nphi) { in read_phi_src() 3448 nir_phi_instr *nphi = phi->phi.nphi; in resolve_phis() local [all …]
|
D | ir3.h | 406 void *nphi; member
|