Searched refs:flush_to_zero (Results 1 – 3 of 3) sorted by relevance
126 input = flush_to_zero (src_is_fp16) (*this, casted_input); in generate()186 conversion_result = flush_to_zero (true) (*this, conversion_result); in generate()
128 class flush_to_zero : public tree_element_unary_visitor131 flush_to_zero (bool fp16) : m_fp16 (fp16) in flush_to_zero() function
965 operand = flush_to_zero (is_fp16_arith) (*this, operand); in build_or_analyze_operands()1024 inst_expr = flush_to_zero (is_fp16) (*this, inst_expr); in build_output_assignment()1195 flush_to_zero::visit_element (brig_code_entry_handler &, tree operand) in visit_element()