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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_phis_to_scalar.c42 /* Hash table marking which phi nodes are scalarizable. The key is
44 * scalarizable or non-null for scalarizable.
75 /* A phi is scalarizable if we're going to lower it */
79 /* These are trivially scalarizable */
127 * scalarizable, unless lower_all is set.
159 /* Insert an entry and mark it as scalarizable for now. That way
165 bool scalarizable = false; local in function:should_lower_phi
168 /* This loop ignores srcs that are not scalarizable because its likely
169 * still worth copying to temps if another phi source is scalarizable
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_phis_to_scalar.c39 /* Hash table marking which phi nodes are scalarizable. The key is
41 * scalarizable or non-null for scalarizable.
74 /* A phi is scalarizable if we're going to lower it */
78 /* These are trivially scalarizable */
123 * scalarizable.
152 /* Insert an entry and mark it as scalarizable for now. That way
158 bool scalarizable = false; local in function:should_lower_phi
161 /* This loop ignores srcs that are not scalarizable because its likely
162 * still worth copying to temps if another phi source is scalarizable
[all...]

Completed in 35 milliseconds