Lines Matching refs:OpInputs
39756 SmallVector<SDValue, 2> OpInputs; in combineX86ShufflesRecursively() local
39759 if (getTargetShuffleInputs(Op, OpDemandedElts, OpInputs, OpMask, OpUndef, in combineX86ShufflesRecursively()
39763 if (llvm::any_of(OpInputs, [VT](SDValue OpInput) { in combineX86ShufflesRecursively()
39773 OpInputs.assign({SrcVec}); in combineX86ShufflesRecursively()
39786 if (OpInputs.size() > 1) { in combineX86ShufflesRecursively()
39811 APInt UsedInputs = APInt::getZero(OpInputs.size()); in combineX86ShufflesRecursively()
39827 Ops.append(OpInputs.begin(), OpInputs.end()); in combineX86ShufflesRecursively()
39851 for (SDValue OpInput : OpInputs) in combineX86ShufflesRecursively()
42565 SmallVector<SDValue, 2> OpInputs; in SimplifyDemandedVectorEltsForTargetNode() local
42566 if (!getTargetShuffleInputs(Op, DemandedElts, OpInputs, OpMask, OpUndef, in SimplifyDemandedVectorEltsForTargetNode()
42572 llvm::any_of(OpInputs, [VT](SDValue V) { in SimplifyDemandedVectorEltsForTargetNode()
42582 int NumSrcs = OpInputs.size(); in SimplifyDemandedVectorEltsForTargetNode()
42598 return TLO.CombineTo(Op, TLO.DAG.getBitcast(VT, OpInputs[Src])); in SimplifyDemandedVectorEltsForTargetNode()
42603 if (OpInputs[Src].getValueType() != VT) in SimplifyDemandedVectorEltsForTargetNode()
42617 if (SimplifyDemandedVectorElts(OpInputs[Src], SrcElts, SrcUndef, SrcZero, in SimplifyDemandedVectorEltsForTargetNode()