Home
last modified time | relevance | path

Searched refs:LLVMSetAlignment (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c120 LLVMSetAlignment(res, 1); in lp_build_gather_elem()
134 LLVMSetAlignment(res, src_width / 24); in lp_build_gather_elem()
136 LLVMSetAlignment(res, 1); in lp_build_gather_elem()
200 LLVMSetAlignment(res, 1); in lp_build_gather_elem_vec()
214 LLVMSetAlignment(res, src_width / 24); in lp_build_gather_elem_vec()
216 LLVMSetAlignment(res, 1); in lp_build_gather_elem_vec()
Dlp_bld_struct.c188 LLVMSetAlignment(res, alignment); in lp_build_pointer_get_unaligned()
219 LLVMSetAlignment(instr, alignment); in lp_build_pointer_set_unaligned()
Dlp_bld_format_aos_array.c85 LLVMSetAlignment(res, src_type.width / 8); in lp_build_fetch_rgba_aos_array()
Dlp_bld_sample_soa.c2738 LLVMSetAlignment(border_color, 4); in lp_build_clamp_border_color()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c237 LLVMSetAlignment(ctx->ac.lds, 256); in si_llvm_create_main_func()
341 LLVMSetAlignment(ctx->esgs_ring, 64 * 1024); in si_llvm_declare_esgs_ring()
415 LLVMSetAlignment(var, 64 * 1024); in si_llvm_declare_compute_memory()
862 LLVMSetAlignment(ctx->gs_ngg_scratch, 4); in si_llvm_translate_nir()
867 LLVMSetAlignment(ctx->gs_ngg_emit, 4); in si_llvm_translate_nir()
945 LLVMSetAlignment(ctx->gs_ngg_scratch, 4); in si_llvm_translate_nir()
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c117 LLVMSetAlignment(ctx->descriptor_sets[i], 4); in load_descriptor_sets()
1336 LLVMSetAlignment(ctx->esgs_ring, 64 * 1024); in declare_esgs_ring()
1421 LLVMSetAlignment(gs_ngg_scratch, 4); in ac_translate_nir_to_llvm()
1428 LLVMSetAlignment(gs_ngg_emit, 4); in ac_translate_nir_to_llvm()
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c1243 LLVMSetAlignment(data, sym->ctype.alignment); in output_data()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2219 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1640 LLVMSetAlignment(dst[i], dst_alignment); in load_unswizzled_block()
1684 LLVMSetAlignment(src_ptr, src_alignment); in store_unswizzled_block()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1170 LLVMSetAlignment(LLVMBuildStore(builder, value, data_ptr), sizeof(float)); in store_aos()
1422 LLVMSetAlignment(LLVMBuildStore(builder, aos[j], clip_ptr), sizeof(float)); in store_clip()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c2190 LLVMSetAlignment(val, ac_get_type_size(result_type)); in visit_load_global()
2213 LLVMSetAlignment(val, ac_get_type_size(type)); in visit_store_global()
5438 LLVMSetAlignment(lds, 64 * 1024); in setup_shared()
Dac_llvm_build.c1159 LLVMSetAlignment(result, 4); in ac_build_load_custom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2008 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes) { in LLVMSetAlignment() function