Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp607 unsigned ShImmVal = 0; in SelectImmShifterOperand() local
610 ShImmVal = RHS->getZExtValue() & 31; in SelectImmShifterOperand()
611 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectImmShifterOperand()
631 unsigned ShImmVal = 0; in SelectRegShifterOperand() local
636 if (CheckProfitability && !isShifterOpProfitable(N, ShOpcVal, ShImmVal)) in SelectRegShifterOperand()
638 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectRegShifterOperand()