Home
last modified time | relevance | path

Searched refs:LLVMInt16TypeInContext (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c187 LLVMTypeRef i16t = LLVMInt16TypeInContext(gallivm->context); in lp_build_float_to_half()
Dlp_bld_tgsi_action.c529 LLVMTypeRef i16t = LLVMVectorType(LLVMInt16TypeInContext(context), nr * 2); in up2h_emit()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c652 i16 = LLVMInt16TypeInContext(ctx->ac.context); in emit_up2h()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp187 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C) { in LLVMInt16TypeInContext() function
207 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h371 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C);
/external/llvm/include/llvm-c/
DCore.h850 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1009 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp386 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C) { in LLVMInt16TypeInContext() function
409 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
/external/mesa3d/src/amd/common/
Dac_llvm_build.c1309 LLVMTypeRef i16 = LLVMInt16TypeInContext(ctx->context); in ac_build_export()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c198 return LLVMInt16TypeInContext(Context); in llvm_i16_type()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp536 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C) { in LLVMInt16TypeInContext() function
559 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c376 return LLVMInt16TypeInContext(Context); in llvm_i16_type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c307 return LLVMInt16TypeInContext(Context); in llvm_i16_type()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c355 elem_types[0] = LLVMInt16TypeInContext(gallivm->context); in create_jit_vertex_buffer_type()
/external/llvm/bindings/go/llvm/
Dir.go482 func (c Context) Int16Type() (t Type) { t.C = C.LLVMInt16TypeInContext(c.C); return }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go509 func (c Context) Int16Type() (t Type) { t.C = C.LLVMInt16TypeInContext(c.C); return }