Searched defs:LocIndex (Results 1 – 1 of 1) sorted by relevance
222 struct LocIndex { struct223 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) (see229 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 …]