Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp623 unsigned ShImmVal = 0; in SelectImmShifterOperand() local
626 ShImmVal = RHS->getZExtValue() & 31; in SelectImmShifterOperand()
627 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectImmShifterOperand()
647 unsigned ShImmVal = 0; in SelectRegShifterOperand() local
652 if (CheckProfitability && !isShifterOpProfitable(N, ShOpcVal, ShImmVal)) in SelectRegShifterOperand()
654 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectRegShifterOperand()