HomeSort by relevance Sort by last modified time
    Searched refs:nir_instr_type_phi (Results 1 - 25 of 27) sorted by null

1 2

  /external/mesa3d/src/compiler/nir/
nir_opt_peephole_select.c 133 if (use->parent_instr->type != nir_instr_type_phi ||
203 if (instr->type != nir_instr_type_phi)
nir_to_lcssa.c 94 if (use->parent_instr->type == nir_instr_type_phi &&
137 if (use->parent_instr->type == nir_instr_type_phi &&
nir_opt_conditional_discard.c 64 if (instr->type != nir_instr_type_phi)
nir_opt_move_comparisons.c 145 if (instr->type == nir_instr_type_phi) {
nir_opt_remove_phis.c 72 if (instr->type != nir_instr_type_phi)
nir_liveness.c 128 if (instr->type != nir_instr_type_phi)
137 if (instr->type != nir_instr_type_phi)
209 if (instr->type == nir_instr_type_phi)
nir_lower_phis_to_scalar.c 73 case nir_instr_type_phi:
174 if (instr->type != nir_instr_type_phi)
184 if (instr->type != nir_instr_type_phi)
nir_opt_gcm.c 165 case nir_instr_type_phi:
293 if (use_instr->type == nir_instr_type_phi) {
412 if (instr->type == nir_instr_type_phi) {
nir_repair_ssa.c 60 if (src->parent_instr->type == nir_instr_type_phi) {
nir_from_ssa.c 233 if (instr && instr->type == nir_instr_type_phi)
239 if (instr && instr->type == nir_instr_type_phi)
310 if (instr->type != nir_instr_type_phi)
329 if (instr->type != nir_instr_type_phi)
375 if (instr->type != nir_instr_type_phi)
429 if (instr->type != nir_instr_type_phi) {
531 if (instr->type == nir_instr_type_phi) {
876 if (instr->type != nir_instr_type_phi)
nir_opt_dead_cf.c 94 if (instr->type != nir_instr_type_phi)
197 nir_block_first_instr(after)->type == nir_instr_type_phi)
nir_control_flow.c 210 if (instr->type != nir_instr_type_phi)
225 if (instr->type != nir_instr_type_phi)
243 if (instr->type != nir_instr_type_phi)
357 assert(instr->type != nir_instr_type_phi);
484 if (instr->type != nir_instr_type_phi)
nir_instr_set.c 188 case nir_instr_type_phi:
339 case nir_instr_type_phi: {
434 case nir_instr_type_phi:
473 case nir_instr_type_phi:
nir_opt_if.c 113 if (cond->parent_instr->type != nir_instr_type_phi)
nir_propagate_invariant.c 128 case nir_instr_type_phi: {
nir_lower_regs_to_ssa.c 54 if (instr->type == nir_instr_type_phi) {
nir_opt_copy_propagate.c 122 if (parent_instr && parent_instr->type == nir_instr_type_phi) {
nir_phi_builder.c 269 assert(phi->instr.type == nir_instr_type_phi);
nir_loop_analyze.c 146 return var->def->parent_instr->type == nir_instr_type_phi;
338 if (nif->condition.ssa->parent_instr->type == nir_instr_type_phi)
nir_validate.c 599 case nir_instr_type_phi:
645 if (instr->type != nir_instr_type_phi)
663 if (instr->type == nir_instr_type_phi) {
665 nir_instr_prev(instr)->type == nir_instr_type_phi);
    [all...]
nir.c 563 instr_init(&instr->instr, nir_instr_type_phi);
1140 case nir_instr_type_phi:
1183 case nir_instr_type_phi:
    [all...]
nir_clone.c 513 case nir_instr_type_phi:
543 if (instr->type == nir_instr_type_phi) {
nir.h 389 nir_instr_type_phi, enumerator in enum:__anon27408
    [all...]
nir_print.c 913 case nir_instr_type_phi:
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_nir_lower_if_else.c 81 if ((dest_instr->type == nir_instr_type_phi) &&
132 case nir_instr_type_phi: {
263 if (instr->type != nir_instr_type_phi)

Completed in 647 milliseconds

1 2