| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_gather.c | 91 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()
|
| D | lp_bld_logic.c | 369 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()
|
| D | lp_bld_type.c | 59 return LLVMIntTypeInContext(gallivm->context, type.width); in lp_build_elem_type() 181 return LLVMIntTypeInContext(gallivm->context, type.width); in lp_build_int_elem_type()
|
| D | lp_bld_const.c | 236 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()
|
| D | lp_bld_const.h | 156 int_type = LLVMIntTypeInContext(gallivm->context, 8 * sizeof(void *)); in lp_build_const_int_pointer()
|
| D | lp_bld_printf.c | 142 LLVMTypeRef int_type = LLVMIntTypeInContext(gallivm->context, sizeof(int) * 8); in lp_build_print_value()
|
| D | lp_bld_flow.c | 170 mask->reg_type = LLVMIntTypeInContext(gallivm->context, type.width * type.length); in lp_build_mask_begin()
|
| D | lp_bld_ir_common.c | 279 LLVMTypeRef reg_type = LLVMIntTypeInContext(gallivm->context, in lp_exec_endloop()
|
| D | lp_bld_format_s3tc.c | 1098 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()
|
| D | lp_bld_format_aos.c | 382 type = LLVMIntTypeInContext(gallivm->context, desc->block.bits); in lp_build_pack_rgba_aos()
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_bld_depth.c | 450 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()
|
| D | lp_test_printf.c | 64 LLVMTypeRef args[1] = { LLVMIntTypeInContext(gallivm->context, 32) }; in add_printf_test()
|
| D | lp_state_fs.c | 2145 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/ |
| D | ac_llvm_build.c | 81 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()
|
| D | ac_nir_to_llvm.c | 77 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/ |
| D | Core.h | 1135 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Core.cpp | 564 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { in LLVMIntTypeInContext() function 587 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_llvm.c | 123 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()
|