Lines Matching refs:VK1
2730 (COPY_TO_REGCLASS (KMOVBkm addr:$src), VK1)>;
2764 defm : operation_gpr_mask_copy_lowering<VK1, v1i1>;
2816 def : Pat<(vnot VK1:$src),
2817 (COPY_TO_REGCLASS (KNOTWrr (COPY_TO_REGCLASS VK1:$src, VK16)), VK2)>;
2866 def : Pat<(VOpNode VK1:$src1, VK1:$src2),
2868 (COPY_TO_REGCLASS VK1:$src1, VK16),
2869 (COPY_TO_REGCLASS VK1:$src2, VK16)), VK1)>;
3151 def : Pat<(v1i1 immAllZerosV), (COPY_TO_REGCLASS (KSET0W), VK1)>;
3155 def : Pat<(v1i1 immAllOnesV), (COPY_TO_REGCLASS (KSET1W), VK1)>;
3167 defm : operation_subvector_mask_lowering<VK1, v1i1, VK2, v2i1>;
3168 defm : operation_subvector_mask_lowering<VK1, v1i1, VK4, v4i1>;
3169 defm : operation_subvector_mask_lowering<VK1, v1i1, VK8, v8i1>;
3170 defm : operation_subvector_mask_lowering<VK1, v1i1, VK16, v16i1>;
3171 defm : operation_subvector_mask_lowering<VK1, v1i1, VK32, v32i1>;
3172 defm : operation_subvector_mask_lowering<VK1, v1i1, VK64, v64i1>;