Home
last modified time | relevance | path

Searched refs:LLVMIntTypeInContext (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c91 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width); in lp_build_gather_elem()
92 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); in lp_build_gather_elem()
295 src_type = LLVMIntTypeInContext(gallivm->context, src_width); in lp_build_gather_avx2()
311 LLVMTypeRef i32_type = LLVMIntTypeInContext(gallivm->context, 32); in lp_build_gather_avx2()
313 LLVMTypeRef i1_type = LLVMIntTypeInContext(gallivm->context, 1); in lp_build_gather_avx2()
339 LLVMTypeRef i8_type = LLVMIntTypeInContext(gallivm->context, 8); in lp_build_gather_avx2()
Dlp_bld_logic.c369 LLVMVectorType(LLVMIntTypeInContext(lc, type.width), type.length); in lp_build_select()
505 true_type = LLVMIntTypeInContext(bld->gallivm->context, in lp_build_any_true_range()
507 scalar_type = LLVMIntTypeInContext(bld->gallivm->context, in lp_build_any_true_range()
Dlp_bld_type.c59 return LLVMIntTypeInContext(gallivm->context, type.width); in lp_build_elem_type()
181 return LLVMIntTypeInContext(gallivm->context, type.width); in lp_build_int_elem_type()
Dlp_bld_const.c236 return LLVMConstInt(LLVMIntTypeInContext(gallivm->context, type.width), 0, 0); in lp_build_zero()
391 LLVMTypeRef elem_type = LLVMIntTypeInContext(gallivm->context, type.width); in lp_build_const_mask_aos()
Dlp_bld_const.h156 int_type = LLVMIntTypeInContext(gallivm->context, 8 * sizeof(void *)); in lp_build_const_int_pointer()
Dlp_bld_printf.c142 LLVMTypeRef int_type = LLVMIntTypeInContext(gallivm->context, sizeof(int) * 8); in lp_build_print_value()
Dlp_bld_flow.c170 mask->reg_type = LLVMIntTypeInContext(gallivm->context, type.width * type.length); in lp_build_mask_begin()
Dlp_bld_ir_common.c279 LLVMTypeRef reg_type = LLVMIntTypeInContext(gallivm->context, in lp_exec_endloop()
Dlp_bld_format_s3tc.c1098 LLVMTypeRef type32 = LLVMIntTypeInContext(gallivm->context, 32); in lp_build_gather_s3tc_simple_scalar()
1099 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, block_bits); in lp_build_gather_s3tc_simple_scalar()
2221 LLVMTypeRef i128_type = LLVMIntTypeInContext(gallivm->context, 128); in lp_build_fetch_s3tc_rgba_aos()
2575 LLVMTypeRef i128_type = LLVMIntTypeInContext(gallivm->context, 128); in lp_build_fetch_rgtc_rgba_aos()
Dlp_bld_format_aos.c382 type = LLVMIntTypeInContext(gallivm->context, desc->block.bits); in lp_build_pack_rgba_aos()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c450 count = LLVMBuildZExt(builder, count, LLVMIntTypeInContext(context, 64), ""); in lp_build_occlusion_count()
461 count = LLVMBuildZExt(builder, count, LLVMIntTypeInContext(context, 64), ""); in lp_build_occlusion_count()
465 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); in lp_build_occlusion_count()
508 count = LLVMBuildTrunc(builder, count, LLVMIntTypeInContext(context, 64), ""); in lp_build_occlusion_count()
511 count = LLVMBuildZExt(builder, count, LLVMIntTypeInContext(context, 64), ""); in lp_build_occlusion_count()
1016 LLVMIntTypeInContext(gallivm->context, in lp_build_depth_stencil_test()
Dlp_test_printf.c64 LLVMTypeRef args[1] = { LLVMIntTypeInContext(gallivm->context, 32) }; in add_printf_test()
Dlp_state_fs.c2145 ltypei128 = LLVMIntTypeInContext(gallivm->context, 128); in convert_from_blend_type()
2146 ltypei64 = LLVMIntTypeInContext(gallivm->context, 64); in convert_from_blend_type()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c81 ctx->i16 = LLVMIntTypeInContext(ctx->context, 16); in ac_llvm_context_init()
82 ctx->i32 = LLVMIntTypeInContext(ctx->context, 32); in ac_llvm_context_init()
83 ctx->i64 = LLVMIntTypeInContext(ctx->context, 64); in ac_llvm_context_init()
84 ctx->i128 = LLVMIntTypeInContext(ctx->context, 128); in ac_llvm_context_init()
100 ctx->iN_wavemask = LLVMIntTypeInContext(ctx->context, ctx->wave_size); in ac_llvm_context_init()
101 ctx->iN_ballotmask = LLVMIntTypeInContext(ctx->context, ballot_mask_bits); in ac_llvm_context_init()
1606 LLVMTypeRef dst_type = LLVMIntTypeInContext(ctx->context, dst_bits); in ac_build_opencoded_load_format()
1643 LLVMTypeRef i10 = LLVMIntTypeInContext(ctx->context, 10); in ac_build_opencoded_load_format()
1644 LLVMTypeRef i2 = LLVMIntTypeInContext(ctx->context, 2); in ac_build_opencoded_load_format()
Dac_nir_to_llvm.c77 LLVMTypeRef type = LLVMIntTypeInContext(ctx->ac.context, def->bit_size); in get_def_type()
106 return get_memory_ptr_t(ctx, src, LLVMIntTypeInContext(ctx->ac.context, bit_size), c_off); in get_memory_ptr()
1309 … result = LLVMBuildTrunc(ctx->ac.builder, result, LLVMIntTypeInContext(ctx->ac.context, size), ""); in visit_alu()
1377 LLVMTypeRef element_type = LLVMIntTypeInContext(ctx->ac.context, instr->def.bit_size); in visit_load_const()
1735 LLVMIntTypeInContext(ctx->ac.context, instr->dest.ssa.num_components * 8), ""); in visit_load_push_constant()
3103 LLVMTypeRef elem_type = LLVMIntTypeInContext(ctx->ac.context, instr->dest.ssa.bit_size); in visit_load_shared()
3123 LLVMTypeRef elem_type = LLVMIntTypeInContext(ctx->ac.context, instr->src[0].ssa->bit_size); in visit_store_shared()
4130 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->dest.ssa.bit_size); in visit_intrinsic()
4142 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->src[0].ssa->bit_size); in visit_intrinsic()
4176 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->dest.ssa.bit_size); in visit_intrinsic()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1135 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp564 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { in LLVMIntTypeInContext() function
587 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c123 LLVMPointerType(LLVMIntTypeInContext(gallivm->context, 8), 0); in create_jit_dvbuffer_type()
508 elem_types[DRAW_JIT_VERTEX_VERTEX_ID] = LLVMIntTypeInContext(gallivm->context, 32); in create_jit_vertex_header()