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