/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_gather.c | 82 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()
|
D | lp_bld_type.c | 42 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()
|
D | lp_bld_const.h | 143 int_type = LLVMIntTypeInContext(gallivm->context, 8 * sizeof(void *)); in lp_build_const_int_pointer()
|
D | lp_bld_const.c | 239 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()
|
D | lp_bld_logic.c | 626 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()
|
D | lp_bld_flow.c | 170 mask->reg_type = LLVMIntTypeInContext(gallivm->context, type.width * type.length); in lp_build_mask_begin()
|
D | lp_bld_format_aos.c | 282 type = LLVMIntTypeInContext(gallivm->context, desc->block.bits); in lp_build_pack_rgba_aos()
|
D | lp_bld_tgsi_soa.c | 234 LLVMTypeRef reg_type = LLVMIntTypeInContext(gallivm->context, in lp_exec_endloop()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_gather.c | 82 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()
|
D | lp_bld_type.c | 42 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()
|
D | lp_bld_const.h | 143 int_type = LLVMIntTypeInContext(gallivm->context, 8 * sizeof(void *)); in lp_build_const_int_pointer()
|
D | lp_bld_const.c | 239 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()
|
D | lp_bld_logic.c | 626 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()
|
D | lp_bld_flow.c | 170 mask->reg_type = LLVMIntTypeInContext(gallivm->context, type.width * type.length); in lp_build_mask_begin()
|
D | lp_bld_format_aos.c | 282 type = LLVMIntTypeInContext(gallivm->context, desc->block.bits); in lp_build_pack_rgba_aos()
|
D | lp_bld_tgsi_soa.c | 234 LLVMTypeRef reg_type = LLVMIntTypeInContext(gallivm->context, in lp_exec_endloop()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_test_printf.c | 64 LLVMTypeRef args[1] = { LLVMIntTypeInContext(gallivm->context, 32) }; in add_printf_test()
|
D | lp_bld_depth.c | 471 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/ |
D | lp_test_printf.c | 64 LLVMTypeRef args[1] = { LLVMIntTypeInContext(gallivm->context, 32) }; in add_printf_test()
|
D | lp_bld_depth.c | 471 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/ |
D | draw_llvm.c | 239 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/ |
D | draw_llvm.c | 239 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/ |
D | Core.h | 805 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
|
/external/llvm/lib/IR/ |
D | Core.cpp | 311 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { in LLVMIntTypeInContext() function 331 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 275 return LLVMIntTypeInContext(Context, Int_val(Width)); in llvm_integer_type()
|