Searched refs:ShOpcVal (Results 1 – 2 of 2) sorted by relevance
95 ARM_AM::ShiftOpc ShOpcVal, unsigned ShAmt);456 ARM_AM::ShiftOpc ShOpcVal, in isShifterOpProfitable() argument463 return ShOpcVal == ARM_AM::lsl && in isShifterOpProfitable()474 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectImmShifterOperand() local478 if (ShOpcVal == ARM_AM::no_shift) return false; in SelectImmShifterOperand()485 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectImmShifterOperand()498 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectRegShifterOperand() local502 if (ShOpcVal == ARM_AM::no_shift) return false; in SelectRegShifterOperand()510 if (CheckProfitability && !isShifterOpProfitable(N, ShOpcVal, ShImmVal)) in SelectRegShifterOperand()512 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectRegShifterOperand()[all …]
10252 ARM_AM::ShiftOpc ShOpcVal= in getARMIndexedAddressParts() local10254 if (ShOpcVal != ARM_AM::no_shift) { in getARMIndexedAddressParts()