Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp630 unsigned ShImmVal = 0; in SelectImmShifterOperand() local
633 ShImmVal = RHS->getZExtValue() & 31; in SelectImmShifterOperand()
634 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectImmShifterOperand()
654 unsigned ShImmVal = 0; in SelectRegShifterOperand() local
659 if (CheckProfitability && !isShifterOpProfitable(N, ShOpcVal, ShImmVal)) in SelectRegShifterOperand()
661 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectRegShifterOperand()