Home | History | Annotate | Download | only in AMDGPU

Lines Matching defs:Demanded

2142   APInt Demanded = APInt::getLowBitsSet(VT.getSizeInBits(), 24);
2145 if (TLI.SimplifyDemandedBits(Op, Demanded, KnownZero, KnownOne, TLO))
2704 APInt Demanded = APInt::getBitsSet(32,
2712 if (TLO.ShrinkDemandedConstant(BitsFrom, Demanded) ||
2713 TLI.SimplifyDemandedBits(BitsFrom, Demanded,