Home
last modified time | relevance | path

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

/third_party/mesa3d/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 */ in is_phi_src_scalarizable()
79 /* These are trivially scalarizable */ in is_phi_src_scalarizable()
127 * scalarizable, unless lower_all is set.
159 /* Insert an entry and mark it as scalarizable for now. That way in should_lower_phi()
165 bool scalarizable = false; in should_lower_phi() local
168 /* This loop ignores srcs that are not scalarizable because its likely in should_lower_phi()
169 * still worth copying to temps if another phi source is scalarizable in should_lower_phi()
[all...]

Completed in 1 milliseconds