Searched refs:ShTy (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeIntegerTypes.cpp | 1381 EVT ShTy = N->getOperand(1).getValueType(); in ExpandShiftByConstant() local 1389 NVT, InL, DAG.getConstant(Amt - NVTBits, DL, ShTy)); in ExpandShiftByConstant() 1403 Lo = DAG.getNode(ISD::SHL, DL, NVT, InL, DAG.getConstant(Amt, DL, ShTy)); in ExpandShiftByConstant() 1406 DAG.getConstant(Amt, DL, ShTy)), in ExpandShiftByConstant() 1408 DAG.getConstant(-Amt + NVTBits, DL, ShTy))); in ExpandShiftByConstant() 1418 NVT, InH, DAG.getConstant(Amt - NVTBits, DL, ShTy)); in ExpandShiftByConstant() 1426 DAG.getConstant(Amt, DL, ShTy)), in ExpandShiftByConstant() 1428 DAG.getConstant(-Amt + NVTBits, DL, ShTy))); in ExpandShiftByConstant() 1429 Hi = DAG.getNode(ISD::SRL, DL, NVT, InH, DAG.getConstant(Amt, DL, ShTy)); in ExpandShiftByConstant() 1437 DAG.getConstant(NVTBits - 1, DL, ShTy)); in ExpandShiftByConstant() [all …]
|
| HD | TargetLowering.cpp | 650 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits() local 651 if (!APInt(BitWidth, ShAmt).isIntN(ShTy.getSizeInBits())) in SimplifyDemandedBits() 652 ShTy = InnerVT; in SimplifyDemandedBits() 655 TLO.DAG.getConstant(ShAmt, dl, ShTy)); in SimplifyDemandedBits()
|
| HD | SelectionDAG.cpp | 1852 EVT ShTy = TLI->getShiftAmountTy(LHSTy, getDataLayout()); in getShiftAmountOperand() local 1853 if (OpTy == ShTy || OpTy.isVector()) return Op; in getShiftAmountOperand() 1855 ISD::NodeType Opcode = OpTy.bitsGT(ShTy) ? ISD::TRUNCATE : ISD::ZERO_EXTEND; in getShiftAmountOperand() 1856 return getNode(Opcode, SDLoc(Op), ShTy, Op); in getShiftAmountOperand()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/AsmParser/ |
| HD | ARMAsmParser.cpp | 2622 CreateShiftedRegister(ARM_AM::ShiftOpc ShTy, unsigned SrcReg, in CreateShiftedRegister() argument 2626 Op->RegShiftedReg.ShiftTy = ShTy; in CreateShiftedRegister() 2636 CreateShiftedImmediate(ARM_AM::ShiftOpc ShTy, unsigned SrcReg, in CreateShiftedImmediate() argument 2639 Op->RegShiftedImm.ShiftTy = ShTy; in CreateShiftedImmediate()
|