Home
last modified time | relevance | path

Searched refs:LiveOutInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h195 struct LiveOutInfo { struct
200 LiveOutInfo() : NumSignBits(0), IsValid(true) {} in LiveOutInfo() argument
255 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;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp392 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()
H A DSelectionDAGBuilder.cpp829 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()