summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/Utils/X86ShuffleDecode.h
Commit message (Expand)AuthorAgeFilesLines
* [X86][SSE] Add shuffle combining support for ISD::ANY_EXTEND_VECTOR_INREGSimon Pilgrim2019-05-261-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [X86][SSE] Update raw mask shuffle decoders to handle UNDEF mask eltsSimon Pilgrim2018-10-231-6/+7
* [X86] Remove use of MVT class from the ShuffleDecode library.Craig Topper2018-03-121-30/+44
* [X86][SSE4A] Generalized EXTRQI/INSERTQI shuffle decodesSimon Pilgrim2017-07-041-4/+4
* [X86] Add support for printing shuffle comments for VALIGN instructions.Craig Topper2016-10-221-0/+2
* [X86][AVX] Add target shuffle decode support for VBROADCASTSimon Pilgrim2016-07-181-0/+3
* [X86][AVX] Add VBROADCASTF128/VBROADCASTI128 shuffle comments supportSimon Pilgrim2016-07-141-0/+4
* [X86][AVX512] Add support for 512-bit shuffle decoding of VPERMPD/VPERMQSimon Pilgrim2016-07-031-2/+1
* [X86][XOP] Added VPERMIL2PD/VPERMIL2PS raw mask decoding for target shuffle c...Simon Pilgrim2016-06-051-0/+4
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+1
* [X86][XOP] Added VPPERM constant mask decoding and target shuffle combining s...Simon Pilgrim2016-04-161-1/+8
* [X86] Tidied up shuffle decode function doxygen descriptionsSimon Pilgrim2016-04-081-26/+37
* [X86][AVX] Improved VPERMILPS variable shuffle mask decoding.Simon Pilgrim2016-03-051-0/+5
* [X86][SSE] Added support for MOVHPD/MOVLPD + MOVHPS/MOVLPS shuffle decoding.Simon Pilgrim2016-02-071-0/+5
* [X86][SSE] Refactored PMOVZX shuffle decoding to use scalar input typesSimon Pilgrim2016-02-061-1/+1
* [X86] Move shuffle decoding for constant pool into the X86CodeGen library to ...Craig Topper2015-12-311-16/+0
* [X86] Fix shuffle decoding for variable VPERMIL to be tolerant of the Constan...Craig Topper2015-12-261-1/+2
* AVX512: Implemented DAG lowering for shuff62x2/shufi62x2 instructions ( shuff...Igor Breger2015-10-151-0/+5
* [X86][MMX] Added shuffle decodes for MMX/3DNow! shuffles.Simon Pilgrim2015-09-131-0/+3
* AVX-512: Lowering for 512-bit vector shuffles.Elena Demikhovsky2015-09-081-0/+16
* [X86][SSE4A] Shuffle lowering using SSE4A EXTRQ/INSERTQ instructionsSimon Pilgrim2015-07-061-0/+8
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Prune CRLFs.NAKAMURA Takumi2015-05-251-105/+105
* Line ending fix. NFC.Simon Pilgrim2015-02-141-81/+81
* [X86][SSE] Shuffle mask decode support for zero extend, scalar float/double m...Simon Pilgrim2015-01-311-6/+16
* [X86][SSE] movddup shuffle mask decodesSimon Pilgrim2015-01-211-6/+8
* Revert most of r225597David Majnemer2015-01-111-3/+1
* X86: Properly decode shuffle masks when the constant pool type is weirdDavid Majnemer2015-01-111-1/+3
* [X86][SSE] pslldq/psrldq shuffle mask decodesSimon Pilgrim2014-10-141-0/+4
* [x86] Flip the sentinel values used in the target shuffle mask decodingChandler Carruth2014-09-271-1/+1
* [x86] Teach the vector comment parsing and printing to correctly handleChandler Carruth2014-09-231-8/+4
* [x86] Teach the AVX1 path of the new vector shuffle lowering one moreChandler Carruth2014-09-231-0/+4
* [x86] Teach the x86 DAG combiner to form MOVSLDUP and MOVSHDUPChandler Carruth2014-09-151-0/+4
* [x86] Teach the instruction printer to decode immediate operands toChandler Carruth2014-08-151-0/+3
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [x86] Largely complete the use of PSHUFB in the new vector shuffleChandler Carruth2014-08-021-0/+7
* [x86] Teach the X86 backend to print shuffle comments for PSHUFBChandler Carruth2014-07-251-0/+3
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-121-1/+2
* Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instr...Craig Topper2013-01-281-1/+1
* X86: Decode PALIGN operands so I don't have to do it in my head.Benjamin Kramer2013-01-261-0/+2
* Use MVT instead of EVT as the argument to all the shuffle decode functions. S...Craig Topper2012-05-061-7/+7
* Add shuffle decode support for VPERMQ/VPERMPD.Craig Topper2012-05-061-0/+4
* Add support for selecting AVX2 vpshuflw and vpshufhw. Add decoding support fo...Craig Topper2012-05-021-2/+2
* Use a signed value for this enum to avoid spuriuos warnings from gcc.Benjamin Kramer2012-03-211-1/+1
* Factor out target shuffle mask decoding from getShuffleScalarElt and use a Sm...Craig Topper2012-03-201-16/+10
* Add shuffle decoding support for 256-bit pshufd. Merge vpermilp* and pshufd d...Craig Topper2012-02-061-15/+9
* Clean up some of the shuffle decoding code for UNPCK instructions. Add instru...Craig Topper2011-12-061-22/+4
* Merge decoding of VPERMILPD and VPERMILPS shuffle masks. Merge X86ISD node ty...Craig Topper2011-11-301-12/+5
OpenPOWER on IntegriCloud