Searched refs:has_fast_fma32 (Results 1 – 3 of 3) sorted by relevance
1180 program->has_fast_fma32 = program->chip_class >= GFX9; in setup_isel_context()1182 program->has_fast_fma32 = true; in setup_isel_context()
1650 bool has_fast_fma32 = false; variable
2721 if (need_fma && mad32 && !ctx.program->has_fast_fma32) in combine_instruction()