Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp96 ARM_AM::ShiftOpc ShOpcVal, unsigned ShAmt);
472 ARM_AM::ShiftOpc ShOpcVal, in isShifterOpProfitable() argument
479 return ShOpcVal == ARM_AM::lsl && in isShifterOpProfitable()
563 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectImmShifterOperand() local
567 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() local
591 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 …]
DARMISelLowering.cpp11025 ARM_AM::ShiftOpc ShOpcVal= in getARMIndexedAddressParts() local
11027 if (ShOpcVal != ARM_AM::no_shift) { in getARMIndexedAddressParts()