HomeSort by relevance Sort by last modified time
    Searched defs:LiveOutInfo (Results 1 - 3 of 3) 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...]
  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 172 struct LiveOutInfo {
176 LiveOutInfo() : NumSignBits(0), IsValid(true), KnownOne(1, 0),
229 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
230 /// register is a PHI destination and the PHI's LiveOutInfo is not valid.
231 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) {
235 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg];
242 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
243 /// register is a PHI destination and the PHI's LiveOutInfo is not valid. If
244 /// the register's LiveOutInfo is for a smaller bit width, it is extended to
246 /// than the LiveOutInfo's existing bit width
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 195 struct LiveOutInfo {
200 LiveOutInfo() : NumSignBits(0), IsValid(true) {}
252 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
253 /// register is a PHI destination and the PHI's LiveOutInfo is not valid.
254 const LiveOutInfo *GetLiveOutRegInfo(unsigned Reg) {
258 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg];
265 /// GetLiveOutRegInfo - Gets LiveOutInfo for a register, returning NULL if the
266 /// register is a PHI destination and the PHI's LiveOutInfo is not valid. If
267 /// the register's LiveOutInfo is for a smaller bit width, it is extended to
269 /// than the LiveOutInfo's existing bit width
    [all...]

Completed in 618 milliseconds