Home
last modified time | relevance | path

Searched refs:ImmLimit (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp390 uint8_t ImmLimit = Entry.Imm1Limit; in ReduceLoadStore() local
399 ImmLimit = Entry.Imm2Limit; in ReduceLoadStore()
544 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale; in ReduceLoadStore()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp416 uint8_t ImmLimit = Entry.Imm1Limit; in ReduceLoadStore() local
425 ImmLimit = Entry.Imm2Limit; in ReduceLoadStore()
573 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale; in ReduceLoadStore()
/external/llvm-project/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp416 uint8_t ImmLimit = Entry.Imm1Limit; in ReduceLoadStore() local
425 ImmLimit = Entry.Imm2Limit; in ReduceLoadStore()
583 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale; in ReduceLoadStore()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h361 unsigned ImmLimit; member
Dtgsi_exec.c1130 mach->ImmLimit = 0; in tgsi_exec_machine_bind_shader()
1211 if (mach->ImmLimit >= mach->ImmsReserved) { in tgsi_exec_machine_bind_shader()
1224 mach->Imms[mach->ImmLimit][i] = in tgsi_exec_machine_bind_shader()
1227 mach->ImmLimit += 1; in tgsi_exec_machine_bind_shader()
1541 assert(index->i[i] >= 0 && index->i[i] < (int)mach->ImmLimit); in fetch_src_file_channel()