Searched refs:NEEDS_PHI (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_phi_builder.c46 #define NEEDS_PHI ((nir_ssa_def *)(intptr_t)-1) macro
71 * - NEEDS_PHI. Indicates that the block may need a phi node but none has
158 * value to the magic value NEEDS_PHI. Later, we create phi nodes
161 nir_phi_builder_value_set_block_def(val, next, NEEDS_PHI);
215 } else if (he->data == NEEDS_PHI) {
216 /* The magic value NEEDS_PHI indicates that the block needs a phi node
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_phi_builder.c46 #define NEEDS_PHI ((nir_ssa_def *)(intptr_t)-1) macro
71 * - NEEDS_PHI. Indicates that the block may need a phi node but none has
159 * value to the magic value NEEDS_PHI. Later, we create phi nodes
162 nir_phi_builder_value_set_block_def(val, next, NEEDS_PHI);
216 } else if (he->data == NEEDS_PHI) {
217 /* The magic value NEEDS_PHI indicates that the block needs a phi node

Completed in 3 milliseconds