Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h222 const LiveOutInfo *GetLiveOutRegInfo(Register Reg) { in GetLiveOutRegInfo() function
238 const LiveOutInfo *GetLiveOutRegInfo(Register Reg, unsigned BitWidth);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp420 FunctionLoweringInfo::GetLiveOutRegInfo(Register Reg, unsigned BitWidth) { in GetLiveOutRegInfo() function in FunctionLoweringInfo
488 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
527 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
H A DSelectionDAGBuilder.cpp919 FuncInfo.GetLiveOutRegInfo(Regs[Part+i]); in getCopyFromRegs()