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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
FunctionLoweringInfo.h 105 struct LiveOutInfo {
109 LiveOutInfo() : NumSignBits(0), IsValid(true), KnownOne(1, 0),
151 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
152 /// register is a PHI destination and the PHI's LiveOutInfo is not valid.
153 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) {
157 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg];
164 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
165 /// register is a PHI destination and the PHI's LiveOutInfo is not valid. If
166 /// the register's LiveOutInfo is for a smaller bit width, it is extended to
168 /// than the LiveOutInfo's existing bit width
    [all...]