Searched refs:ir_unop_exp2 (Results 1 – 11 of 11) sorted by relevance
35 ir_unop_exp2, enumerator
173 case ir_unop_exp2:
393 case ir_unop_exp2: in handle_expression()420 if (op_expr[0]->operation == ir_unop_exp2) { in handle_expression()837 return expr(ir_unop_exp2, ir->operands[1]); in handle_expression()940 if (op_expr[0] && (op_expr[0]->operation == ir_unop_exp2 || in handle_expression()
285 ir->operation = ir_unop_exp2; in exp_to_exp2()299 ir->operation = ir_unop_exp2; in pow_to_exp2()
337 case ir_unop_exp2: in visit_leave()
244 case ir_unop_exp2: in ir_expression()
1941 case ir_unop_exp2: result = nir_fexp2(&b, srcs[0]); break; in visit()
5361 UNOP(exp2, ir_unop_exp2, always_available) in UNOP()
944 f = new(p->mem_ctx) ir_expression(ir_unop_exp2, f); in emit_fog_instructions()958 f = new(p->mem_ctx) ir_expression(ir_unop_exp2, f); in emit_fog_instructions()
1001 case ir_unop_exp2: in visit()
1507 case ir_unop_exp2: in visit_expression()