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

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 162 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
164 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) {
175 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
180 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth);
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 505 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
511 FunctionLoweringInfo::GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth) {
574 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth);
611 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth);
SelectionDAGBuilder.cpp 713 FuncInfo.GetLiveOutRegInfo(Regs[Part+i]);
    [all...]

Completed in 317 milliseconds