Searched refs:LLVMSetAlignment (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_gather.c | 120 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()
|
D | lp_bld_struct.c | 188 LLVMSetAlignment(res, alignment); in lp_build_pointer_get_unaligned() 219 LLVMSetAlignment(instr, alignment); in lp_build_pointer_set_unaligned()
|
D | lp_bld_format_aos_array.c | 85 LLVMSetAlignment(res, src_type.width / 8); in lp_build_fetch_rgba_aos_array()
|
D | lp_bld_sample_soa.c | 2738 LLVMSetAlignment(border_color, 4); in lp_build_clamp_border_color()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm.c | 237 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/ |
D | radv_nir_to_llvm.c | 117 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/ |
D | sparse-llvm.c | 1243 LLVMSetAlignment(data, sym->ctype.alignment); in output_data()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 2219 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes);
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 1640 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/ |
D | draw_llvm.c | 1170 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/ |
D | ac_nir_to_llvm.c | 2190 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()
|
D | ac_llvm_build.c | 1159 LLVMSetAlignment(result, 4); in ac_build_load_custom()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 2008 void LLVMSetAlignment(LLVMValueRef V, unsigned Bytes) { in LLVMSetAlignment() function
|