summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [X86] EltsFromConsecutiveLoads - remove duplicate check for element size. NFCI.Simon Pilgrim2019-07-101-6/+0
* [X86] EltsFromConsecutiveLoads - ensure element reg/store sizes are the same ...Simon Pilgrim2019-07-101-3/+5
* [X86] EltsFromConsecutiveLoads - cleanup Zero/Undef/Load element collection. ...Simon Pilgrim2019-07-101-12/+17
* [X86] EltsFromConsecutiveLoads - LDBase is non-null. NFCI.Simon Pilgrim2019-07-101-6/+4
* [X86] EltsFromConsecutiveLoads - store Loads on a per-element basis. NFCI.Simon Pilgrim2019-07-101-9/+9
* [X86][SSE] EltsFromConsecutiveLoads - add basic dereferenceable supportSimon Pilgrim2019-07-101-7/+15
* [X86] Limit getTargetConstantFromNode to only work on NormalLoads not extendi...Craig Topper2019-07-101-1/+1
* [X86] Don't form extloads in combineExtInVec unless the load extension is legal.Craig Topper2019-07-091-7/+9
* [X86][AMDGPU][DAGCombiner] Move call to allowsMemoryAccess into isLoadBitCast...Craig Topper2019-07-091-3/+9
* [X86] LowerToHorizontalOp - use count_if to count non-UNDEF ops. NFCI.Simon Pilgrim2019-07-091-5/+2
* Standardize on MSVC behavior for triples with no environmentReid Kleckner2019-07-081-6/+4
* [X86] ISD::INSERT_SUBVECTOR - use uint64_t index. NFCI.Simon Pilgrim2019-07-081-4/+4
* [X86] SimplifyDemandedVectorEltsForTargetNode - fix shadow variable warning. ...Simon Pilgrim2019-07-061-3/+3
* [X86] LowerBuildVectorv16i8 - pull out repeated getOperand() call. NFCI.Simon Pilgrim2019-07-061-3/+3
* [X86][SSE] LowerINSERT_VECTOR_ELT - early out for out of range indicesSimon Pilgrim2019-07-051-3/+3
* [X86][AVX1] Combine concat_vectors(pshufd(x,c),pshufd(y,c)) -> vpermilps(conc...Simon Pilgrim2019-07-041-8/+8
* [X86] Use pointer sized indices instead of i32 for EXTRACT_VECTOR_ELT and INS...Craig Topper2019-07-041-2/+2
* [X86] ComputeNumSignBitsForTargetNode - add target shuffle support.Simon Pilgrim2019-07-031-1/+50
* [X86][AVX] combineX86ShufflesRecursively - peek through extract_subvectorSimon Pilgrim2019-07-031-20/+25
* [X86][AVX] Combine vpermi(bitcast(x)) -> bitcast(vpermi(x))Simon Pilgrim2019-07-031-0/+16
* [X86][AVX] combineX86ShuffleChainWithExtract - add number of non-zero extract...Simon Pilgrim2019-07-031-0/+3
* [X86][SSE] lowerUINT_TO_FP_v2i32 - explicitly cast half word to doubleSimon Pilgrim2019-07-031-1/+1
* [X86][SSE] LowerINSERT_VECTOR_ELT - ensure insertion index correctness. NFCI.Simon Pilgrim2019-07-031-1/+2
* [X86][SSE] LowerScalarImmediateShift - ensure shift amount correctness. NFCI.Simon Pilgrim2019-07-031-2/+4
* Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-07-031-1/+1
* [X86] LowerFunnelShift - use modulo constant shift amount.Simon Pilgrim2019-07-031-1/+1
* [X86] Add a DAG combine for turning *_extend_vector_inreg+load into an approp...Craig Topper2019-07-021-5/+27
* [X86] getTargetConstantBitsFromNode - remove unnecessary getZExtValue() (PR42...Simon Pilgrim2019-07-021-2/+1
* [X86][AVX] combineX86ShuffleChain - pull out CombineShuffleWithExtract lambda...Simon Pilgrim2019-07-021-105/+116
* [X86] resolveTargetShuffleInputsAndMask - add repeated input handling.Simon Pilgrim2019-07-021-7/+22
* [X86] Correct v4f32->v2i64 cvt(t)ps2(u)qq memory isel patternsCraig Topper2019-07-011-0/+39
* [X86] Add widenSubVector to size in bits helper. NFCI.Simon Pilgrim2019-07-011-4/+16
* [X86] CombineShuffleWithExtract - updated description comments. NFCI.Simon Pilgrim2019-07-011-4/+4
* [X86] Add a DAG combine to replace vector loads feeding a v4i32->v2f64 CVTSI2...Craig Topper2019-07-011-0/+28
* [X86] Custom lower AVX masked loads to masked load and vselect instead of sel...Craig Topper2019-06-301-11/+29
* [X86] CombineShuffleWithExtract - recurse through EXTRACT_SUBVECTOR chainSimon Pilgrim2019-06-281-9/+9
* [X86] CombineShuffleWithExtract - only require 1 source to be EXTRACT_SUBVECTORSimon Pilgrim2019-06-281-8/+16
* [X86] Connect the output chain properly when combining vzext_movl+load into v...Craig Topper2019-06-281-1/+1
* [x86] prevent crashing from select narrowing with AVX512Sanjay Patel2019-06-271-0/+9
* [X86] combineX86ShufflesRecursively - merge shuffles with more than 2 inputsSimon Pilgrim2019-06-271-4/+0
* Use getConstantOperandAPInt instead of getConstantOperandVal for comparisons.Simon Pilgrim2019-06-271-8/+8
* [X86] getTargetVShiftByConstNode - reduce variable scope. NFCI.Simon Pilgrim2019-06-271-8/+7
* [X86] getFauxShuffle - add DemandedElts as a filterSimon Pilgrim2019-06-271-8/+17
* [X86][AVX] SimplifyDemandedVectorElts - combine PERMPD(x) -> EXTRACTF128(X) Simon Pilgrim2019-06-271-0/+16
* [ISEL][X86] Tracking of registers that forward call argumentsDjordje Todorovic2019-06-271-1/+9
* Silence gcc warning after r364458Mikael Holmen2019-06-271-1/+1
* [X86] Rework the logic in LowerBuildVectorv16i8 to make better use of any_ext...Craig Topper2019-06-261-37/+37
* [X86] Remove isTypePromotionOfi1ZeroUpBits and its helpers.Craig Topper2019-06-261-71/+0
* [X86][SSE] getFauxShuffleMask - handle OR(x,y) where x and y have no overlapp...Simon Pilgrim2019-06-261-0/+34
* [X86][SSE] X86TargetLowering::isCommutativeBinOp - add PMULDQSimon Pilgrim2019-06-261-3/+1
OpenPOWER on IntegriCloud