Home | History | Annotate | Download | only in ARM

Lines Matching defs:N1

356     SDValue N1 = N->getOperand(1);
358 if (!isOpcWithIntImmediate(N1.getNode(), ISD::AND, And_imm)) {
360 std::swap(N0, N1);
383 SDValue Srl = N1.getOperand(0);
407 N1 = CurDAG->getNode(ISD::AND, SDLoc(N1
409 N1 = CurDAG->getNode(ISD::SHL, SDLoc(N1), MVT::i32,
410 N1, CurDAG->getConstant(TZ, MVT::i32));
411 CurDAG->UpdateNodeOperands(N, N0, N1);
1051 SDValue N1 = N.getOperand(1);
1052 Label = CurDAG->getTargetConstant(cast<ConstantSDNode>(N1)->getZExtValue(),
2744 SDValue N0 = N->getOperand(0), N1 = N->getOperand(1);
2745 ConstantSDNode *N1C = dyn_cast<ConstantSDNode>(N1);
2862 SDValue N1 = N->getOperand(1);
2866 assert(N1.getOpcode() == ISD::BasicBlock);
2873 SDValue Ops[] = { N1, Tmp2, N3, Chain, InFlag };