Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp88 ARM_AM::ShiftOpc ShOpcVal, unsigned ShAmt);
537 ARM_AM::ShiftOpc ShOpcVal, in isShifterOpProfitable() argument
544 return ShOpcVal == ARM_AM::lsl && in isShifterOpProfitable()
610 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectImmShifterOperand() local
614 if (ShOpcVal == ARM_AM::no_shift) return false; in SelectImmShifterOperand()
621 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectImmShifterOperand()
634 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectRegShifterOperand() local
638 if (ShOpcVal == ARM_AM::no_shift) return false; in SelectRegShifterOperand()
646 if (CheckProfitability && !isShifterOpProfitable(N, ShOpcVal, ShImmVal)) in SelectRegShifterOperand()
648 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectRegShifterOperand()
[all …]
DARMISelLowering.cpp18548 ARM_AM::ShiftOpc ShOpcVal= in getARMIndexedAddressParts() local
18550 if (ShOpcVal != ARM_AM::no_shift) { in getARMIndexedAddressParts()