HomeSort by: relevance | last modified time | path
    Searched refs:LiveOutInfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 155 struct LiveOutInfo {
160 LiveOutInfo() : NumSignBits(0), IsValid(true) {}
215 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
216 /// register is a PHI destination and the PHI's LiveOutInfo is not valid.
217 const LiveOutInfo *GetLiveOutRegInfo(Register Reg) {
221 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg];
228 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
229 /// register is a PHI destination and the PHI's LiveOutInfo is not valid. If
230 /// the register's LiveOutInfo is for a smaller bit width, it is extended to
232 /// than the LiveOutInfo's existing bit width
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 411 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
412 /// register is a PHI destination and the PHI's LiveOutInfo is not valid. If
413 /// the register's LiveOutInfo is for a smaller bit width, it is extended to
415 /// than the LiveOutInfo's existing bit width.
416 const FunctionLoweringInfo::LiveOutInfo *
421 LiveOutInfo *LOI = &LiveOutRegInfo[Reg];
433 /// ComputePHILiveOutRegInfo - Compute LiveOutInfo for a PHI's destination
434 /// register based on the LiveOutInfo of its operands.
455 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg];
476 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth)
    [all...]
SelectionDAGBuilder.cpp 847 const FunctionLoweringInfo::LiveOutInfo *LOI =

Completed in 96 milliseconds