Home
last modified time | relevance | path

Searched refs:WasIndirect (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp101 DbgValueLocation(unsigned LocNo, bool WasIndirect) in DbgValueLocation() argument
102 : LocNo(LocNo), WasIndirect(WasIndirect) { in DbgValueLocation()
107 DbgValueLocation() : LocNo(0), WasIndirect(0) {} in DbgValueLocation()
113 bool wasIndirect() const { return WasIndirect; } in wasIndirect()
117 return DbgValueLocation(NewLocNo, WasIndirect); in changeLocNo()
122 return LHS.LocNo == RHS.LocNo && LHS.WasIndirect == RHS.WasIndirect; in operator ==()
132 unsigned WasIndirect : 1; member in DbgValueLocation
298 LiveInterval *LI, unsigned LocNo, bool WasIndirect,
652 LiveInterval *LI, unsigned LocNo, bool WasIndirect, in addDefsFromCopies() argument
716 DbgValueLocation NewLoc(LocNo, WasIndirect); in addDefsFromCopies()