Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_NOPs.cpp564 check_written_regs(const aco_ptr<Instruction>& instr, const std::bitset<N>& check_regs) in check_written_regs() function
681 if (check_written_regs(instr, ctx.sgprs_read_by_VMEM) ||
682 check_written_regs(instr, ctx.sgprs_read_by_DS) ||
683 check_written_regs(instr, ctx.sgprs_read_by_VMEM_store)) {
754 if (check_written_regs(instr, ctx.sgprs_read_by_SMEM)) {

Completed in 2 milliseconds