Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h82 struct SpillLoc { struct
85 bool operator==(const SpillLoc &Other) const { argument
H A DVarLocBasedImpl.cpp300 struct SpillLoc { struct
301 unsigned SpillBase;
302 StackOffset SpillOffset;
303 bool operator==(const SpillLoc &Other) const { in operator ==()
306 bool operator!=(const SpillLoc &Other) const { in operator !=()
H A DInstrRefBasedImpl.cpp1350 std::optional<SpillLocationNo> SpillLoc = extractSpillBaseRegAndOffset(MI); in findLocationForMemOperand() local
1790 LocIdx SpillLoc = MTracker->getSpillMLoc(SpillID); in transferDebugPHI() local