Home
last modified time | relevance | path

Searched refs:ShuffleOps (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp791 using ShuffleOps = std::pair<Value *, Value *>; typedef
793 static ShuffleOps collectShuffleElements(Value *V, SmallVectorImpl<int> &Mask, in collectShuffleElements()
826 ShuffleOps LR = collectShuffleElements(VecOp, Mask, RHS, IC, Rerun); in collectShuffleElements()
1786 ShuffleOps LR = in visitInsertElementInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6773 SmallVector<SDValue, 16> ShuffleOps; in getShuffleScalarElt() local
6774 if (!getTargetShuffleMask(Op, true, ShuffleOps, ShuffleMask)) in getShuffleScalarElt()
6785 SDValue Src = (Elt < NumElems) ? ShuffleOps[0] : ShuffleOps[1]; in getShuffleScalarElt()
45027 SmallVector<SDValue, 2> ShuffleOps; in SimplifyMultipleUseDemandedBitsForTargetNode() local
45028 if (getTargetShuffleInputs(Op, DemandedElts, ShuffleOps, ShuffleMask, in SimplifyMultipleUseDemandedBitsForTargetNode()
45032 int NumOps = ShuffleOps.size(); in SimplifyMultipleUseDemandedBitsForTargetNode()
45034 llvm::all_of(ShuffleOps, [VT](SDValue V) { in SimplifyMultipleUseDemandedBitsForTargetNode()
45063 return DAG.getBitcast(VT, ShuffleOps[IdentityOp.countr_zero()]); in SimplifyMultipleUseDemandedBitsForTargetNode()
50091 SmallVector<SDValue> ShuffleOps; in combineHorizOpWithShuffle() local
50094 if (getTargetShuffleInputs(Vec, ShuffleOps, ShuffleMask, DAG)) { in combineHorizOpWithShuffle()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8428 SDValue ShuffleOps[] = { DAG.getUNDEF(ShuffleVT), DAG.getUNDEF(ShuffleVT) }; in ReconstructShuffle() local
8430 ShuffleOps[i] = Sources[i].ShuffleVec; in ReconstructShuffle()
8432 SDValue Shuffle = buildLegalVectorShuffle(ShuffleVT, dl, ShuffleOps[0], in ReconstructShuffle()
8433 ShuffleOps[1], Mask, DAG); in ReconstructShuffle()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13190 SDValue ShuffleOps[] = { DAG.getUNDEF(ShuffleVT), DAG.getUNDEF(ShuffleVT) }; in ReconstructShuffle() local
13192 ShuffleOps[i] = Sources[i].ShuffleVec; in ReconstructShuffle()
13195 DAG.getVectorShuffle(ShuffleVT, DL, ShuffleOps[0], ShuffleOps[1], Mask); in ReconstructShuffle()