Searched refs:svmatch (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/aarch64-sve2-intrinsics/ |
| H A D | acle_sve2_match.c | 30 return SVE_ACLE_FUNC(svmatch,_s8,,)(pg, op1, op2); in test_svmatch_s8() 49 return SVE_ACLE_FUNC(svmatch,_s16,,)(pg, op1, op2); in test_svmatch_s16() 64 return SVE_ACLE_FUNC(svmatch,_u8,,)(pg, op1, op2); in test_svmatch_u8() 83 return SVE_ACLE_FUNC(svmatch,_u16,,)(pg, op1, op2); in test_svmatch_u16()
|
| /llvm-project-15.0.7/clang/test/Sema/aarch64-sve2-intrinsics/ |
| H A D | acle_sve2.cpp | 245 SVE_ACLE_FUNC(svmatch,_s8,,)(pg, svundef_s8(), svundef_s8()); in test_s8() local 795 SVE_ACLE_FUNC(svmatch,_s16,,)(pg, svundef_s16(), svundef_s16()); in test_s16() local 2787 SVE_ACLE_FUNC(svmatch,_u8,,)(pg, svundef_u8(), svundef_u8()); in test_u8() local 3199 SVE_ACLE_FUNC(svmatch,_u16,,)(pg, svundef_u16(), svundef_u16()); in test_u16() local
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | arm_sve.td | 2016 def SVMATCH : SInst<"svmatch[_{d}]", "PPdd", "csUcUs", MergeNone, "aarch64_sve_match">;
|