Searched refs:ShOpcVal (Results 1 – 2 of 2) sorted by relevance
90 ARM_AM::ShiftOpc ShOpcVal, unsigned ShAmt);550 ARM_AM::ShiftOpc ShOpcVal, in isShifterOpProfitable() argument557 return ShOpcVal == ARM_AM::lsl && in isShifterOpProfitable()623 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectImmShifterOperand() local627 if (ShOpcVal == ARM_AM::no_shift) return false; in SelectImmShifterOperand()634 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectImmShifterOperand()647 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectRegShifterOperand() local651 if (ShOpcVal == ARM_AM::no_shift) return false; in SelectRegShifterOperand()659 if (CheckProfitability && !isShifterOpProfitable(N, ShOpcVal, ShImmVal)) in SelectRegShifterOperand()661 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectRegShifterOperand()[all …]
19822 ARM_AM::ShiftOpc ShOpcVal= in getARMIndexedAddressParts() local19824 if (ShOpcVal != ARM_AM::no_shift) { in getARMIndexedAddressParts()