Searched refs:LiveOutInfo (Results 1 – 3 of 3) sorted by relevance
163 struct LiveOutInfo { struct168 LiveOutInfo() : NumSignBits(0), IsValid(true) {} in LiveOutInfo() argument222 const LiveOutInfo *GetLiveOutRegInfo(Register Reg) { in GetLiveOutRegInfo()226 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()238 const LiveOutInfo *GetLiveOutRegInfo(Register Reg, unsigned BitWidth);248 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo()286 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
419 const FunctionLoweringInfo::LiveOutInfo *424 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()463 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo()488 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()527 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
918 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()