Searched refs:ShuffleOps (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 743 using ShuffleOps = std::pair<Value *, Value *>; typedef 745 static ShuffleOps collectShuffleElements(Value *V, SmallVectorImpl<int> &Mask, in collectShuffleElements() 778 ShuffleOps LR = collectShuffleElements(VecOp, Mask, RHS, IC); in collectShuffleElements() 1583 ShuffleOps LR = collectShuffleElements(&IE, Mask, nullptr, *this); in visitInsertElementInst()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 8739 SmallVector<SDValue, 16> ShuffleOps; in getShuffleScalarElt() local 8740 if (!getTargetShuffleMask(Op.getNode(), ShufVT, true, ShuffleOps, in getShuffleScalarElt() 8752 SDValue Src = (Elt < NumElems) ? ShuffleOps[0] : ShuffleOps[1]; in getShuffleScalarElt() 42119 SmallVector<SDValue, 2> ShuffleOps; in SimplifyMultipleUseDemandedBitsForTargetNode() local 42124 int NumOps = ShuffleOps.size(); in SimplifyMultipleUseDemandedBitsForTargetNode() 42126 llvm::all_of(ShuffleOps, [VT](SDValue V) { in SimplifyMultipleUseDemandedBitsForTargetNode() 46753 SmallVector<SDValue> ShuffleOps; in combineHorizOpWithShuffle() local 46757 resolveTargetShuffleInputsAndMask(ShuffleOps, ShuffleMask); in combineHorizOpWithShuffle() 46760 if (!isAnyZero(ShuffleMask) && ShuffleOps.size() == 1 && in combineHorizOpWithShuffle() 46761 ShuffleOps[0].getValueType().is256BitVector() && in combineHorizOpWithShuffle() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 9627 SDValue ShuffleOps[] = { DAG.getUNDEF(ShuffleVT), DAG.getUNDEF(ShuffleVT) }; in ReconstructShuffle() local 9629 ShuffleOps[i] = Sources[i].ShuffleVec; in ReconstructShuffle() 9631 SDValue Shuffle = DAG.getVectorShuffle(ShuffleVT, dl, ShuffleOps[0], in ReconstructShuffle() 9632 ShuffleOps[1], Mask); in ReconstructShuffle()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 8252 SDValue ShuffleOps[] = { DAG.getUNDEF(ShuffleVT), DAG.getUNDEF(ShuffleVT) }; in ReconstructShuffle() local 8254 ShuffleOps[i] = Sources[i].ShuffleVec; in ReconstructShuffle() 8256 SDValue Shuffle = buildLegalVectorShuffle(ShuffleVT, dl, ShuffleOps[0], in ReconstructShuffle() 8257 ShuffleOps[1], Mask, DAG); in ReconstructShuffle()
|