Home | History | Annotate | Download | only in ARM

Lines Matching refs:ShAmt

93                              ARM_AM::ShiftOpc ShOpcVal, unsigned ShAmt);
466 unsigned ShAmt) {
473 (ShAmt == 2 || (Subtarget->isSwift() && ShAmt == 1));
594 unsigned ShAmt = Log2_32(RHSC);
596 Opc = CurDAG->getTargetConstant(ARM_AM::getAM2Opc(AddSub, ShAmt,
622 unsigned ShAmt = 0;
632 ShAmt = Sh->getZExtValue();
633 if (isShifterOpProfitable(Offset, ShOpcVal, ShAmt))
636 ShAmt = 0;
654 ShAmt = Sh->getZExtValue();
655 if (isShifterOpProfitable(N.getOperand(0), ShOpcVal, ShAmt)) {
659 ShAmt = 0;
668 Opc = CurDAG->getTargetConstant(ARM_AM::getAM2Opc(AddSub, ShAmt, ShOpcVal),
693 unsigned ShAmt = Log2_32(RHSC);
695 Opc = CurDAG->getTargetConstant(ARM_AM::getAM2Opc(AddSub, ShAmt,
763 unsigned ShAmt = 0;
773 ShAmt = Sh->getZExtValue();
774 if (isShifterOpProfitable(Offset, ShOpcVal, ShAmt))
777 ShAmt = 0;
795 ShAmt = Sh->getZExtValue();
796 if (isShifterOpProfitable(N.getOperand(0), ShOpcVal, ShAmt)) {
800 ShAmt = 0;
809 Opc = CurDAG->getTargetConstant(ARM_AM::getAM2Opc(AddSub, ShAmt, ShOpcVal),
828 unsigned ShAmt = 0;
833 ShAmt = Sh->getZExtValue();
834 if (isShifterOpProfitable(N, ShOpcVal, ShAmt))
837 ShAmt = 0;
845 Opc = CurDAG->getTargetConstant(ARM_AM::getAM2Opc(AddSub, ShAmt, ShOpcVal),
1388 unsigned ShAmt = 0;
1404 ShAmt = Sh->getZExtValue();
1405 if (ShAmt < 4 && isShifterOpProfitable(OffReg, ShOpcVal, ShAmt))
1408 ShAmt = 0;
1416 ShImm = CurDAG->getTargetConstant(ShAmt, MVT::i32);