Home
last modified time | relevance | path

Searched refs:LLVMInt8TypeInContext (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_coro.c47 …coro_id_args[1] = LLVMConstPointerNull(LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)… in lp_build_coro_id()
73 … LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), in lp_build_coro_begin()
86 LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), in lp_build_coro_free()
132 LLVMInt8TypeInContext(gallivm->context), in lp_build_coro_suspend()
170 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_declare_malloc_hooks()
181 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_begin_alloc_mem()
208 LLVMTypeRef mem_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_coro_alloc_mem_array()
243 …LLVMAddCase(myswitch, LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), 1, 0), sus_info->clean… in lp_build_coro_suspend_switch()
245 … LLVMAddCase(myswitch, LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), 0, 0), resume_block); in lp_build_coro_suspend_switch()
Dlp_bld_gather.c58 ASSERTED LLVMTypeRef element_type = LLVMInt8TypeInContext(gallivm->context); in lp_build_gather_elem_ptr()
96 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem()
176 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_elem_vec()
300 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0)); in lp_build_gather_avx2()
Dlp_bld_assert.c76 arg_types[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0); in lp_build_assert()
Dlp_bld_format_aos_array.c81 LLVMTypeRef byte_type = LLVMInt8TypeInContext(gallivm->context); in lp_build_fetch_rgba_aos_array()
Dlp_bld_nir_aos.c78 LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), val, 0); in lp_nir_aos_conv_const()
84 LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), val, 0); in lp_nir_aos_conv_const()
Dlp_bld_logic.c387 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 32); in lp_build_select()
400 arg_type = LLVMVectorType(LLVMInt8TypeInContext(lc), 16); in lp_build_select()
Dlp_bld_printf.c63 assert(LLVMTypeOf(args[0]) == LLVMPointerType(LLVMInt8TypeInContext(context), 0)); in lp_build_print_args()
Dlp_bld_format_yuv.c354 LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n), ""); in rgb_to_rgba_aos()
526 rgba = LLVMGetUndef(LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n)); in lp_build_fetch_subsampled_rgba_aos()
Dlp_bld_nir_soa.c104 return LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), 0, 0); in lp_build_zero_bits()
801 …addr_ptr = LLVMBuildIntToPtr(builder, addr_ptr, LLVMPointerType(LLVMInt8TypeInContext(gallivm->con… in global_addr_to_ptr()
902 … value_ptr = LLVMBuildBitCast(builder, value_ptr, LLVMInt8TypeInContext(gallivm->context), ""); in emit_store_global()
2305 store_val = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), UINT8_MAX, 0); in emit_reduce()
2322 store_val = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), INT8_MAX, 0); in emit_reduce()
2339 store_val = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), INT8_MIN, 0); in emit_reduce()
2356 store_val = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), 1, 0); in emit_reduce()
2373 store_val = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), 0xff, 0); in emit_reduce()
2808 LLVMInt8TypeInContext(gallivm->context), in lp_build_nir_soa()
Dlp_bld_const.c438 LLVMTypeRef i8 = LLVMInt8TypeInContext(gallivm->context); in lp_build_const_string()
Dlp_bld_format_aos.c805 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
912 LLVMTypeRef pi8t = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_fetch_rgba_aos()
Dlp_bld_format_soa.c1094 LLVMTypeRef int8_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_store_rgba_soa()
1115 data = LLVMBuildTrunc(gallivm->builder, data, LLVMInt8TypeInContext(gallivm->context), ""); in lp_build_store_rgba_soa()
Dlp_bld_format_s3tc.c1775 LLVMTypeRef type8s = LLVMInt8TypeInContext(gallivm->context); in s3tc_decode_block_dxt5()
1993 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in update_cached_block()
2050 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in compressed_fetch_cached()
2199 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in lp_build_fetch_s3tc_rgba_aos()
2564 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in lp_build_fetch_rgtc_rgba_aos()
Dlp_bld_arit.c3726 LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), ""); in lp_build_fpstate_get()
3774 LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), ""); in lp_build_fpstate_set()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c60 elem_types[LP_JIT_TEXTURE_BASE] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in create_jit_texture_type()
152 elem_types[LP_JIT_IMAGE_BASE] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in create_jit_image_type()
238 elem_types[LP_JIT_CTX_U8_BLEND_COLOR] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in lp_jit_create_types()
330 ret_type = LLVMPointerType(LLVMVectorType(LLVMInt8TypeInContext(lc), 16), 0); in lp_jit_create_types()
332 arg_types[0] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in lp_jit_create_types()
351 elem_types[LP_JIT_LINEAR_CTX_CONSTANTS] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in lp_jit_create_types()
356 elem_types[LP_JIT_LINEAR_CTX_COLOR0] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in lp_jit_create_types()
358 elem_types[LP_JIT_LINEAR_CTX_ALPHA_REF] = LLVMInt8TypeInContext(lc); in lp_jit_create_types()
464 elem_types[LP_JIT_CS_CTX_KERNEL_ARGS] = LLVMPointerType(LLVMInt8TypeInContext(lc), 0); in lp_jit_create_cs_types()
Dlp_test_format.c103 args[1] = LLVMPointerType(LLVMInt8TypeInContext(context), 0); in add_fetch_rgba_test()
Dlp_bld_interp.c451 LLVMTypeRef u8ptr = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in lp_build_interp_soa_indirect()
556 … LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), ""); in lp_build_interp_soa()
Dlp_state_fs_linear_llvm.c253 LLVMTypeRef int8t = LLVMInt8TypeInContext(gallivm->context); in llvmpipe_fs_variant_linear_llvm()
Dlp_state_cs.c124 arg_types[18] = LLVMPointerType(LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), 0); in generate_compute()
128 coro_func_type = LLVMFunctionType(LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), in generate_compute()
198 LLVMTypeRef hdl_ptr_type = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in generate_compute()
Dlp_bld_depth.c466 LLVMTypeRef i8vntype = LLVMVectorType(LLVMInt8TypeInContext(context), type.length * 4); in lp_build_occlusion_count()
Dlp_state_fs.c3064 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context); in generate_fragment()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c159 LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in create_jit_texture_type()
270 LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in create_jit_image_type()
472 elem_types[1] = LLVMInt8TypeInContext(gallivm->context); in create_jit_vertex_buffer_type()
474 elem_types[3] = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); in create_jit_vertex_buffer_type()
1700 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context); in clipmask_booli8()
1971 func_type = LLVMFunctionType(LLVMInt8TypeInContext(context), in draw_llvm_generate()
2046 LLVMPointerType(LLVMInt8TypeInContext(context), 0), ""); in draw_llvm_generate()
2047 … fake_buf_ptr = LLVMBuildGEP2(builder, LLVMInt8TypeInContext(context), fake_buf, &bld.zero, 1, ""); in draw_llvm_generate()
2143 LLVMTypeRef byte_type = LLVMInt8TypeInContext(context); in draw_llvm_generate()
2232 LLVMPointerType(LLVMInt8TypeInContext(context), in draw_llvm_generate()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1130 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C);
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp107 fInt8Type = LLVMInt8TypeInContext(fContext); in JIT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp549 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C) { in LLVMInt8TypeInContext() function
572 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type()

12