Searched refs:LiveOutInfo (Results 1 – 3 of 3) sorted by relevance
155 struct LiveOutInfo { struct160 LiveOutInfo() : NumSignBits(0), IsValid(true) {} in LiveOutInfo() argument217 const LiveOutInfo *GetLiveOutRegInfo(Register Reg) { in GetLiveOutRegInfo()221 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()233 const LiveOutInfo *GetLiveOutRegInfo(Register Reg, unsigned BitWidth);243 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo()281 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
416 const FunctionLoweringInfo::LiveOutInfo *421 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()455 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo()476 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()511 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
847 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()