Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp95 ARM_AM::ShiftOpc ShOpcVal, unsigned ShAmt);
456 ARM_AM::ShiftOpc ShOpcVal, in isShifterOpProfitable() argument
463 return ShOpcVal == ARM_AM::lsl && in isShifterOpProfitable()
474 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectImmShifterOperand() local
478 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() local
502 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 …]
DARMISelLowering.cpp10252 ARM_AM::ShiftOpc ShOpcVal= in getARMIndexedAddressParts() local
10254 if (ShOpcVal != ARM_AM::no_shift) { in getARMIndexedAddressParts()