Searched refs:LLVMHalfTypeInContext (Results 1 – 6 of 6) sorted by relevance
42 …return lp_has_fp16() ? LLVMHalfTypeInContext(gallivm->context) : LLVMInt16TypeInContext(gallivm->c… in lp_build_elem_type()
138 … LLVMVectorType(LLVMHalfTypeInContext(gallivm->context), src_length), ""); in lp_build_half_to_float()
2033 …(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()
1163 LLVMTypeRef LLVMHalfTypeInContext(LLVMContextRef C);
596 LLVMTypeRef LLVMHalfTypeInContext(LLVMContextRef C) { in LLVMHalfTypeInContext() function619 return LLVMHalfTypeInContext(LLVMGetGlobalContext()); in LLVMHalfType()
83 ctx->f16 = LLVMHalfTypeInContext(ctx->context); in ac_llvm_context_init()