Home
last modified time | relevance | path

Searched refs:immoffset (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h267 LLVMValueRef immoffset, unsigned cache_policy);
271 LLVMValueRef immoffset, unsigned cache_policy);
275 LLVMValueRef soffset, LLVMValueRef immoffset,
281 LLVMValueRef immoffset, unsigned num_channels, unsigned dfmt,
301 LLVMValueRef soffset, LLVMValueRef immoffset,
306 LLVMValueRef voffset, LLVMValueRef soffset, LLVMValueRef immoffset,
Dac_llvm_build.c1147 LLVMValueRef immoffset = LLVMConstInt(ctx->i32, inst_offset, 0); in ac_build_buffer_store_dword() local
1149 ac_build_raw_tbuffer_store(ctx, rsrc, vdata, voffset, soffset, immoffset, num_channels, dfmt, in ac_build_buffer_store_dword()
1243 LLVMValueRef soffset, LLVMValueRef immoffset, in ac_build_tbuffer_load() argument
1248 voffset = LLVMBuildAdd(ctx->builder, voffset, immoffset, ""); in ac_build_tbuffer_load()
1274 LLVMValueRef soffset, LLVMValueRef immoffset, in ac_build_struct_tbuffer_load() argument
1278 return ac_build_tbuffer_load(ctx, rsrc, vindex, voffset, soffset, immoffset, num_channels, dfmt, in ac_build_struct_tbuffer_load()
1284 LLVMValueRef immoffset, unsigned num_channels, unsigned dfmt, in ac_build_raw_tbuffer_load() argument
1287 return ac_build_tbuffer_load(ctx, rsrc, NULL, voffset, soffset, immoffset, num_channels, dfmt, in ac_build_raw_tbuffer_load()
1293 LLVMValueRef immoffset, unsigned cache_policy) in ac_build_tbuffer_load_short() argument
1298 voffset = LLVMBuildAdd(ctx->builder, voffset, immoffset, ""); in ac_build_tbuffer_load_short()
[all …]
Dac_nir_to_llvm.c1931 LLVMValueRef immoffset = LLVMConstInt(ctx->ac.i32, i * elem_size_bytes, false); in visit_load_buffer() local
1936 ret = ac_build_tbuffer_load_byte(&ctx->ac, rsrc, offset, ctx->ac.i32_0, immoffset, in visit_load_buffer()
1939 ret = ac_build_tbuffer_load_short(&ctx->ac, rsrc, offset, ctx->ac.i32_0, immoffset, in visit_load_buffer()
1945 ret = ac_build_buffer_load(&ctx->ac, rsrc, num_channels, vindex, offset, immoffset, 0, in visit_load_buffer()
2126 LLVMValueRef immoffset = LLVMConstInt(ctx->ac.i32, load_bytes * i, 0); in visit_load_ubo_buffer() local
2130 ac_build_tbuffer_load_byte(&ctx->ac, rsrc, offset, ctx->ac.i32_0, immoffset, 0); in visit_load_ubo_buffer()
2134 ac_build_tbuffer_load_short(&ctx->ac, rsrc, offset, ctx->ac.i32_0, immoffset, 0); in visit_load_ubo_buffer()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dglobal-saddr-load.ll757 %add.immoffset = add i64 %add, 128
758 %dirty.gep = inttoptr i64 %add.immoffset to i8 addrspace(1)*
774 %add.immoffset = add i64 %sbase.as.int, 128
775 %add = add i64 %zext.offset, %add.immoffset
896 %add.immoffset = add i64 %add, 128
897 %dirty.gep = inttoptr i64 %add.immoffset to i8 addrspace(1)*