Home
last modified time | relevance | path

Searched refs:LLVMDoubleTypeInContext (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c370 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4); in lp_build_select()
384 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2); in lp_build_select()
Dlp_bld_printf.c64 args[i] = LLVMBuildFPExt(builder, args[i], LLVMDoubleTypeInContext(context), ""); in lp_build_print_args()
Dlp_bld_type.c48 return LLVMDoubleTypeInContext(gallivm->context); in lp_build_elem_type()
Dlp_bld_gather.c293 src_type = src_width == 64 ? LLVMDoubleTypeInContext(gallivm->context) : in lp_build_gather_avx2()
Dlp_bld_tgsi_soa.c1248 LLVMTypeRef dptr_type = LLVMPointerType(LLVMDoubleTypeInContext(gallivm->context), 0); in emit_fetch_constant()
/external/llvm/tools/llvm-c-test/
Decho.cpp78 return LLVMDoubleTypeInContext(Ctx); in Clone()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp78 return LLVMDoubleTypeInContext(Ctx); in Clone()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp228 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C) { in LLVMDoubleTypeInContext() function
248 return LLVMDoubleTypeInContext(LLVMGetGlobalContext()); in LLVMDoubleType()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h386 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C);
/external/llvm/include/llvm-c/
DCore.h892 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1051 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp436 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C) { in LLVMDoubleTypeInContext() function
462 return LLVMDoubleTypeInContext(LLVMGetGlobalContext()); in LLVMDoubleType()
/external/mesa3d/src/amd/common/
Dac_llvm_build.c79 ctx->f64 = LLVMDoubleTypeInContext(ctx->context); in ac_llvm_context_init()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c230 return LLVMDoubleTypeInContext(Context); in llvm_double_type()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp586 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C) { in LLVMDoubleTypeInContext() function
609 return LLVMDoubleTypeInContext(LLVMGetGlobalContext()); in LLVMDoubleType()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c408 return LLVMDoubleTypeInContext(Context); in llvm_double_type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c339 return LLVMDoubleTypeInContext(Context); in llvm_double_type()
/external/llvm/bindings/go/llvm/
Dir.go507 func (c Context) DoubleType() (t Type) { t.C = C.LLVMDoubleTypeInContext(c.C); return }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go534 func (c Context) DoubleType() (t Type) { t.C = C.LLVMDoubleTypeInContext(c.C); return }
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c460 LLVMTypeRef f64 = LLVMDoubleTypeInContext(ctx->ac.context); in extract_double_to_float()