Home | History | Annotate | Download | only in ARM

Lines Matching defs:N0

346     SDValue N0 = N->getOperand(0);
350 if (isOpcWithIntImmediate(N0.getNode(), ISD::AND, And_imm))
351 std::swap(N0, N1);
386 if (SelectT2ShifterOperandReg(N0, CPTmp0, CPTmp1))
389 if (SelectImmShifterOperand(N0, CPTmp0, CPTmp1) ||
390 SelectRegShifterOperand(N0, CPTmp0, CPTmp1, CPTmp2))
402 CurDAG->UpdateNodeOperands(N, N0, N1);
2598 SDValue N0 = N->getOperand(0), N1 = N->getOperand(1);
2602 if (N0.getOpcode() == ISD::OR && N0.getNode()->hasOneUse()) {
2603 SDValue N2 = N0.getOperand(1);
2614 SDValue Ops[] = { N0.getOperand(0), Imm16,