Searched refs:LLVMDoubleTypeInContext (Results 1 – 20 of 20) sorted by relevance
370 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4); in lp_build_select()384 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2); in lp_build_select()
64 args[i] = LLVMBuildFPExt(builder, args[i], LLVMDoubleTypeInContext(context), ""); in lp_build_print_args()
48 return LLVMDoubleTypeInContext(gallivm->context); in lp_build_elem_type()
293 src_type = src_width == 64 ? LLVMDoubleTypeInContext(gallivm->context) : in lp_build_gather_avx2()
1248 LLVMTypeRef dptr_type = LLVMPointerType(LLVMDoubleTypeInContext(gallivm->context), 0); in emit_fetch_constant()
78 return LLVMDoubleTypeInContext(Ctx); in Clone()
228 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C) { in LLVMDoubleTypeInContext() function248 return LLVMDoubleTypeInContext(LLVMGetGlobalContext()); in LLVMDoubleType()
386 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C);
892 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C);
1051 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C);
436 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C) { in LLVMDoubleTypeInContext() function462 return LLVMDoubleTypeInContext(LLVMGetGlobalContext()); in LLVMDoubleType()
79 ctx->f64 = LLVMDoubleTypeInContext(ctx->context); in ac_llvm_context_init()
230 return LLVMDoubleTypeInContext(Context); in llvm_double_type()
586 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C) { in LLVMDoubleTypeInContext() function609 return LLVMDoubleTypeInContext(LLVMGetGlobalContext()); in LLVMDoubleType()
339 return LLVMDoubleTypeInContext(Context); in llvm_double_type()
408 return LLVMDoubleTypeInContext(Context); in llvm_double_type()
507 func (c Context) DoubleType() (t Type) { t.C = C.LLVMDoubleTypeInContext(c.C); return }
534 func (c Context) DoubleType() (t Type) { t.C = C.LLVMDoubleTypeInContext(c.C); return }
460 LLVMTypeRef f64 = LLVMDoubleTypeInContext(ctx->ac.context); in extract_double_to_float()