Lines Matching refs:ir_variable

321    ir_variable *x = new(ir) ir_variable(ir->operands[0]->type, "mod_x",  in mod_to_floor()
323 ir_variable *y = new(ir) ir_variable(ir->operands[1]->type, "mod_y", in mod_to_floor()
434 ir_variable *x = new(ir) ir_variable(ir->type, "x", ir_var_temporary); in ldexp_to_arith()
435 ir_variable *exp = new(ir) ir_variable(ivec, "exp", ir_var_temporary); in ldexp_to_arith()
436 ir_variable *result = new(ir) ir_variable(uvec, "result", ir_var_temporary); in ldexp_to_arith()
438 ir_variable *extracted_biased_exp = in ldexp_to_arith()
439 new(ir) ir_variable(ivec, "extracted_biased_exp", ir_var_temporary); in ldexp_to_arith()
440 ir_variable *resulting_biased_exp = in ldexp_to_arith()
441 new(ir) ir_variable(ivec, "resulting_biased_exp", ir_var_temporary); in ldexp_to_arith()
443 ir_variable *sign_mantissa = in ldexp_to_arith()
444 new(ir) ir_variable(uvec, "sign_mantissa", ir_var_temporary); in ldexp_to_arith()
446 ir_variable *flush_to_zero = in ldexp_to_arith()
447 new(ir) ir_variable(bvec, "flush_to_zero", ir_var_temporary); in ldexp_to_arith()
448 ir_variable *zero_mantissa = in ldexp_to_arith()
449 new(ir) ir_variable(bvec, "zero_mantissa", ir_var_temporary); in ldexp_to_arith()
565 ir_variable *x = new(ir) ir_variable(ir->type, "x", ir_var_temporary); in dldexp_to_arith()
566 ir_variable *exp = new(ir) ir_variable(ivec, "exp", ir_var_temporary); in dldexp_to_arith()
568 ir_variable *zero_sign_x = new(ir) ir_variable(ir->type, "zero_sign_x", in dldexp_to_arith()
571 ir_variable *extracted_biased_exp = in dldexp_to_arith()
572 new(ir) ir_variable(ivec, "extracted_biased_exp", ir_var_temporary); in dldexp_to_arith()
573 ir_variable *resulting_biased_exp = in dldexp_to_arith()
574 new(ir) ir_variable(ivec, "resulting_biased_exp", ir_var_temporary); in dldexp_to_arith()
576 ir_variable *is_not_zero_or_underflow = in dldexp_to_arith()
577 new(ir) ir_variable(bvec, "is_not_zero_or_underflow", ir_var_temporary); in dldexp_to_arith()
607 ir_variable *unpacked = in dldexp_to_arith()
608 new(ir) ir_variable(glsl_type::uvec2_type, "unpacked", ir_var_temporary); in dldexp_to_arith()
640 ir_variable *unpacked = in dldexp_to_arith()
641 new(ir) ir_variable(glsl_type::uvec2_type, "unpacked", ir_var_temporary); in dldexp_to_arith()
690 ir_variable *is_not_zero = in dfrexp_sig_to_arith()
691 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary); in dfrexp_sig_to_arith()
710 ir_variable *bits = in dfrexp_sig_to_arith()
711 new(ir) ir_variable(glsl_type::uint_type, "bits", ir_var_temporary); in dfrexp_sig_to_arith()
712 ir_variable *unpacked = in dfrexp_sig_to_arith()
713 new(ir) ir_variable(glsl_type::uvec2_type, "unpacked", ir_var_temporary); in dfrexp_sig_to_arith()
763 ir_variable *is_not_zero = in dfrexp_exp_to_arith()
764 new(ir) ir_variable(bvec, "is_not_zero", ir_var_temporary); in dfrexp_exp_to_arith()
765 ir_variable *high_words = in dfrexp_exp_to_arith()
766 new(ir) ir_variable(uvec, "high_words", ir_var_temporary); in dfrexp_exp_to_arith()
859 ir_variable *temp = new(ir) ir_variable(ir->operands[0]->type->get_base_type(), "dot_res", in double_dot_to_fma()
923 ir_variable *frtemp = new(ir) ir_variable(ir->operands[0]->type, "frtemp", in dceil_to_dfrac()
965 ir_variable *frtemp = new(ir) ir_variable(ir->operands[0]->type, "frtemp", in dround_even_to_dfrac()
967 ir_variable *temp = new(ir) ir_variable(ir->operands[0]->type, "temp", in dround_even_to_dfrac()
969 ir_variable *t2 = new(ir) ir_variable(ir->operands[0]->type, "t2", in dround_even_to_dfrac()
1010 ir_variable *frtemp = new(ir) ir_variable(arg->type, "frtemp", in dtrunc_to_dfrac()
1012 ir_variable *temp = new(ir) ir_variable(ir->operands[0]->type, "temp", in dtrunc_to_dfrac()
1064 ir_variable *temp = new(ir) ir_variable(glsl_type::uvec(elements), "temp", in bit_count_to_math()
1106 ir_variable *bits = in extract_to_shifts()
1107 new(ir) ir_variable(ir->operands[0]->type, "bits", ir_var_temporary); in extract_to_shifts()
1148 ir_variable *temp = in extract_to_shifts()
1149 new(ir) ir_variable(ir->operands[0]->type, "temp", ir_var_temporary); in extract_to_shifts()
1185 ir_variable *offset = in insert_to_shifts()
1186 new(ir) ir_variable(ir->operands[0]->type, "offset", ir_var_temporary); in insert_to_shifts()
1187 ir_variable *bits = in insert_to_shifts()
1188 new(ir) ir_variable(ir->operands[0]->type, "bits", ir_var_temporary); in insert_to_shifts()
1189 ir_variable *mask = in insert_to_shifts()
1190 new(ir) ir_variable(ir->operands[0]->type, "mask", ir_var_temporary); in insert_to_shifts()
1271 ir_variable *temp = in reverse_to_shifts()
1272 new(ir) ir_variable(glsl_type::uvec(ir->operands[0]->type->vector_elements), in reverse_to_shifts()
1346 ir_variable *temp = in find_lsb_to_float_cast()
1347 new(ir) ir_variable(glsl_type::ivec(elements), "temp", ir_var_temporary); in find_lsb_to_float_cast()
1348 ir_variable *lsb_only = in find_lsb_to_float_cast()
1349 new(ir) ir_variable(glsl_type::uvec(elements), "lsb_only", ir_var_temporary); in find_lsb_to_float_cast()
1350 ir_variable *as_float = in find_lsb_to_float_cast()
1351 new(ir) ir_variable(glsl_type::vec(elements), "as_float", ir_var_temporary); in find_lsb_to_float_cast()
1352 ir_variable *lsb = in find_lsb_to_float_cast()
1353 new(ir) ir_variable(glsl_type::ivec(elements), "lsb", ir_var_temporary); in find_lsb_to_float_cast()
1429 ir_variable *temp = in find_msb_to_float_cast()
1430 new(ir) ir_variable(glsl_type::uvec(elements), "temp", ir_var_temporary); in find_msb_to_float_cast()
1431 ir_variable *as_float = in find_msb_to_float_cast()
1432 new(ir) ir_variable(glsl_type::vec(elements), "as_float", ir_var_temporary); in find_msb_to_float_cast()
1433 ir_variable *msb = in find_msb_to_float_cast()
1434 new(ir) ir_variable(glsl_type::ivec(elements), "msb", ir_var_temporary); in find_msb_to_float_cast()
1461 ir_variable *as_int = in find_msb_to_float_cast()
1462 new(ir) ir_variable(glsl_type::ivec(elements), "as_int", ir_var_temporary); in find_msb_to_float_cast()
1572 ir_variable *src1 = in imul_high_to_mul()
1573 new(ir) ir_variable(glsl_type::uvec(elements), "src1", ir_var_temporary); in imul_high_to_mul()
1574 ir_variable *src1h = in imul_high_to_mul()
1575 new(ir) ir_variable(glsl_type::uvec(elements), "src1h", ir_var_temporary); in imul_high_to_mul()
1576 ir_variable *src1l = in imul_high_to_mul()
1577 new(ir) ir_variable(glsl_type::uvec(elements), "src1l", ir_var_temporary); in imul_high_to_mul()
1578 ir_variable *src2 = in imul_high_to_mul()
1579 new(ir) ir_variable(glsl_type::uvec(elements), "src2", ir_var_temporary); in imul_high_to_mul()
1580 ir_variable *src2h = in imul_high_to_mul()
1581 new(ir) ir_variable(glsl_type::uvec(elements), "src2h", ir_var_temporary); in imul_high_to_mul()
1582 ir_variable *src2l = in imul_high_to_mul()
1583 new(ir) ir_variable(glsl_type::uvec(elements), "src2l", ir_var_temporary); in imul_high_to_mul()
1584 ir_variable *t1 = in imul_high_to_mul()
1585 new(ir) ir_variable(glsl_type::uvec(elements), "t1", ir_var_temporary); in imul_high_to_mul()
1586 ir_variable *t2 = in imul_high_to_mul()
1587 new(ir) ir_variable(glsl_type::uvec(elements), "t2", ir_var_temporary); in imul_high_to_mul()
1588 ir_variable *lo = in imul_high_to_mul()
1589 new(ir) ir_variable(glsl_type::uvec(elements), "lo", ir_var_temporary); in imul_high_to_mul()
1590 ir_variable *hi = in imul_high_to_mul()
1591 new(ir) ir_variable(glsl_type::uvec(elements), "hi", ir_var_temporary); in imul_high_to_mul()
1592 ir_variable *different_signs = NULL; in imul_high_to_mul()
1611 ir_variable *itmp1 = in imul_high_to_mul()
1612 new(ir) ir_variable(glsl_type::ivec(elements), "itmp1", ir_var_temporary); in imul_high_to_mul()
1613 ir_variable *itmp2 = in imul_high_to_mul()
1614 new(ir) ir_variable(glsl_type::ivec(elements), "itmp2", ir_var_temporary); in imul_high_to_mul()
1623 new(ir) ir_variable(glsl_type::bvec(elements), "different_signs", in imul_high_to_mul()
1674 ir_variable *neg_hi = in imul_high_to_mul()
1675 new(ir) ir_variable(glsl_type::ivec(elements), "neg_hi", ir_var_temporary); in imul_high_to_mul()
1720 ir_variable *msb = in mul64_to_mul_and_mul_high()
1721 new(ir) ir_variable(var_type, "msb", ir_var_temporary); in mul64_to_mul_and_mul_high()
1722 ir_variable *lsb = in mul64_to_mul_and_mul_high()
1723 new(ir) ir_variable(var_type, "lsb", ir_var_temporary); in mul64_to_mul_and_mul_high()
1724 ir_variable *x = in mul64_to_mul_and_mul_high()
1725 new(ir) ir_variable(var_type, "x", ir_var_temporary); in mul64_to_mul_and_mul_high()
1726 ir_variable *y = in mul64_to_mul_and_mul_high()
1727 new(ir) ir_variable(var_type, "y", ir_var_temporary); in mul64_to_mul_and_mul_high()