/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 58 viewport_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types() 86 texture_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types() 129 sampler_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types() 168 context_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types() 218 thread_data_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format.c | 52 s = LLVMStructTypeInContext(gallivm->context, elem_types, in lp_build_format_cache_type()
|
D | lp_bld_arit_overflow.c | 89 otype = LLVMStructTypeInContext(gallivm->context, oelems, 2, FALSE); in build_binary_int_overflow()
|
D | lp_bld_sample_soa.c | 3619 ret_type = LLVMStructTypeInContext(gallivm->context, val_type, 4, 0); in lp_build_sample_soa_func()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 98 dvbuffer_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_dvbuffer_type() 135 texture_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_texture_type() 189 sampler_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_sampler_type() 237 context_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_context_type() 296 context_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_gs_jit_context_type() 360 vb_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_vertex_buffer_type() 396 vertex_header = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_vertex_header()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 284 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_struct_type() 291 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_packed_struct_type()
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 125 S = LLVMStructTypeInContext(Ctx, Elts.data(), EltCount, in Clone()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | echo.cpp | 126 S = LLVMStructTypeInContext(Ctx, Elts.data(), EltCount, in Clone()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 457 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_struct_type() 464 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_packed_struct_type()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 388 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_struct_type() 395 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_packed_struct_type()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_setup.c | 1170 ret_type = LLVMStructTypeInContext(ctx->ac.context, in si_llvm_create_func()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 293 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() function 301 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, in LLVMStructType()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 407 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
|
/external/llvm/include/llvm-c/ |
D | Core.h | 992 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 1151 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
|
/external/llvm/lib/IR/ |
D | Core.cpp | 507 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() function 515 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, in LLVMStructType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 654 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() function 662 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, in LLVMStructType()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 310 ret_type = LLVMStructTypeInContext(ctx, return_types, in create_llvm_function() 1439 ret_type = LLVMStructTypeInContext(ctx->context, types, in emit_uint_carry() 5724 return LLVMStructTypeInContext(ctx->context, member_types, in glsl_to_llvm_type()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 554 t.C = C.LLVMStructTypeInContext(c.C,
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 581 t.C = C.LLVMStructTypeInContext(c.C,
|