Searched refs:LLVMInt16TypeInContext (Results 1 – 16 of 16) sorted by relevance
187 LLVMTypeRef i16t = LLVMInt16TypeInContext(gallivm->context); in lp_build_float_to_half()
529 LLVMTypeRef i16t = LLVMVectorType(LLVMInt16TypeInContext(context), nr * 2); in up2h_emit()
652 i16 = LLVMInt16TypeInContext(ctx->ac.context); in emit_up2h()
187 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C) { in LLVMInt16TypeInContext() function207 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
371 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C);
850 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C);
1009 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C);
386 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C) { in LLVMInt16TypeInContext() function409 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
1309 LLVMTypeRef i16 = LLVMInt16TypeInContext(ctx->context); in ac_build_export()
198 return LLVMInt16TypeInContext(Context); in llvm_i16_type()
536 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C) { in LLVMInt16TypeInContext() function559 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
355 elem_types[0] = LLVMInt16TypeInContext(gallivm->context); in create_jit_vertex_buffer_type()
307 return LLVMInt16TypeInContext(Context); in llvm_i16_type()
376 return LLVMInt16TypeInContext(Context); in llvm_i16_type()
482 func (c Context) Int16Type() (t Type) { t.C = C.LLVMInt16TypeInContext(c.C); return }
509 func (c Context) Int16Type() (t Type) { t.C = C.LLVMInt16TypeInContext(c.C); return }