summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_vec_to_movs.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-28util: rename list_empty() to list_is_empty()Timothy Arceri1-1/+1
2019-05-24nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand1-1/+1
2018-04-03nir/lower_vec_to_movs: Only coalesce if the vec had a SSA destinationJason Ekstrand1-1/+6
2016-05-12nir: Silence unused parameter warningsIan Romanick1-2/+2
2016-04-28nir: Switch the arguments to nir_foreach_use and friendsJason Ekstrand1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_functionJason Ekstrand1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_instrJason Ekstrand1-1/+1
2016-04-28nir/lower_vec_to_movs: fixup for new foreach_block()Connor Abbott1-14/+10
2016-04-20nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott1-1/+1
2016-04-11nir/lower_vec: adapt to different bit sizesConnor Abbott1-0/+1
2016-02-10nir/lower_vec_to_movs: Better report channels handled by insert_movJason Ekstrand1-1/+3
2016-01-26nir: move to compiler/Emil Velikov1-0/+310