Home
last modified time | relevance | path

Searched refs:LLVMHalfTypeInContext (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c42 …return lp_has_fp16() ? LLVMHalfTypeInContext(gallivm->context) : LLVMInt16TypeInContext(gallivm->c… in lp_build_elem_type()
Dlp_bld_conv.c138 … LLVMVectorType(LLVMHalfTypeInContext(gallivm->context), src_length), ""); in lp_build_half_to_float()
Dlp_bld_nir_soa.c2033 …(bit_size == 16 ? LLVMConstReal(LLVMHalfTypeInContext(gallivm->context), INFINITY) : lp_build_cons… in emit_reduce()
2039 …(bit_size == 16 ? LLVMConstReal(LLVMHalfTypeInContext(gallivm->context), -INFINITY) : lp_build_con… in emit_reduce()
2045 …(bit_size == 16 ? LLVMConstReal(LLVMHalfTypeInContext(gallivm->context), 1.0) : lp_build_const_flo… in emit_reduce()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1163 LLVMTypeRef LLVMHalfTypeInContext(LLVMContextRef C);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp596 LLVMTypeRef LLVMHalfTypeInContext(LLVMContextRef C) { in LLVMHalfTypeInContext() function
619 return LLVMHalfTypeInContext(LLVMGetGlobalContext()); in LLVMHalfType()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c83 ctx->f16 = LLVMHalfTypeInContext(ctx->context); in ac_llvm_context_init()