Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h163 struct LiveOutInfo { struct
168 LiveOutInfo() : NumSignBits(0), IsValid(true) {} in LiveOutInfo() argument
230 const LiveOutInfo *GetLiveOutRegInfo(Register Reg) { in GetLiveOutRegInfo()
234 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
246 const LiveOutInfo *GetLiveOutRegInfo(Register Reg, unsigned BitWidth);
256 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo()
294 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp402 const FunctionLoweringInfo::LiveOutInfo *
407 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
446 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo()
471 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
510 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
H A DSelectionDAGBuilder.cpp905 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()