Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp355 SpillLoc SpillLocation; member
376 return Value.SpillLocation == Other.Value.SpillLocation; in operator ==()
390 Kind, Value.SpillLocation.SpillBase, in operator <()
391 Value.SpillLocation.SpillOffset.getFixed(), in operator <()
392 Value.SpillLocation.SpillOffset.getScalable()) < in operator <()
394 Other.Kind, Other.Value.SpillLocation.SpillBase, in operator <()
395 Other.Value.SpillLocation.SpillOffset.getFixed(), in operator <()
396 Other.Value.SpillLocation.SpillOffset.getScalable()); in operator <()
537 ML.Value.SpillLocation = {SpillBase, SpillOffset}; in CreateSpillLoc()
580 unsigned Base = Loc.SpillLocation.SpillBase; in BuildDbgValue()
[all …]