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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_exec_mask.cpp726 Temp exit_cond = bld.sop2(Builder::s_andn2, Definition(exec, bld.lm), bld.def(s1, scc), local in function:aco::__anon045cfe6e0110::process_instructions
736 exit_cond = andn2->definitions[1].getTemp();
740 instr->operands[0] = bld.scc(exit_cond);
776 Temp cond, exit_cond; local in function:aco::__anon045cfe6e0110::process_instructions
780 exit_cond = bld.tmp(s1);
782 bld.sop1(Builder::s_and_saveexec, bld.def(bld.lm), bld.scc(Definition(exit_cond)),
808 exit_cond = andn2->definitions[1].getTemp();
814 instr->operands[0] = bld.scc(exit_cond);

Completed in 3 milliseconds