Searched refs:LiveOutInfo (Results 1 – 3 of 3) sorted by relevance
158 struct LiveOutInfo { struct163 LiveOutInfo() : NumSignBits(0), IsValid(true) {} in LiveOutInfo() function220 const LiveOutInfo *GetLiveOutRegInfo(Register Reg) { in GetLiveOutRegInfo()224 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()236 const LiveOutInfo *GetLiveOutRegInfo(Register Reg, unsigned BitWidth);246 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo()284 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
406 const FunctionLoweringInfo::LiveOutInfo *411 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()450 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo()475 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()514 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
874 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()