Searched refs:LLVMStructTypeInContext (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 71 texture_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types() 133 context_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 71 texture_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types() 133 context_type = LLVMStructTypeInContext(lc, elem_types, in lp_jit_create_types()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 94 texture_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_texture_type() 168 context_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_context_type() 207 vb_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_vertex_buffer_type() 244 vertex_header = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_vertex_header()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 94 texture_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_texture_type() 168 context_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_context_type() 207 vb_type = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_vertex_buffer_type() 244 vertex_header = LLVMStructTypeInContext(gallivm->context, elem_types, in create_jit_vertex_header()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 341 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_struct_type() 348 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes, in llvm_packed_struct_type()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 942 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
|
/external/llvm/lib/IR/ |
D | Core.cpp | 414 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() function 422 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, in LLVMStructType()
|