Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A 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()
H A 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()
H A 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()
H A Dlp_bld_const.c236 return LLVMConstInt(LLVMIntTypeInContext(gallivm->context, type.width), 0, 0); in lp_build_zero()
409 LLVMTypeRef elem_type = LLVMIntTypeInContext(gallivm->context, type.width); in lp_build_const_mask_aos()
H A Dlp_bld_jit_sample.c169 LLVMTypeRef bitmask_type = LLVMIntTypeInContext(gallivm->context, uint_type.length); in lp_bld_llvm_sampler_soa_emit_fetch_texel()
348 LLVMTypeRef bitmask_type = LLVMIntTypeInContext(gallivm->context, uint_type.length); in lp_bld_llvm_sampler_soa_emit_size_query()
461 LLVMTypeRef bitmask_type = LLVMIntTypeInContext(gallivm->context, uint_type.length); in lp_bld_llvm_image_soa_emit_op()
H A Dlp_bld_const.h158 int_type = LLVMIntTypeInContext(gallivm->context, 8 * sizeof(void *)); in lp_build_const_int_pointer()
H A Dlp_bld_printf.c153 LLVMTypeRef int_type = LLVMIntTypeInContext(gallivm->context, sizeof(int) * 8); in lp_build_print_value()
H A Dlp_bld_flow.c170 mask->reg_type = LLVMIntTypeInContext(gallivm->context, type.width * type.length); in lp_build_mask_begin()
H A 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()
2220 LLVMTypeRef i128_type = LLVMIntTypeInContext(gallivm->context, 128); in lp_build_fetch_s3tc_rgba_aos()
2574 LLVMTypeRef i128_type = LLVMIntTypeInContext(gallivm->context, 128); in lp_build_fetch_rgtc_rgba_aos()
H A Dlp_bld_ir_common.c297 …LLVMTypeRef mask_type = LLVMIntTypeInContext(exec_mask->bld->gallivm->context, exec_mask->bld->typ… in lp_exec_endloop()
H A Dlp_bld_format_aos.c382 type = LLVMIntTypeInContext(gallivm->context, desc->block.bits); in lp_build_pack_rgba_aos()
H A Dlp_bld_jit_types.c742 elem_types[LP_JIT_VERTEX_HEADER_VERTEX_ID] = LLVMIntTypeInContext(gallivm->context, 32); in lp_build_create_jit_vertex_header_type()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c448 count = LLVMBuildZExt(builder, count, LLVMIntTypeInContext(context, 64), ""); in lp_build_occlusion_count()
459 count = LLVMBuildZExt(builder, count, LLVMIntTypeInContext(context, 64), ""); in lp_build_occlusion_count()
462 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); in lp_build_occlusion_count()
505 count = LLVMBuildTrunc(builder, count, LLVMIntTypeInContext(context, 64), ""); in lp_build_occlusion_count()
508 count = LLVMBuildZExt(builder, count, LLVMIntTypeInContext(context, 64), ""); in lp_build_occlusion_count()
1007 LLVMIntTypeInContext(gallivm->context, in lp_build_depth_stencil_test()
H A Dlp_test_printf.c64 LLVMTypeRef args[1] = { LLVMIntTypeInContext(gallivm->context, 32) }; in add_printf_test()
H A Dlp_test_lookup_multiple.c64 LLVMTypeRef args[1] = { LLVMIntTypeInContext(gallivm->context, 32) }; in add_printf_test()
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c46 LLVMTypeRef type = LLVMIntTypeInContext(ctx->ac.context, def->bit_size); in get_def_type()
1173 … result = LLVMBuildTrunc(ctx->ac.builder, result, LLVMIntTypeInContext(ctx->ac.context, size), ""); in visit_alu()
1269 LLVMTypeRef element_type = LLVMIntTypeInContext(ctx->ac.context, instr->def.bit_size); in visit_load_const()
2530 LLVMTypeRef elem_type = LLVMIntTypeInContext(ctx->ac.context, instr->def.bit_size); in visit_load_shared()
2550 LLVMTypeRef elem_type = LLVMIntTypeInContext(ctx->ac.context, instr->src[0].ssa->bit_size); in visit_store_shared()
2569 LLVMTypeRef pointee_type = LLVMIntTypeInContext(ctx->ac.context, instr->def.bit_size); in visit_load_shared2_amd()
2587 LLVMTypeRef pointee_type = LLVMIntTypeInContext(ctx->ac.context, instr->src[0].ssa->bit_size); in visit_store_shared2_amd()
2898 LLVMTypeRef dest_type = LLVMIntTypeInContext(ctx->ac.context, instr->def.bit_size); in visit_intrinsic()
2905 LLVMTypeRef src_type = LLVMIntTypeInContext(ctx->ac.context, ctx->ac.wave_size); in visit_intrinsic()
3321 LLVMTypeRef comp_type = LLVMIntTypeInContext(ctx->ac.context, instr->def.bit_size); in visit_intrinsic()
[all …]
H A Dac_llvm_build.c59 ctx->i16 = LLVMIntTypeInContext(ctx->context, 16); in ac_llvm_context_init()
60 ctx->i32 = LLVMIntTypeInContext(ctx->context, 32); in ac_llvm_context_init()
61 ctx->i64 = LLVMIntTypeInContext(ctx->context, 64); in ac_llvm_context_init()
62 ctx->i128 = LLVMIntTypeInContext(ctx->context, 128); in ac_llvm_context_init()
79 ctx->iN_wavemask = LLVMIntTypeInContext(ctx->context, ctx->wave_size); in ac_llvm_context_init()
80 ctx->iN_ballotmask = LLVMIntTypeInContext(ctx->context, ballot_mask_bits); in ac_llvm_context_init()
/aosp_15_r20/external/llvm/tools/llvm-c-test/
H A Decho.cpp88 return LLVMIntTypeInContext(Ctx, LLVMGetIntTypeWidth(Src)); in Clone()
/aosp_15_r20/external/llvm/include/llvm-c/
H A DCore.h854 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
/aosp_15_r20/external/llvm/lib/IR/
H A DCore.cpp398 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { in LLVMIntTypeInContext() function
421 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm-c/
DCore.h1254 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/
H A DCore.h1181 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DCore.h1135 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm-c/
DCore.h1254 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm-c/
DCore.h1254 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);

12