Searched refs:ShOpcVal (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 97 ARM_AM::ShiftOpc ShOpcVal, unsigned ShAmt); 380 ARM_AM::ShiftOpc ShOpcVal, in isShifterOpProfitable() argument 387 return ShOpcVal == ARM_AM::lsl && ShAmt == 2; in isShifterOpProfitable() 397 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectImmShifterOperand() local 401 if (ShOpcVal == ARM_AM::no_shift) return false; in SelectImmShifterOperand() 408 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectImmShifterOperand() 421 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectRegShifterOperand() local 425 if (ShOpcVal == ARM_AM::no_shift) return false; in SelectRegShifterOperand() 433 if (CheckProfitability && !isShifterOpProfitable(N, ShOpcVal, ShImmVal)) in SelectRegShifterOperand() 435 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectRegShifterOperand() [all …]
|
D | ARMISelLowering.cpp | 8253 ARM_AM::ShiftOpc ShOpcVal= in getARMIndexedAddressParts() local 8255 if (ShOpcVal != ARM_AM::no_shift) { in getARMIndexedAddressParts()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 89 ARM_AM::ShiftOpc ShOpcVal, unsigned ShAmt); 464 ARM_AM::ShiftOpc ShOpcVal, in isShifterOpProfitable() argument 471 return ShOpcVal == ARM_AM::lsl && in isShifterOpProfitable() 554 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectImmShifterOperand() local 558 if (ShOpcVal == ARM_AM::no_shift) return false; in SelectImmShifterOperand() 565 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectImmShifterOperand() 578 ARM_AM::ShiftOpc ShOpcVal = ARM_AM::getShiftOpcForNode(N.getOpcode()); in SelectRegShifterOperand() local 582 if (ShOpcVal == ARM_AM::no_shift) return false; in SelectRegShifterOperand() 590 if (CheckProfitability && !isShifterOpProfitable(N, ShOpcVal, ShImmVal)) in SelectRegShifterOperand() 592 Opc = CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, ShImmVal), in SelectRegShifterOperand() [all …]
|
D | ARMISelLowering.cpp | 11491 ARM_AM::ShiftOpc ShOpcVal= in getARMIndexedAddressParts() local 11493 if (ShOpcVal != ARM_AM::no_shift) { in getARMIndexedAddressParts()
|