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 152 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
154 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) {
165 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
170 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth);
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 279 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
285 FunctionLoweringInfo::GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth) {
350 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth);
387 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth);
SelectionDAGBuilder.cpp 705 FuncInfo.GetLiveOutRegInfo(Regs[Part+i]);
    [all...]

Completed in 4386 milliseconds