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.h230 const LiveOutInfo *GetLiveOutRegInfo(Register Reg) { in GetLiveOutRegInfo() function
246 const LiveOutInfo *GetLiveOutRegInfo(Register Reg, unsigned BitWidth);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp403 FunctionLoweringInfo::GetLiveOutRegInfo(Register Reg, unsigned BitWidth) { in GetLiveOutRegInfo() function in FunctionLoweringInfo
471 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
510 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
H A DSelectionDAGBuilder.cpp906 FuncInfo.GetLiveOutRegInfo(Regs[Part+i]); in getCopyFromRegs()