Searched refs:ShOpcVal (Results 1 – 2 of 2) sorted by relevance
83 ARM_AM::ShiftOpc ShOpcVal, unsigned ShAmt);527 ARM_AM::ShiftOpc ShOpcVal, in isShifterOpProfitable() argument534 return ShOpcVal == ARM_AM::lsl && in isShifterOpProfitable()600 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectImmShifterOperand() local604 if (ShOpcVal == ARM_AM::no_shift) return false; in SelectImmShifterOperand()611 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectImmShifterOperand()624 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectRegShifterOperand() local628 if (ShOpcVal == ARM_AM::no_shift) return false; in SelectRegShifterOperand()636 if (CheckProfitability && !isShifterOpProfitable(N, ShOpcVal, ShImmVal)) in SelectRegShifterOperand()638 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectRegShifterOperand()[all …]
17830 ARM_AM::ShiftOpc ShOpcVal= in getARMIndexedAddressParts() local17832 if (ShOpcVal != ARM_AM::no_shift) { in getARMIndexedAddressParts()