Searched refs:ImmLimit (Results 1 – 5 of 5) sorted by relevance
328 uint8_t ImmLimit = Entry.Imm1Limit; in ReduceLoadStore() local337 ImmLimit = Entry.Imm2Limit; in ReduceLoadStore()436 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale; in ReduceLoadStore()
390 uint8_t ImmLimit = Entry.Imm1Limit; in ReduceLoadStore() local399 ImmLimit = Entry.Imm2Limit; in ReduceLoadStore()544 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale; in ReduceLoadStore()
416 uint8_t ImmLimit = Entry.Imm1Limit; in ReduceLoadStore() local425 ImmLimit = Entry.Imm2Limit; in ReduceLoadStore()573 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale; in ReduceLoadStore()
372 unsigned ImmLimit; member
1139 mach->ImmLimit = 0; in tgsi_exec_machine_bind_shader()1226 assert( mach->ImmLimit + 1 <= TGSI_EXEC_NUM_IMMEDIATES ); in tgsi_exec_machine_bind_shader()1229 mach->Imms[mach->ImmLimit][i] = in tgsi_exec_machine_bind_shader()1232 mach->ImmLimit += 1; in tgsi_exec_machine_bind_shader()1556 assert(index->i[i] >= 0 && index->i[i] < (int)mach->ImmLimit); in fetch_src_file_channel()