Searched refs:NUM_LOC_BITS (Results 1 – 1 of 1) sorted by relevance
243 #define NUM_LOC_BITS 24 macro245 assert(L < (1 << NUM_LOC_BITS) && "Machine locations must fit in 24 bits"); in LocIdx()303 uint64_t LocNo : NUM_LOC_BITS; /// The machine location where the def happens.326 return TmpBlock << 44ull | TmpInst << NUM_LOC_BITS | LocNo; in asU64()331 return {v >> 44ull, ((v >> NUM_LOC_BITS) & 0xFFFFF), L}; in fromU64()498 assert(NumRegs < (1u << NUM_LOC_BITS)); // Detect bit packing failure in MLocTracker()