Searched refs:isPrecise (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_opt_value_numbering.cpp404 if (instr->definitions[i].isPrecise())
H A Daco_optimizer.cpp2175 *precise = op1_instr->definitions[0].isPrecise() || op2_instr->definitions[0].isPrecise();
3155 if (fadd && instr->definitions[0].isPrecise())
3170 info.instr->definitions[0].isPrecise())
3356 if (need_fma && instr->definitions[0].isPrecise())
3370 if (need_fma && info.instr->definitions[0].isPrecise())
H A Daco_print_ir.cpp194 if (definition->isPrecise())
H A Daco_ir.h947 constexpr bool isPrecise() const noexcept { return isPrecise_; } function in class:aco::Definition
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst4732 - aco: don't affect isPrecise() after applying output modifiers

Completed in 20 milliseconds