• Home
  • Raw
  • Download

Lines Matching refs:getSizeInBits

683   unsigned NewVTSize = NewVT.getSizeInBits();  in getVectorTypeBreakdownMVT()
692 return NumVectorRegs*(NewVTSize/DestVT.getSizeInBits()); in getVectorTypeBreakdownMVT()
846 if (SVT.getVectorElementType().getSizeInBits() > EltVT.getSizeInBits() in computeRegisterProperties()
981 unsigned NewVTSize = NewVT.getSizeInBits(); in getVectorTypeBreakdown()
988 return NumVectorRegs*(NewVTSize/DestVT.getSizeInBits()); in getVectorTypeBreakdown()
1210 assert(Op.getValueType().getScalarType().getSizeInBits() == BitWidth && in SimplifyDemandedBits()
1474 BitWidth - InnerVT.getSizeInBits()) & in SimplifyDemandedBits()
1478 if (!APInt(BitWidth, ShAmt).isIntN(ShTy.getSizeInBits())) in SimplifyDemandedBits()
1500 unsigned VTSize = VT.getSizeInBits(); in SimplifyDemandedBits()
1564 InDemandedMask |= APInt::getSignBit(VT.getScalarType().getSizeInBits()); in SimplifyDemandedBits()
1594 BitWidth - EVT.getScalarType().getSizeInBits()); in SimplifyDemandedBits()
1601 APInt::getSignBit(EVT.getScalarType().getSizeInBits()).zext(BitWidth); in SimplifyDemandedBits()
1604 EVT.getScalarType().getSizeInBits()) & in SimplifyDemandedBits()
1635 Op.getOperand(0).getValueType().getScalarType().getSizeInBits(); in SimplifyDemandedBits()
1657 unsigned InBits = InVT.getScalarType().getSizeInBits(); in SimplifyDemandedBits()
1698 Op.getOperand(0).getValueType().getScalarType().getSizeInBits(); in SimplifyDemandedBits()
1712 Op.getOperand(0).getValueType().getScalarType().getSizeInBits(); in SimplifyDemandedBits()
1777 VT.getSizeInBits()); in SimplifyDemandedBits()
1785 NewMask == APInt::getSignBit(Op.getValueType().getSizeInBits()) && in SimplifyDemandedBits()
1794 unsigned OpVTSizeInBits = Op.getValueType().getSizeInBits(); in SimplifyDemandedBits()
1797 unsigned ShVal = Op.getValueType().getSizeInBits()-1; in SimplifyDemandedBits()
1895 unsigned BitWidth = OpVT.getScalarType().getSizeInBits(); in ValueHasExactlyOneBitSet()
1937 ShAmt == Log2_32(N0.getValueType().getSizeInBits())) { in SimplifySetCC()
1959 (N0 == CTPOP || N0.getValueType().getSizeInBits() > in SimplifySetCC()
1960 Log2_32_Ceil(CTPOP.getValueType().getSizeInBits()))) { in SimplifySetCC()
1996 MinBits = LN0->getMemoryVT().getSizeInBits(); in SimplifySetCC()
2026 unsigned origWidth = N0.getValueType().getSizeInBits(); in SimplifySetCC()
2031 origWidth = Lod->getMemoryVT().getSizeInBits(); in SimplifySetCC()
2073 unsigned InSize = N0.getOperand(0).getValueType().getSizeInBits(); in SimplifySetCC()
2122 unsigned ExtSrcTyBits = ExtSrcTy.getSizeInBits(); in SimplifySetCC()
2124 unsigned ExtDstTyBits = ExtDstTy.getSizeInBits(); in SimplifySetCC()
2227 unsigned OperandBitSize = N1C->getValueType(0).getSizeInBits(); in SimplifySetCC()
2924 (OpInfo.ConstraintVT.getSizeInBits() != in ParseConstraints()
2925 Input.ConstraintVT.getSizeInBits())) { in ParseConstraints()
3297 DAG.getNode(ISD::SRL, dl, VT, Q, DAG.getConstant(VT.getSizeInBits()-1, in BuildSDIV()