/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_gather.c | 90 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()
|
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.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_const.h | 145 int_type = LLVMIntTypeInContext(gallivm->context, 8 * sizeof(void *)); in lp_build_const_int_pointer()
|
D | lp_bld_logic.c | 495 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()
|
D | lp_bld_printf.c | 140 LLVMTypeRef int_type = LLVMIntTypeInContext(gallivm->context, sizeof(int) * 8); in lp_build_print_value()
|
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 | 382 type = LLVMIntTypeInContext(gallivm->context, desc->block.bits); in lp_build_pack_rgba_aos()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 447 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()
|
D | lp_test_printf.c | 64 LLVMTypeRef args[1] = { LLVMIntTypeInContext(gallivm->context, 32) }; in add_printf_test()
|
D | lp_state_fs.c | 1501 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/ |
D | ac_llvm_build.c | 74 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/ |
D | echo.cpp | 88 return LLVMIntTypeInContext(Ctx, LLVMGetIntTypeWidth(Src)); in Clone()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | echo.cpp | 88 return LLVMIntTypeInContext(Ctx, LLVMGetIntTypeWidth(Src)); in Clone()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 95 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/ |
D | si_shader_tgsi_setup.c | 1082 ctx->i128 = LLVMIntTypeInContext(ctx->ac.context, 128); in si_llvm_context_init()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 196 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { in LLVMIntTypeInContext() function 216 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 374 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 854 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 1013 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
|
/external/llvm/lib/IR/ |
D | Core.cpp | 398 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { in LLVMIntTypeInContext() function 421 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 213 return LLVMIntTypeInContext(Context, Int_val(Width)); in llvm_integer_type()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 548 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { in LLVMIntTypeInContext() function 571 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 322 return LLVMIntTypeInContext(Context, Int_val(Width)); in llvm_integer_type()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 391 return LLVMIntTypeInContext(Context, Int_val(Width)); in llvm_integer_type()
|