Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/CodeGen/
HDFunctionLoweringInfo.h154 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) { in GetLiveOutRegInfo() function
170 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth);
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDFunctionLoweringInfo.cpp288 FunctionLoweringInfo::GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth) { in GetLiveOutRegInfo() function in FunctionLoweringInfo
353 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
390 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
HDSelectionDAGBuilder.cpp717 FuncInfo.GetLiveOutRegInfo(Regs[Part+i]); in getCopyFromRegs()