Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h120 struct SpillLoc { struct
123 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.cpp1380 std::optional<SpillLocationNo> SpillLoc = extractSpillBaseRegAndOffset(MI); in findLocationForMemOperand() local
1818 LocIdx SpillLoc = MTracker->getSpillMLoc(SpillID); in transferDebugPHI() local