Searched refs:HalfWidth (Results 1 – 8 of 8) sorted by relevance
42 HalfWidth = 16; in AVRTargetInfo()
117 HalfWidth = HostTarget->getHalfWidth(); in NVPTXTargetInfo()
125 HalfWidth = HostTarget->getHalfWidth(); in BaseSPIRTargetInfo()
115 HalfWidth = 16; in TargetInfo()440 HalfWidth = HalfAlign = 32; in adjust()453 HalfWidth = HalfAlign = 16; in adjust()
94 unsigned char HalfWidth, HalfAlign; member783 unsigned getHalfWidth() const { return HalfWidth; } in getHalfWidth()
3095 unsigned HalfWidth = Width / 2; in matchOrConcat() local3108 if (*C != HalfWidth || LowerSrc->getType() != UpperSrc->getType() || in matchOrConcat()3109 LowerSrc->getType()->getScalarSizeInBits() != HalfWidth) in matchOrConcat()3115 NewUpper = Builder.CreateShl(NewUpper, HalfWidth); in matchOrConcat()
1908 unsigned HalfWidth = BitWidth / 2; in SimplifyDemandedBits() local1909 if ((BitWidth % 2) == 0 && !VT.isVector() && ShAmt < HalfWidth && in SimplifyDemandedBits()1910 DemandedBits.countLeadingOnes() >= HalfWidth) { in SimplifyDemandedBits()1911 EVT HalfVT = EVT::getIntegerVT(*TLO.DAG.getContext(), HalfWidth); in SimplifyDemandedBits()1919 if (bool IsNUW = (Known.countMinLeadingZeros() >= HalfWidth)) { in SimplifyDemandedBits()1920 bool IsNSW = Known.countMinSignBits() > HalfWidth; in SimplifyDemandedBits()
7684 auto HalfWidth = MIRBuilder.buildConstant(S64, 32); in lowerU64ToF64BitFloatOps() local7689 auto HighBits = MIRBuilder.buildLShr(S64, Src, HalfWidth); in lowerU64ToF64BitFloatOps()