Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h158 struct LiveOutInfo { struct
163 LiveOutInfo() : NumSignBits(0), IsValid(true) {} in LiveOutInfo() function
220 const LiveOutInfo *GetLiveOutRegInfo(Register Reg) { in GetLiveOutRegInfo()
224 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
236 const LiveOutInfo *GetLiveOutRegInfo(Register Reg, unsigned BitWidth);
246 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo()
284 IndexedMap<LiveOutInfo, VirtReg2IndexFunctor> LiveOutRegInfo;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp406 const FunctionLoweringInfo::LiveOutInfo *
411 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo()
450 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg]; in ComputePHILiveOutRegInfo()
475 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
514 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
H A DSelectionDAGBuilder.cpp874 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs()