Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDFunctionLoweringInfo.h119 struct LiveOutInfo { struct
123 LiveOutInfo() : NumSignBits(0), IsValid(true), KnownOne(1, 0), in LiveOutInfo() argument
175 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) { in GetLiveOutRegInfo()
179 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
191 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth);
201 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo()
238 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDFunctionLoweringInfo.cpp391 const FunctionLoweringInfo::LiveOutInfo *
396 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
431 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo()
455 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
492 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
HDSelectionDAGBuilder.cpp652 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()