Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c90 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()
270 src_type = LLVMIntTypeInContext(gallivm->context, src_width); in lp_build_gather_avx2()
286 LLVMTypeRef i32_type = LLVMIntTypeInContext(gallivm->context, 32); in lp_build_gather_avx2()
288 LLVMTypeRef i1_type = LLVMIntTypeInContext(gallivm->context, 1); in lp_build_gather_avx2()
314 LLVMTypeRef i8_type = LLVMIntTypeInContext(gallivm->context, 8); in lp_build_gather_avx2()
Dlp_bld_type.c42 return LLVMIntTypeInContext(gallivm->context, 16); in lp_build_elem_type()
56 return LLVMIntTypeInContext(gallivm->context, type.width); in lp_build_elem_type()
162 return LLVMIntTypeInContext(gallivm->context, type.width); in lp_build_int_elem_type()
Dlp_bld_const.c239 return LLVMConstInt(LLVMIntTypeInContext(gallivm->context, type.width), 0, 0); in lp_build_zero()
400 LLVMTypeRef elem_type = LLVMIntTypeInContext(gallivm->context, type.width); in lp_build_const_mask_aos()
Dlp_bld_const.h145 int_type = LLVMIntTypeInContext(gallivm->context, 8 * sizeof(void *)); in lp_build_const_int_pointer()
Dlp_bld_logic.c495 true_type = LLVMIntTypeInContext(bld->gallivm->context, in lp_build_any_true_range()
497 scalar_type = LLVMIntTypeInContext(bld->gallivm->context, in lp_build_any_true_range()
Dlp_bld_printf.c140 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_format_aos.c382 type = LLVMIntTypeInContext(gallivm->context, desc->block.bits); in lp_build_pack_rgba_aos()
Dlp_bld_tgsi_soa.c451 LLVMTypeRef reg_type = LLVMIntTypeInContext(gallivm->context, in lp_exec_endloop()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c447 count = LLVMBuildZExt(builder, count, LLVMIntTypeInContext(context, 64), ""); in lp_build_occlusion_count()
458 count = LLVMBuildZExt(builder, count, LLVMIntTypeInContext(context, 64), ""); in lp_build_occlusion_count()
463 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); in lp_build_occlusion_count()
502 count = LLVMBuildTrunc(builder, count, LLVMIntTypeInContext(context, 64), ""); in lp_build_occlusion_count()
505 count = LLVMBuildZExt(builder, count, LLVMIntTypeInContext(context, 64), ""); in lp_build_occlusion_count()
1001 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.c1480 ltypei128 = LLVMIntTypeInContext(gallivm->context, 128); in convert_from_blend_type()
1481 ltypei64 = LLVMIntTypeInContext(gallivm->context, 64); in convert_from_blend_type()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c524 …result = LLVMGetUndef(LLVMVectorType(LLVMIntTypeInContext(bld_base->base.gallivm->context, 32), bl… in si_llvm_emit_fetch_64bit()
696 …result = LLVMGetUndef(LLVMVectorType(LLVMIntTypeInContext(bld_base->base.gallivm->context, 32), bl… in si_llvm_emit_fetch()
1054 LLVMVectorType(LLVMIntTypeInContext(bld_base->base.gallivm->context, 32), 2), ""); in si_llvm_emit_store()
1360 ctx->i128 = LLVMIntTypeInContext(ctx->gallivm.context, 128); in si_llvm_context_init()
/external/mesa3d/src/amd/common/
Dac_llvm_util.c160 ctx->i32 = LLVMIntTypeInContext(ctx->context, 32); in ac_llvm_context_init()
Dac_nir_to_llvm.c550 ctx->i1 = LLVMIntTypeInContext(ctx->context, 1); in setup_types()
551 ctx->i8 = LLVMIntTypeInContext(ctx->context, 8); in setup_types()
552 ctx->i16 = LLVMIntTypeInContext(ctx->context, 16); in setup_types()
553 ctx->i32 = LLVMIntTypeInContext(ctx->context, 32); in setup_types()
554 ctx->i64 = LLVMIntTypeInContext(ctx->context, 64); in setup_types()
655 LLVMTypeRef type = LLVMIntTypeInContext(ctx->context, def->bit_size); in get_def_type()
1515 LLVMIntTypeInContext(ctx->context, instr->def.bit_size); in visit_load_const()
/external/llvm/tools/llvm-c-test/
Decho.cpp88 return LLVMIntTypeInContext(Ctx, LLVMGetIntTypeWidth(Src)); in Clone()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c95 LLVMPointerType(LLVMIntTypeInContext(gallivm->context, 8), 0); in create_jit_dvbuffer_type()
388 elem_types[DRAW_JIT_VERTEX_VERTEX_ID] = LLVMIntTypeInContext(gallivm->context, 32); in create_jit_vertex_header()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp196 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { in LLVMIntTypeInContext() function
216 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h374 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
/external/llvm/include/llvm-c/
DCore.h854 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
/external/llvm/lib/IR/
DCore.cpp398 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { in LLVMIntTypeInContext() function
421 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c213 return LLVMIntTypeInContext(Context, Int_val(Width)); in llvm_integer_type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c322 return LLVMIntTypeInContext(Context, Int_val(Width)); in llvm_integer_type()
/external/llvm/bindings/go/llvm/
Dir.go486 t.C = C.LLVMIntTypeInContext(c.C, C.unsigned(numbits))