Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h179 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) { in GetLiveOutRegInfo() function
195 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth);
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp384 FunctionLoweringInfo::GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth) { in GetLiveOutRegInfo() function in FunctionLoweringInfo
447 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
484 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
DSelectionDAGBuilder.cpp659 FuncInfo.GetLiveOutRegInfo(Regs[Part+i]); in getCopyFromRegs()