Searched refs:InBits (Results 1 – 8 of 8) sorted by relevance
2140 bool InBits = true; in FinishLayout() local2143 InBits = false; in FinishLayout()2148 << (InBits ? 1 : 0); // (byte|bit) in FinishLayout()2237 bool InBits = true; in CheckFieldPadding() local2240 InBits = false; in CheckFieldPadding()2247 << (InBits ? 1 : 0) // (byte|bit) in CheckFieldPadding()2254 << (InBits ? 1 : 0); // (byte|bit) in CheckFieldPadding()
1874 unsigned InBits = SrcVT.getScalarSizeInBits(); in SimplifyDemandedBits() local1879 if (DemandedBits.getActiveBits() <= InBits) { in SimplifyDemandedBits()1893 APInt InDemandedBits = DemandedBits.trunc(InBits); in SimplifyDemandedBits()1899 assert(Known.getBitWidth() == InBits && "Src width has changed?"); in SimplifyDemandedBits()1912 unsigned InBits = SrcVT.getScalarSizeInBits(); in SimplifyDemandedBits() local1917 if (DemandedBits.getActiveBits() <= InBits) { in SimplifyDemandedBits()1931 APInt InDemandedBits = DemandedBits.trunc(InBits); in SimplifyDemandedBits()1936 InDemandedBits.setBit(InBits - 1); in SimplifyDemandedBits()1942 assert(Known.getBitWidth() == InBits && "Src width has changed?"); in SimplifyDemandedBits()1965 unsigned InBits = SrcVT.getScalarSizeInBits(); in SimplifyDemandedBits() local[all …]
2071 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType()); in lowerConstantForGV() local2072 const MCExpr *MaskExpr = MCConstantExpr::create(~0ULL >> (64-InBits), Ctx); in lowerConstantForGV()
2012 unsigned InBits = VOp0.getValueSizeInBits(); in isTruncWithZeroHighBitsInput() local2015 APInt::getHighBitsSet(InBits, InBits - Bits)); in isTruncWithZeroHighBitsInput()
1601 SmallVector<ValueBit, 64> *InBits; in getValueBits() local1602 std::tie(Interesting, InBits) = getValueBits(V.getOperand(0), in getValueBits()1610 if ((*InBits)[i].hasValue() && (*InBits)[i].getValueBitIndex() >= 32) { in getValueBits()1618 Bits[i] = (*InBits)[i]; in getValueBits()
2574 unsigned InBits = DL.getTypeAllocSizeInBits(Op->getType()); in lowerConstant() local2575 const MCExpr *MaskExpr = MCConstantExpr::create(~0ULL >> (64-InBits), Ctx); in lowerConstant()
4912 unsigned InBits = UnpackFromEltSize * 8; in insertUnpackIfPrepared() local4913 EVT InVT = MVT::getVectorVT(MVT::getIntegerVT(InBits), in insertUnpackIfPrepared()4914 SystemZ::VectorBits / InBits); in insertUnpackIfPrepared()4916 unsigned OutBits = InBits * 2; in insertUnpackIfPrepared()
23779 unsigned InBits = VOp0.getValueSizeInBits(); in isTruncWithZeroHighBitsInput() local23781 return DAG.MaskedValueIsZero(VOp0, APInt::getHighBitsSet(InBits,InBits-Bits)); in isTruncWithZeroHighBitsInput()30748 unsigned InBits = InVT.getSizeInBits(); in ReplaceNodeResults() local30749 if (128 % InBits == 0) { in ReplaceNodeResults()30773 if ((InBits == 256 && Subtarget.hasVLX()) || InBits == 512) { in ReplaceNodeResults()