Home
last modified time | relevance | path

Searched defs:SpillLoc (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DVarLocBasedImpl.cpp293 struct SpillLoc { struct
294 unsigned SpillBase;
295 int SpillOffset;
296 bool operator==(const SpillLoc &Other) const { in operator ==()
299 bool operator!=(const SpillLoc &Other) const { in operator !=()
DInstrRefBasedImpl.cpp222 struct SpillLoc { struct
223 unsigned SpillBase;
224 int SpillOffset;
225 bool operator==(const SpillLoc &Other) const { in operator ==()
229 bool operator<(const SpillLoc &Other) const { in operator <()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp151 struct SpillLoc { struct
152 unsigned SpillBase;
153 int SpillOffset;
154 bool operator==(const SpillLoc &Other) const { in operator ==()
/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp439 Variable *SpillLoc = Func->makeVariable(Iter.Cur->getType()); in addSpillFill() local