Searched refs:is_not_fmul (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_search_helpers.h | 238 is_not_fmul(struct hash_table *ht, const nir_alu_instr *instr, unsigned src, function in typeref:typename:bool 248 return is_not_fmul(ht, src_alu, 0, 0, NULL);
|
| /xsrc/external/mit/MesaLib/src/compiler/nir/ |
| H A D | nir_opt_algebraic.c | 204 * ('~fadd', ('fneg(is_used_once)', ('fsat(is_used_once)', 'a(is_not_fmul)')), 1.0) => ('fsat', ('fadd', 1.0, ('fneg', 'a'))) 1123 * ('~fadd', ('fadd(is_used_once)', 'a(is_fmul)', 'b(is_fmul)'), 'c(is_not_fmul)') => ('fadd', ('fadd', 'a', 'c'), 'b') 9774 (is_not_fmul), [all...] |
Completed in 50 milliseconds