Searched refs:isReduction (Results 1 – 3 of 3) sorted by relevance
1210 assert(isReduction()); in reduction()1215 assert(isReduction()); in reduction()1218 constexpr bool isReduction() const noexcept { return format == Format::PSEUDO_REDUCTION; } in isReduction() function
244 bool can_be_undef = is_phi(instr) || instr->isEXP() || instr->isReduction() || in validate_ir()
2270 } else if (instr->isReduction()) { in lower_to_hw_instr()