Searched refs:ir_unop_ceil (Results 1 – 10 of 10) sorted by relevance
92 ir_unop_ceil, enumerator
863 case ir_unop_ceil:
508 case ir_unop_ceil: in visit_leave()
247 case ir_unop_ceil: in ir_expression()
1839 case ir_unop_ceil: in visit_leave()
2026 case ir_unop_ceil: result = nir_fceil(&b, srcs[0]); break; in visit()
5376 UNOPA(ceil, ir_unop_ceil) in UNOP()
1197 case ir_unop_ceil: in visit()
1913 case ir_unop_ceil: in visit_expression()
2034 - i965: Use logical-not when emitting ir_unop_ceil.