Lines Matching refs:OpInputs
36127 SmallVector<SDValue, 2> OpInputs; in combineX86ShufflesRecursively() local
36131 if (!getTargetShuffleInputs(Op, OpDemandedElts, OpInputs, OpMask, OpUndef, in combineX86ShufflesRecursively()
36137 if (llvm::any_of(OpInputs, [RootSizeInBits](SDValue Op) { in combineX86ShufflesRecursively()
36142 for (SDValue &Op : OpInputs) in combineX86ShufflesRecursively()
36157 APInt UsedInputs = APInt::getNullValue(OpInputs.size()); in combineX86ShufflesRecursively()
36173 Ops.append(OpInputs.begin(), OpInputs.end()); in combineX86ShufflesRecursively()
36197 for (SDValue OpInput : OpInputs) in combineX86ShufflesRecursively()
38107 SmallVector<SDValue, 2> OpInputs; in SimplifyDemandedVectorEltsForTargetNode() local
38108 if (!getTargetShuffleInputs(Op, DemandedElts, OpInputs, OpMask, OpUndef, in SimplifyDemandedVectorEltsForTargetNode()
38114 llvm::any_of(OpInputs, [VT](SDValue V) { in SimplifyDemandedVectorEltsForTargetNode()
38124 int NumSrcs = OpInputs.size(); in SimplifyDemandedVectorEltsForTargetNode()
38140 return TLO.CombineTo(Op, TLO.DAG.getBitcast(VT, OpInputs[Src])); in SimplifyDemandedVectorEltsForTargetNode()
38145 if (OpInputs[Src].getValueType() != VT) in SimplifyDemandedVectorEltsForTargetNode()
38159 if (SimplifyDemandedVectorElts(OpInputs[Src], SrcElts, SrcUndef, SrcZero, in SimplifyDemandedVectorEltsForTargetNode()