Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1362 EVT ShTy = N->getOperand(1).getValueType(); in ExpandShiftByConstant() local
1370 NVT, InL, DAG.getConstant(Amt-NVTBits, ShTy)); in ExpandShiftByConstant()
1384 Lo = DAG.getNode(ISD::SHL, DL, NVT, InL, DAG.getConstant(Amt, ShTy)); in ExpandShiftByConstant()
1387 DAG.getConstant(Amt, ShTy)), in ExpandShiftByConstant()
1389 DAG.getConstant(NVTBits-Amt, ShTy))); in ExpandShiftByConstant()
1400 NVT, InH, DAG.getConstant(Amt-NVTBits,ShTy)); in ExpandShiftByConstant()
1408 DAG.getConstant(Amt, ShTy)), in ExpandShiftByConstant()
1410 DAG.getConstant(NVTBits-Amt, ShTy))); in ExpandShiftByConstant()
1411 Hi = DAG.getNode(ISD::SRL, DL, NVT, InH, DAG.getConstant(Amt, ShTy)); in ExpandShiftByConstant()
1419 DAG.getConstant(NVTBits-1, ShTy)); in ExpandShiftByConstant()
[all …]
DTargetLowering.cpp648 EVT ShTy = getShiftAmountTy(InnerVT); in SimplifyDemandedBits() local
649 if (!APInt(BitWidth, ShAmt).isIntN(ShTy.getSizeInBits())) in SimplifyDemandedBits()
650 ShTy = InnerVT; in SimplifyDemandedBits()
653 TLO.DAG.getConstant(ShAmt, ShTy)); in SimplifyDemandedBits()
DSelectionDAG.cpp1797 EVT ShTy = TLI->getShiftAmountTy(LHSTy); in getShiftAmountOperand() local
1798 if (OpTy == ShTy || OpTy.isVector()) return Op; in getShiftAmountOperand()
1800 ISD::NodeType Opcode = OpTy.bitsGT(ShTy) ? ISD::TRUNCATE : ISD::ZERO_EXTEND; in getShiftAmountOperand()
1801 return getNode(Opcode, SDLoc(Op), ShTy, Op); in getShiftAmountOperand()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp2619 CreateShiftedRegister(ARM_AM::ShiftOpc ShTy, unsigned SrcReg, in CreateShiftedRegister() argument
2623 Op->RegShiftedReg.ShiftTy = ShTy; in CreateShiftedRegister()
2633 CreateShiftedImmediate(ARM_AM::ShiftOpc ShTy, unsigned SrcReg, in CreateShiftedImmediate() argument
2636 Op->RegShiftedImm.ShiftTy = ShTy; in CreateShiftedImmediate()