Home
last modified time | relevance | path

Searched refs:s_and (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.kill.ll81 ; GCN-NOT: s_and
90 ; GCN-NOT: s_and
99 ; GCN-NOT: s_and
108 ; GCN-NOT: s_and
117 ; GCN-NOT: s_and
126 ; GCN-NOT: s_and
153 ; GCN-NOT: s_and
162 ; GCN-NOT: s_and
172 ; GCN-NOT: s_and
182 ; GCN-NOT: s_and
[all …]
/external/mesa3d/src/amd/compiler/
Daco_lower_phis.cpp142 bld.sop2(Builder::s_and, Definition(tmp2), bld.def(s1, scc), cur, Operand(exec, bld.lm)); in build_merge_code()
158 bld.sop2(Builder::s_and, dst, bld.def(s1, scc), cur, Operand(exec, bld.lm)); in build_merge_code()
Daco_instruction_selection.cpp555 bld.sop2(Builder::s_and, bld.def(bld.lm), bld.scc(Definition(tmp)), val, Operand(exec, bld.lm)); in bool_to_scalar_condition()
1015 then = bld.sop2(Builder::s_and, bld.def(bld.lm), bld.def(s1, scc), cond, then); in emit_bcsel()
1228 bld.sop2(Builder::s_and, Definition(dst), bld.def(s1, scc), tmp, Operand(exec, bld.lm)); in visit_alu_instr()
1385 emit_boolean_logic(ctx, instr, Builder::s_and, dst); in visit_alu_instr()
5343 src = bld.sop2(Builder::s_and, bld.def(bld.lm), bld.def(s1, scc), src, Operand(exec, bld.lm)); in visit_discard_if()
5381 …Temp cond = bld.sop2(Builder::s_and, bld.def(bld.lm), bld.def(s1, scc), Operand(0xFFFFFFFF), Opera… in visit_discard()
7142 … bld.sop2(Builder::s_and, bld.def(bld.lm), bld.def(s1, scc), src, Operand(exec, bld.lm))); in emit_boolean_reduce()
7150 …Temp tmp = bld.sop2(Builder::s_and, bld.def(bld.lm), bld.def(s1, scc), src, Operand(exec, bld.lm))… in emit_boolean_reduce()
7154 …Temp tmp = bld.sop2(Builder::s_and, bld.def(bld.lm), bld.def(s1, scc), src, Operand(exec, bld.lm)); in emit_boolean_reduce()
7176 … tmp = bld.sop2(Builder::s_and, bld.def(bld.lm), bld.def(s1, scc), src, Operand(exec, bld.lm)); in emit_boolean_reduce()
[all …]
/external/llvm-project/polly/lib/External/isl/
Disl_output.c46 static const char *s_and[2] = { " and ", " \\wedge " }; variable
806 p = isl_printer_print_str(p, s_and[latex]); in print_constraints()
811 p = isl_printer_print_str(p, s_and[latex]); in print_constraints()
838 p = isl_printer_print_str(p, s_and[latex]); in print_constraints()
1166 p = isl_printer_print_str(p, s_and[latex]); in print_disjuncts_in_hull()
/external/mesa3d/docs/relnotes/
D20.0.0.rst3422 - aco: Optimize out s_and with exec, when used on uniform bitwise
3438 - aco/optimizer: Don't combine uniform bool s_and to s_andn2.
D20.1.0.rst4154 - aco/optimizer: Don't combine uniform bool s_and to s_andn2.