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.h121 struct SpillLoc { struct
124 bool operator==(const SpillLoc &Other) const { argument
H A DVarLocBasedImpl.cpp302 struct SpillLoc { struct
303 unsigned SpillBase;
304 StackOffset SpillOffset;
305 bool operator==(const SpillLoc &Other) const { in operator ==()
308 bool operator!=(const SpillLoc &Other) const { in operator !=()
H A DInstrRefBasedImpl.cpp1415 std::optional<SpillLocationNo> SpillLoc = extractSpillBaseRegAndOffset(MI); in findLocationForMemOperand() local
1852 LocIdx SpillLoc = MTracker->getSpillMLoc(SpillID); in transferDebugPHI() local