Home
last modified time | relevance | path

Searched refs:cndmask (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dselect-vectors.ll10 ; SI-NOT: cndmask
13 ; GFX9-NOT: cndmask
30 ; GCN-NOT: cndmask
43 ; GCN-NOT: cndmask
58 ; GCN-NOT: cndmask
73 ; SI-NOT: cndmask
101 ; GCN-NOT: cndmask
113 ; SI: cndmask
114 ; SI-NOT: cndmask
117 ; GFX89: cndmask
[all …]
Dselectcc-opt.ll74 ; SI-NOT: cndmask
Dllvm.amdgcn.wavefrontsize.ll38 ; GCN-NOT: cndmask
/external/mesa3d/src/amd/compiler/tests/
Dtest_optimizer.cpp89 BEGIN_TEST(optimize.cndmask)
124 …Temp cndmask = bld.vop2_e64(aco_opcode::v_cndmask_b32, bld.def(v1), Operand(0u), Operand(1u), Oper… variable
125 Temp sub = bld.vsub32(bld.def(v1), Operand(0u), cndmask);
/external/llvm/test/CodeGen/AMDGPU/
Dsimplify-demanded-bits-build-pair.ll6 ; could be simplified to 1 cndmask instead of 2, but that broken when
Dselectcc-opt.ll74 ; SI-NOT: cndmask
/external/mesa3d/docs/relnotes/
D20.2.0.rst4289 - aco: optimize add/sub(a, cndmask(b, 0, 1, cond)) -> addc/subbrev_co(0, a, b)