Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h120 struct LiveOutInfo { struct
124 LiveOutInfo() : NumSignBits(0), IsValid(true), KnownOne(1, 0), in LiveOutInfo() function
179 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) { in GetLiveOutRegInfo()
183 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
195 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth);
205 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo()
245 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp383 const FunctionLoweringInfo::LiveOutInfo *
388 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
423 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo()
447 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
484 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
DSelectionDAGBuilder.cpp658 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()