Searched refs:LiveOutInfo (Results 1 – 3 of 3) sorted by relevance
195 struct LiveOutInfo { struct200 LiveOutInfo() : NumSignBits(0), IsValid(true) {} in LiveOutInfo() argument255 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) { in GetLiveOutRegInfo()259 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()271 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth);281 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo()321 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
392 const FunctionLoweringInfo::LiveOutInfo *397 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()431 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo()453 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()488 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
829 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()