Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c82 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width); in lp_build_gather_elem()
84 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); in lp_build_gather_elem()
133 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); in lp_build_gather()
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.h143 int_type = LLVMIntTypeInContext(gallivm->context, 8 * sizeof(void *)); in lp_build_const_int_pointer()
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_logic.c626 true_type = LLVMIntTypeInContext(bld->gallivm->context, in lp_build_any_true_range()
628 scalar_type = LLVMIntTypeInContext(bld->gallivm->context, in lp_build_any_true_range()
Dlp_bld_flow.c170 mask->reg_type = LLVMIntTypeInContext(gallivm->context, type.width * type.length); in lp_build_mask_begin()
Dlp_bld_format_aos.c282 type = LLVMIntTypeInContext(gallivm->context, desc->block.bits); in lp_build_pack_rgba_aos()
Dlp_bld_tgsi_soa.c234 LLVMTypeRef reg_type = LLVMIntTypeInContext(gallivm->context, in lp_exec_endloop()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c82 LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width); in lp_build_gather_elem()
84 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); in lp_build_gather_elem()
133 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width); in lp_build_gather()
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.h143 int_type = LLVMIntTypeInContext(gallivm->context, 8 * sizeof(void *)); in lp_build_const_int_pointer()
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_logic.c626 true_type = LLVMIntTypeInContext(bld->gallivm->context, in lp_build_any_true_range()
628 scalar_type = LLVMIntTypeInContext(bld->gallivm->context, in lp_build_any_true_range()
Dlp_bld_flow.c170 mask->reg_type = LLVMIntTypeInContext(gallivm->context, type.width * type.length); in lp_build_mask_begin()
Dlp_bld_format_aos.c282 type = LLVMIntTypeInContext(gallivm->context, desc->block.bits); in lp_build_pack_rgba_aos()
Dlp_bld_tgsi_soa.c234 LLVMTypeRef reg_type = LLVMIntTypeInContext(gallivm->context, in lp_exec_endloop()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_test_printf.c64 LLVMTypeRef args[1] = { LLVMIntTypeInContext(gallivm->context, 32) }; in add_printf_test()
Dlp_bld_depth.c471 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); in lp_build_occlusion_count()
510 count = LLVMBuildTrunc(builder, count, LLVMIntTypeInContext(context, 32), ""); in lp_build_occlusion_count()
695 LLVMIntTypeInContext(gallivm->context, in lp_build_depth_stencil_test()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_printf.c64 LLVMTypeRef args[1] = { LLVMIntTypeInContext(gallivm->context, 32) }; in add_printf_test()
Dlp_bld_depth.c471 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); in lp_build_occlusion_count()
510 count = LLVMBuildTrunc(builder, count, LLVMIntTypeInContext(context, 32), ""); in lp_build_occlusion_count()
695 LLVMIntTypeInContext(gallivm->context, in lp_build_depth_stencil_test()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c239 elem_types[DRAW_JIT_VERTEX_VERTEX_ID] = LLVMIntTypeInContext(gallivm->context, 32); in create_jit_vertex_header()
297 buffer_type = LLVMPointerType(LLVMIntTypeInContext(gallivm->context, 8), 0); in create_jit_types()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_llvm.c239 elem_types[DRAW_JIT_VERTEX_VERTEX_ID] = LLVMIntTypeInContext(gallivm->context, 32); in create_jit_vertex_header()
297 buffer_type = LLVMPointerType(LLVMIntTypeInContext(gallivm->context, 8), 0); in create_jit_types()
/external/llvm/include/llvm-c/
DCore.h805 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
/external/llvm/lib/IR/
DCore.cpp311 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { in LLVMIntTypeInContext() function
331 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c275 return LLVMIntTypeInContext(Context, Int_val(Width)); in llvm_integer_type()