HomeSort by relevance Sort by last modified time
    Searched defs:GetLiveOutRegInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 146 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
148 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) {
159 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
164 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth);
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 239 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
245 FunctionLoweringInfo::GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth) {
308 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth);
345 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth);

Completed in 38 milliseconds