Searched refs:ShuffleOps (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 686 using ShuffleOps = std::pair<Value *, Value *>; typedef 688 static ShuffleOps collectShuffleElements(Value *V, SmallVectorImpl<int> &Mask, in collectShuffleElements() 721 ShuffleOps LR = collectShuffleElements(VecOp, Mask, RHS, IC); in collectShuffleElements() 1482 ShuffleOps LR = collectShuffleElements(&IE, Mask, nullptr, *this); in visitInsertElementInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 8047 SmallVector<SDValue, 16> ShuffleOps; in getShuffleScalarElt() local 8048 if (!getTargetShuffleMask(Op.getNode(), ShufVT, true, ShuffleOps, in getShuffleScalarElt() 8060 SDValue Src = (Elt < NumElems) ? ShuffleOps[0] : ShuffleOps[1]; in getShuffleScalarElt() 39687 SmallVector<SDValue, 2> ShuffleOps; in SimplifyMultipleUseDemandedBitsForTargetNode() local 39692 int NumOps = ShuffleOps.size(); in SimplifyMultipleUseDemandedBitsForTargetNode() 39694 llvm::all_of(ShuffleOps, [VT](SDValue V) { in SimplifyMultipleUseDemandedBitsForTargetNode() 43819 SmallVector<SDValue> ShuffleOps; in combineHorizOpWithShuffle() local 43823 resolveTargetShuffleInputsAndMask(ShuffleOps, ShuffleMask); in combineHorizOpWithShuffle() 43826 if (!isAnyZero(ShuffleMask) && ShuffleOps.size() == 1 && in combineHorizOpWithShuffle() 43827 ShuffleOps[0].getValueType().is256BitVector() && in combineHorizOpWithShuffle() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 8731 SDValue ShuffleOps[] = { DAG.getUNDEF(ShuffleVT), DAG.getUNDEF(ShuffleVT) }; in ReconstructShuffle() local 8733 ShuffleOps[i] = Sources[i].ShuffleVec; in ReconstructShuffle() 8735 SDValue Shuffle = DAG.getVectorShuffle(ShuffleVT, dl, ShuffleOps[0], in ReconstructShuffle() 8736 ShuffleOps[1], Mask); in ReconstructShuffle()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 8094 SDValue ShuffleOps[] = { DAG.getUNDEF(ShuffleVT), DAG.getUNDEF(ShuffleVT) }; in ReconstructShuffle() local 8096 ShuffleOps[i] = Sources[i].ShuffleVec; in ReconstructShuffle() 8098 SDValue Shuffle = buildLegalVectorShuffle(ShuffleVT, dl, ShuffleOps[0], in ReconstructShuffle() 8099 ShuffleOps[1], Mask, DAG); in ReconstructShuffle()
|