Home
last modified time | relevance | path

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

12

/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()
296 src_type = LLVMIntTypeInContext(gallivm->context, src_width); in lp_build_gather_avx2()
312 LLVMTypeRef i32_type = LLVMIntTypeInContext(gallivm->context, 32); in lp_build_gather_avx2()
314 LLVMTypeRef i1_type = LLVMIntTypeInContext(gallivm->context, 1); in lp_build_gather_avx2()
340 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()
/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.c1501 ltypei128 = LLVMIntTypeInContext(gallivm->context, 128); in convert_from_blend_type()
1502 ltypei64 = LLVMIntTypeInContext(gallivm->context, 64); in convert_from_blend_type()
/external/mesa3d/src/amd/common/
Dac_llvm_build.c74 ctx->i16 = LLVMIntTypeInContext(ctx->context, 16); in ac_llvm_context_init()
75 ctx->i32 = LLVMIntTypeInContext(ctx->context, 32); in ac_llvm_context_init()
76 ctx->i64 = LLVMIntTypeInContext(ctx->context, 64); in ac_llvm_context_init()
/external/llvm/tools/llvm-c-test/
Decho.cpp88 return LLVMIntTypeInContext(Ctx, LLVMGetIntTypeWidth(Src)); in Clone()
/external/swiftshader/third_party/llvm-7.0/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()
392 elem_types[DRAW_JIT_VERTEX_VERTEX_ID] = LLVMIntTypeInContext(gallivm->context, 32); in create_jit_vertex_header()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1082 ctx->i128 = LLVMIntTypeInContext(ctx->ac.context, 128); in si_llvm_context_init()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1013 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp548 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { in LLVMIntTypeInContext() function
571 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c391 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()

12