Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp203 struct LocIndex { struct
204 using u32_location_t = uint32_t;
205 using u32_index_t = uint32_t;
207 u32_location_t Location; // Physical registers live in the range [1;2^30) (see
210 u32_index_t Index;
213 static constexpr u32_location_t kUniversalLocation = 0;
217 static constexpr u32_location_t kFirstRegLocation = 1;
221 static constexpr u32_location_t kFirstInvalidRegLocation = 1 << 30;
225 static constexpr u32_location_t kSpillLocation = kFirstInvalidRegLocation;
229 static constexpr u32_location_t kEntryValueBackupLocation =
[all …]