Searched refs:NUM_LOC_BITS (Results 1 – 2 of 2) sorted by relevance
89 #define NUM_LOC_BITS 24 macro91 assert(L < (1 << NUM_LOC_BITS) && "Machine locations must fit in 24 bits"); in LocIdx()152 : NUM_LOC_BITS; /// The machine location where the def happens.
1029 assert(NumRegs < (1u << NUM_LOC_BITS)); // Detect bit packing failure in MLocTracker()