Searched refs:isReduction (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h1210 assert(isReduction());
1215 assert(isReduction());
1218 constexpr bool isReduction() const noexcept { return format == Format::PSEUDO_REDUCTION; } function in struct:aco::Instruction
H A Daco_validate.cpp254 bool can_be_undef = is_phi(instr) || instr->isEXP() || instr->isReduction() ||
H A Daco_lower_to_hw_instr.cpp2270 } else if (instr->isReduction()) {

Completed in 20 milliseconds