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.cpp205 struct LocIndex { struct
206 using u32_location_t = uint32_t;
207 using u32_index_t = uint32_t;
209 u32_location_t Location; // Physical registers live in the range [1;2^30) (see
212 u32_index_t Index;
215 static constexpr u32_location_t kUniversalLocation = 0;
219 static constexpr u32_location_t kFirstRegLocation = 1;
223 static constexpr u32_location_t kFirstInvalidRegLocation = 1 << 30;
227 static constexpr u32_location_t kSpillLocation = kFirstInvalidRegLocation;
231 static constexpr u32_location_t kEntryValueBackupLocation =
[all …]