Home
last modified time | relevance | path

Searched refs:ShOpcVal (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp88 ARM_AM::ShiftOpc ShOpcVal, unsigned ShAmt);
541 ARM_AM::ShiftOpc ShOpcVal, in isShifterOpProfitable() argument
548 return ShOpcVal == ARM_AM::lsl && in isShifterOpProfitable()
614 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectImmShifterOperand() local
618 if (ShOpcVal == ARM_AM::no_shift) return false; in SelectImmShifterOperand()
625 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectImmShifterOperand()
638 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectRegShifterOperand() local
642 if (ShOpcVal == ARM_AM::no_shift) return false; in SelectRegShifterOperand()
650 if (CheckProfitability && !isShifterOpProfitable(N, ShOpcVal, ShImmVal)) in SelectRegShifterOperand()
652 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectRegShifterOperand()
[all …]
H A DARMISelLowering.cpp19757 ARM_AM::ShiftOpc ShOpcVal= in getARMIndexedAddressParts() local
19759 if (ShOpcVal != ARM_AM::no_shift) { in getARMIndexedAddressParts()