Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp222 struct LocIndex { struct
223 using u32_location_t = uint32_t;
224 using u32_index_t = uint32_t;
226 u32_location_t Location; // Physical registers live in the range [1;2^30) (see
229 u32_index_t Index;
232 static constexpr u32_location_t kUniversalLocation = 0;
236 static constexpr u32_location_t kFirstRegLocation = 1;
240 static constexpr u32_location_t kFirstInvalidRegLocation = 1 << 30;
244 static constexpr u32_location_t kSpillLocation = kFirstInvalidRegLocation;
248 static constexpr u32_location_t kEntryValueBackupLocation =
[all …]