Lines Matching refs:BitWidth
414 FunctionLoweringInfo::GetLiveOutRegInfo(Register Reg, unsigned BitWidth) { in GetLiveOutRegInfo() argument
422 if (BitWidth > LOI->Known.getBitWidth()) { in GetLiveOutRegInfo()
424 LOI->Known = LOI->Known.anyext(BitWidth); in GetLiveOutRegInfo()
446 unsigned BitWidth = IntVT.getSizeInBits(); in ComputePHILiveOutRegInfo() local
462 DestLOI.Known = KnownBits(BitWidth); in ComputePHILiveOutRegInfo()
469 Val = CI->getValue().sext(BitWidth); in ComputePHILiveOutRegInfo()
471 Val = CI->getValue().zext(BitWidth); in ComputePHILiveOutRegInfo()
482 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
490 assert(DestLOI.Known.Zero.getBitWidth() == BitWidth && in ComputePHILiveOutRegInfo()
491 DestLOI.Known.One.getBitWidth() == BitWidth && in ComputePHILiveOutRegInfo()
498 DestLOI.Known = KnownBits(BitWidth); in ComputePHILiveOutRegInfo()
505 Val = CI->getValue().sext(BitWidth); in ComputePHILiveOutRegInfo()
507 Val = CI->getValue().zext(BitWidth); in ComputePHILiveOutRegInfo()
521 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()