Searched refs:ShOpcVal (Results 1 – 2 of 2) sorted by relevance
96 ARM_AM::ShiftOpc ShOpcVal, unsigned ShAmt);472 ARM_AM::ShiftOpc ShOpcVal, in isShifterOpProfitable() argument479 return ShOpcVal == ARM_AM::lsl && in isShifterOpProfitable()563 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectImmShifterOperand() local567 if (ShOpcVal == ARM_AM::no_shift) return false; in SelectImmShifterOperand()574 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectImmShifterOperand()587 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectRegShifterOperand() local591 if (ShOpcVal == ARM_AM::no_shift) return false; in SelectRegShifterOperand()599 if (CheckProfitability && !isShifterOpProfitable(N, ShOpcVal, ShImmVal)) in SelectRegShifterOperand()601 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectRegShifterOperand()[all …]
11025 ARM_AM::ShiftOpc ShOpcVal= in getARMIndexedAddressParts() local11027 if (ShOpcVal != ARM_AM::no_shift) { in getARMIndexedAddressParts()