Searched refs:LLVMDoubleTypeInContext (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_printf.c | 63 args[i] = LLVMBuildFPExt(builder, args[i], LLVMDoubleTypeInContext(context), ""); in lp_build_print_args()
|
D | lp_bld_logic.c | 506 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4); in lp_build_select() 516 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2); in lp_build_select()
|
D | lp_bld_type.c | 48 return LLVMDoubleTypeInContext(gallivm->context); in lp_build_elem_type()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_printf.c | 63 args[i] = LLVMBuildFPExt(builder, args[i], LLVMDoubleTypeInContext(context), ""); in lp_build_print_args()
|
D | lp_bld_logic.c | 506 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 4); in lp_build_select() 516 arg_type = LLVMVectorType(LLVMDoubleTypeInContext(lc), 2); in lp_build_select()
|
D | lp_bld_type.c | 48 return LLVMDoubleTypeInContext(gallivm->context); in lp_build_elem_type()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 842 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C);
|
/external/llvm/lib/IR/ |
D | Core.cpp | 346 LLVMTypeRef LLVMDoubleTypeInContext(LLVMContextRef C) { in LLVMDoubleTypeInContext() function 369 return LLVMDoubleTypeInContext(LLVMGetGlobalContext()); in LLVMDoubleType()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 292 return LLVMDoubleTypeInContext(Context); in llvm_double_type()
|