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