Searched refs:class_bits (Results 1 – 2 of 2) sorted by relevance
258 uint8_t class_bits[c->num_temps]; in vc4_register_allocate() local295 memset(class_bits, in vc4_register_allocate()297 sizeof(class_bits)); in vc4_register_allocate()308 class_bits[i] &= ~CLASS_BIT_R4; in vc4_register_allocate()317 class_bits[inst->dst.index] &= ~CLASS_BIT_R4; in vc4_register_allocate()323 class_bits[inst->dst.index] &= ~CLASS_BIT_R4; in vc4_register_allocate()339 class_bits[inst->src[0].index] &= CLASS_BIT_R0_R3; in vc4_register_allocate()348 class_bits[i] &= ~(CLASS_BIT_R0_R3 | in vc4_register_allocate()361 class_bits[inst->dst.index] &= CLASS_BIT_A; in vc4_register_allocate()372 class_bits[inst->src[i].index] &= in vc4_register_allocate()[all …]
103 uint8_t class_bits[c->num_temps]; in v3d_register_allocate() local146 memset(class_bits, in v3d_register_allocate()148 sizeof(class_bits)); in v3d_register_allocate()190 class_bits[inst->dst.index] &= CLASS_BIT_PHYS; in v3d_register_allocate()223 class_bits[i] &= CLASS_BIT_PHYS; in v3d_register_allocate()231 if (class_bits[i] == CLASS_BIT_PHYS) { in v3d_register_allocate()235 assert(class_bits[i] == (CLASS_BIT_PHYS | in v3d_register_allocate()