Lines Matching defs:ir
201 lower_instructions_visitor::sub_to_add_neg(ir_expression *ir) in sub_to_add_neg()
211 lower_instructions_visitor::div_to_mul_rcp(ir_expression *ir) in div_to_mul_rcp()
230 lower_instructions_visitor::int_div_to_mul_rcp(ir_expression *ir) in int_div_to_mul_rcp()
281 lower_instructions_visitor::exp_to_exp2(ir_expression *ir) in exp_to_exp2()
293 lower_instructions_visitor::pow_to_exp2(ir_expression *ir) in pow_to_exp2()
308 lower_instructions_visitor::log_to_log2(ir_expression *ir) in log_to_log2()
319 lower_instructions_visitor::mod_to_floor(ir_expression *ir) in mod_to_floor()
369 lower_instructions_visitor::ldexp_to_arith(ir_expression *ir) in ldexp_to_arith()
543 lower_instructions_visitor::dldexp_to_arith(ir_expression *ir) in dldexp_to_arith()
673 lower_instructions_visitor::dfrexp_sig_to_arith(ir_expression *ir) in dfrexp_sig_to_arith()
746 lower_instructions_visitor::dfrexp_exp_to_arith(ir_expression *ir) in dfrexp_exp_to_arith()
799 lower_instructions_visitor::carry_to_arith(ir_expression *ir) in carry_to_arith()
819 lower_instructions_visitor::borrow_to_arith(ir_expression *ir) in borrow_to_arith()
837 lower_instructions_visitor::sat_to_clamp(ir_expression *ir) in sat_to_clamp()
857 lower_instructions_visitor::double_dot_to_fma(ir_expression *ir) in double_dot_to_fma()
888 lower_instructions_visitor::double_lrp(ir_expression *ir) in double_lrp()
913 lower_instructions_visitor::dceil_to_dfrac(ir_expression *ir) in dceil_to_dfrac()
938 lower_instructions_visitor::dfloor_to_dfrac(ir_expression *ir) in dfloor_to_dfrac()
951 lower_instructions_visitor::dround_even_to_dfrac(ir_expression *ir) in dround_even_to_dfrac()
998 lower_instructions_visitor::dtrunc_to_dfrac(ir_expression *ir) in dtrunc_to_dfrac()
1033 lower_instructions_visitor::dsign_to_csel(ir_expression *ir) in dsign_to_csel()
1057 lower_instructions_visitor::bit_count_to_math(ir_expression *ir) in bit_count_to_math()
1104 lower_instructions_visitor::extract_to_shifts(ir_expression *ir) in extract_to_shifts()
1180 lower_instructions_visitor::insert_to_shifts(ir_expression *ir) in insert_to_shifts()
1247 lower_instructions_visitor::reverse_to_shifts(ir_expression *ir) in reverse_to_shifts()
1335 lower_instructions_visitor::find_lsb_to_float_cast(ir_expression *ir) in find_lsb_to_float_cast()
1416 lower_instructions_visitor::find_msb_to_float_cast(ir_expression *ir) in find_msb_to_float_cast()
1546 lower_instructions_visitor::imul_high_to_mul(ir_expression *ir) in imul_high_to_mul()
1691 lower_instructions_visitor::sqrt_to_abs_sqrt(ir_expression *ir) in sqrt_to_abs_sqrt()
1698 lower_instructions_visitor::mul64_to_mul_and_mul_high(ir_expression *ir) in mul64_to_mul_and_mul_high()
1758 lower_instructions_visitor::visit_leave(ir_expression *ir) in visit_leave()