Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h155 struct LiveOutInfo { struct
160 LiveOutInfo() : NumSignBits(0), IsValid(true) {} in LiveOutInfo() argument
217 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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp416 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()
H A DSelectionDAGBuilder.cpp847 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()