Lines Matching refs:N01

1723     SDValue N01 = N0.getOperand(1);  in visitADD()  local
1730 DAG.getNode(ISD::ADD, SDLoc(N1), VT, N01, N11)); in visitADD()
3519 SDValue N01 = N0.getOperand(1); in MatchBSwapHWord() local
3523 N00.getNumOperands() == 2 && N01.getNumOperands() == 2) { in MatchBSwapHWord()
3532 SDValue N010 = N01.getOperand(0); in MatchBSwapHWord()
3535 SDValue N011 = N01.getOperand(1); in MatchBSwapHWord()
3542 if (!isBSwapHWordElement(N01, Parts)) in MatchBSwapHWord()
4322 SDValue N01 = N->getOperand(0).getOperand(1); in distributeTruncateThroughAnd() local
4324 if (ConstantSDNode *N01C = isConstOrConstSplat(N01)) { in distributeTruncateThroughAnd()
4372 SDValue N01 = N0->getOperand(1); in visitSHL() local
4373 BuildVectorSDNode *N01CV = dyn_cast<BuildVectorSDNode>(N01); in visitSHL()
6743 ConstantSDNode *N01 = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in ReduceLoadWidth() local
6744 if (!N01) return SDValue(); in ReduceLoadWidth()
6746 VT.getSizeInBits() - N01->getZExtValue()); in ReduceLoadWidth()
6760 if (ConstantSDNode *N01 = dyn_cast<ConstantSDNode>(N0.getOperand(1))) { in ReduceLoadWidth() local
6761 ShAmt = N01->getZExtValue(); in ReduceLoadWidth()
6792 if (ConstantSDNode *N01 = dyn_cast<ConstantSDNode>(N0.getOperand(1))) { in ReduceLoadWidth() local
6793 ShLeftAmt = N01->getZExtValue(); in ReduceLoadWidth()
7863 SDValue N01 = N0.getOperand(0).getOperand(1); in visitFSUBForFMACombine() local
7865 DAG.getNode(ISD::FNEG, SL, VT, N00), N01, in visitFSUBForFMACombine()
8414 SDValue N01 = N0.getOperand(1); in visitFMUL() local
8417 auto *BV01 = dyn_cast<BuildVectorSDNode>(N01); in visitFMUL()
8424 if ((N1CFP && isConstOrConstSplatFP(N01)) || in visitFMUL()
8426 SDValue MulConsts = DAG.getNode(ISD::FMUL, DL, VT, N01, N1, Flags); in visitFMUL()