summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/avx512vl-builtins.c
Commit message (Expand)AuthorAgeFilesLines
* [X86] Lowering integer truncation intrinsics to native IRMikhail Dvoretckii2018-07-101-8/+16
* [X86] Use shufflevector instead of a select with a constant mask for fmaddsub...Craig Topper2018-07-051-96/+96
* [X86] Fix some vector cmp builtins - TRUE/FALSE predicatesGabor Buella2018-07-051-56/+48
* [X86] NFC - add more test cases for vector cmp intrinsicsGabor Buella2018-07-051-84/+1589
* [X86] Correct the width of mask arguments in intrinsic headers and tests.Craig Topper2018-06-301-4/+4
* [X86] Remove masking from the avx512 rotate builtins. Use a select builtin in...Craig Topper2018-06-301-48/+80
* [X86] Lower _mm[256|512]_cmp[.]_mask intrinsics to native llvm IRGabor Buella2018-06-221-12/+127
* [X86] Lowering sqrt intrinsics to native IRTomasz Krupa2018-06-151-8/+8
* [X86] Use target independent masked expandload and compressstore intrinsics t...Craig Topper2018-06-101-24/+24
* [X86] Add builtins for vpermq/vpermpd instructions to enable target feature c...Craig Topper2018-06-081-6/+6
* [X86] Add builtins for pshufd, pshuflw, and pshufhw to enable target feature ...Craig Topper2018-06-081-4/+4
* [X86] Add subvector insert and extract builtins to enable target feature chec...Craig Topper2018-06-081-6/+6
* [X86] Add builtins for vpermilps/pd instructions to enable target feature che...Craig Topper2018-06-081-8/+8
* [X86] Add builtins for shuff32x4/shuff64x2/shufi32x4/shuff64x2 to enable targ...Craig Topper2018-06-071-3/+3
* [X86] Lowering FMA intrinsics to native IR (Clang part)Gabor Buella2018-05-301-72/+390
* [X86] Merge the 3 different flavors of masked vpermi2var/vpermt2var builtins ...Craig Topper2018-05-291-32/+56
* [X86] Remove masking from pternlog llvm intrinsics and use a select instructi...Craig Topper2018-05-211-12/+20
* [X86] Use __builtin_convertvector to implement some of the packed integer to ...Craig Topper2018-05-211-10/+14
* [X86] Remove mask arguments from permvar builtins/intrinsics. Use a select in...Craig Topper2018-05-201-5/+9
* [X86] Revert part of r332266: Use __builtin_convertvector to replace some of ...Craig Topper2018-05-151-4/+2
* [X86] Use __builtin_convertvector to replace some of the avx512 truncate buil...Craig Topper2018-05-141-6/+10
* [X86] Remove '#ifdef __x86_64__' around mask_set1_epi64 intrinsics.Craig Topper2018-04-241-2/+0
* [X86] Emit native IR for pmuldq/pmuludq builtins.Craig Topper2018-04-091-8/+32
* [X86] Remove some masked cvt builtins that can be replaced with legacy sse/av...Craig Topper2018-02-241-22/+44
* [X86] Remove __builtin_ia32_permvarsf256_mask and __builtin_ia32_permvarsi256...Craig Topper2018-02-241-6/+9
* [X86] Change the signature of the AVX512 packed fp compare intrinsics to retu...Craig Topper2018-02-101-8/+12
* [X86] test/testn intrinsics lowering to IR. clang sideUriel Korach2017-11-131-16/+41
* [x86][AVX512] Lowering shuffle i/f intrinsics to LLVM IRJina Nahias2017-11-131-12/+24
* fixing a bug in mask[z]_set1 intrinsicJina Nahias2017-09-251-32/+4
* Lowering Mask Set1 intrinsics to LLVM IRJina Nahias2017-09-191-8/+78
* [X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics to IR. (clang)Uriel Korach2017-09-131-14/+40
* [x86] these aren't the undefs you're looking for (PR32176)Sanjay Patel2017-03-121-17/+17
* [AVX-512] Replace subvector broadcast builtins with shufflevectors and selects.Craig Topper2017-01-181-12/+16
* [AVX-512] Remove 128/256-bit masked vpermilvar builtins and replace with sele...Craig Topper2016-12-101-8/+16
* [X86][AVX512VL] Add missing _mm256_maskz_alignr_epi64 shufflevector checkSimon Pilgrim2016-11-231-0/+1
* [X86] Replace valignd/q builtins with appropriate __builtin_shufflevector.Craig Topper2016-11-231-12/+19
* [X86][AVX512] Replace lossless i32/u32 to f64 conversion intrinsics with gene...Simon Pilgrim2016-11-161-20/+33
* [AVX-512] Replace masked dword and qword variable shift builtins with unmaske...Craig Topper2016-11-131-6/+10
* [AVX-512] Convert the rest of the masked shift by immediate and by single ele...Craig Topper2016-11-121-12/+20
* [AVX-512] Remove masked vector insert builtins and replace with native shuffl...Craig Topper2016-11-011-6/+10
* [AVX-512] Use selectd instead of selectps for _mm256_mask_extracti32x4_epi32.Craig Topper2016-10-311-2/+2
* [AVX-512] Remove masked vector extract builtins and replace with native shuff...Craig Topper2016-10-311-6/+10
* [AVX-512] Remove many of the masked 128/256-bit shift builtins and replace th...Craig Topper2016-10-311-44/+200
* [AVX-512] Remove masked 128/256-bit sqrt builtins and replace them with unmas...Craig Topper2016-10-291-8/+16
* [AVX-512] Remove masked 128/256-bit pmuludq/pmuldq builtins and replace them ...Craig Topper2016-10-291-8/+16
* [AVX-512] Remove masked 128/256-bit floating point max/min builtins. Use unma...Craig Topper2016-10-291-16/+32
* [AVX-512] Replace 64-bit element and 512-bit vector pmin/pmax builtins with n...Craig Topper2016-10-241-24/+64
* [AVX-512] Replace masked 128/256-bit byte, word, and dword min/max builtins w...Craig Topper2016-10-231-16/+48
* [AVX-512] Replace masked 128/256-bit vpmovzx/vpmovsx builtins with native IR.Craig Topper2016-10-221-40/+80
* [AVX-512] Remove builtins for 128/256-bit pabsb/pabsw. We can use a select an...Craig Topper2016-10-221-4/+8