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