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

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 103 struct LiveOutInfo {
107 LiveOutInfo() : NumSignBits(0), IsValid(true), KnownOne(1, 0),
149 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
150 /// register is a PHI destination and the PHI's LiveOutInfo is not valid.
151 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) {
155 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg];
162 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
163 /// register is a PHI destination and the PHI's LiveOutInfo is not valid. If
164 /// the register's LiveOutInfo is for a smaller bit width, it is extended to
166 /// than the LiveOutInfo's existing bit width
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 240 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
241 /// register is a PHI destination and the PHI's LiveOutInfo is not valid. If
242 /// the register's LiveOutInfo is for a smaller bit width, it is extended to
244 /// than the LiveOutInfo's existing bit width.
245 const FunctionLoweringInfo::LiveOutInfo *
250 LiveOutInfo *LOI = &LiveOutRegInfo[Reg];
263 /// ComputePHILiveOutRegInfo - Compute LiveOutInfo for a PHI's destination
264 /// register based on the LiveOutInfo of its operands.
285 LiveOutInfo &DestLOI = LiveOutRegInfo[DestReg];
309 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth)
    [all...]
SelectionDAGBuilder.cpp 684 const FunctionLoweringInfo::LiveOutInfo *LOI =
    [all...]

Completed in 602 milliseconds