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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_search_helpers.h254 is_fmul(struct hash_table *ht, const nir_alu_instr *instr, unsigned src, function in typeref:typename:bool
264 return is_fmul(ht, src_alu, 0, 0, NULL);
/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_opt_algebraic.c1108 * ('~fadd(is_used_once)', ('fadd(is_used_once)', 'a(is_not_const)', 'b(is_fmul)'), '#c') => ('fadd', ('fadd', 'a', 'c'), 'b')
1123 * ('~fadd', ('fadd(is_used_once)', 'a(is_fmul)', 'b(is_fmul)'), 'c(is_not_fmul)') => ('fadd', ('fadd', 'a', 'c'), 'b')
[all...]

Completed in 59 milliseconds