Searched refs:LOI (Results 1 – 3 of 3) sorted by relevance
168 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo() local169 if (!LOI->IsValid) in GetLiveOutRegInfo()172 return LOI; in GetLiveOutRegInfo()190 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo() local191 LOI.NumSignBits = NumSignBits; in AddLiveOutRegInfo()192 LOI.KnownOne = KnownOne; in AddLiveOutRegInfo()193 LOI.KnownZero = KnownZero; in AddLiveOutRegInfo()
515 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo() local516 if (!LOI->IsValid) in GetLiveOutRegInfo()519 if (BitWidth > LOI->KnownZero.getBitWidth()) { in GetLiveOutRegInfo()520 LOI->NumSignBits = 1; in GetLiveOutRegInfo()521 LOI->KnownZero = LOI->KnownZero.zextOrTrunc(BitWidth); in GetLiveOutRegInfo()522 LOI->KnownOne = LOI->KnownOne.zextOrTrunc(BitWidth); in GetLiveOutRegInfo()525 return LOI; in GetLiveOutRegInfo()
712 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs() local714 if (!LOI) in getCopyFromRegs()718 unsigned NumSignBits = LOI->NumSignBits; in getCopyFromRegs()719 unsigned NumZeroBits = LOI->KnownZero.countLeadingOnes(); in getCopyFromRegs()