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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_NOPs.cpp558 check_written_regs(const aco_ptr<Instruction>& instr, const std::bitset<N>& check_regs) argument
561 [&check_regs](const Definition& def) -> bool
566 writes_any |= def_reg < check_regs.size() && check_regs[def_reg];

Completed in 3 milliseconds