Lines Matching defs:Inp
60 // Inp[0] *** *** *** *** Out[0]
64 // Inp[1] *** \ / *** X *** *** Out[1]
68 // Inp[2] *** \ \ / / *** X *** *** Out[2]
72 // Inp[3] *** \ / \ / \ / *** *** *** Out[3]
78 // Inp[4] *** / \ / \ / \ *** *** *** Out[4]
82 // Inp[5] *** / / \ \ *** X *** *** Out[5]
86 // Inp[6] *** / \ *** X *** *** Out[6]
90 // Inp[7] *** *** *** *** Out[7]
673 ResultStack(SDNode *Inp)
674 : InpNode(Inp), InpTy(Inp->getValueType(0).getSimpleVT()) {}
1285 OpRef Inp[2] = {Va, Vb};
1357 return Inp[SrcOp];
1389 Va = Inp[Seg0 / 2];
1392 Results.push(Hexagon::V6_vror, Ty, {Inp[Seg0 / 2], HL});
1514 OpRef Inp[2] = { Va, Vb };
1522 OpRef Op = Inp[S / 2];
2567 SDValue Inp = N->getOperand(0);
2571 [[maybe_unused]] MVT InpTy = Inp.getValueType().getSimpleVT();
2578 SDValue Ext = DAG.getTargetExtractSubreg(SubReg, SDLoc(N), ResTy, Inp);
2768 auto fold3 = [&](SDValue TopShuff, SDValue Inp, MapType &&OpMap) -> SDValue {
2794 // FoldedShuffle = (Shuffle Inp, undef, FoldedMask)
2800 DAG.getVectorShuffle(PairTy, dl, DAG.getBitcast(PairTy, Inp),