Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp74 return LLVMHalfTypeInContext(Ctx); in Clone()
76 return LLVMHalfTypeInContext(Ctx); in Clone()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c128 … LLVMVectorType(LLVMHalfTypeInContext(gallivm->context), src_length), ""); in lp_build_half_to_float()
Dlp_bld_nir.c50 …return LLVMBuildBitCast(builder, val, LLVMVectorType(LLVMHalfTypeInContext(bld_base->base.gallivm-… in cast_type()
509 …result = LLVMBuildFPTrunc(builder, src, LLVMVectorType(LLVMHalfTypeInContext(gallivm->context), bl… in do_quantize_to_f16()
568 … LLVMVectorType(LLVMHalfTypeInContext(gallivm->context), bld_base->base.type.length), ""); in do_alu_action()
/external/llvm/tools/llvm-c-test/
Decho.cpp74 return LLVMHalfTypeInContext(Ctx); in Clone()
/external/llvm/include/llvm-c/
DCore.h882 LLVMTypeRef LLVMHalfTypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp430 LLVMTypeRef LLVMHalfTypeInContext(LLVMContextRef C) { in LLVMHalfTypeInContext() function
456 return LLVMHalfTypeInContext(LLVMGetGlobalContext()); in LLVMHalfType()
/external/llvm-project/llvm/include/llvm-c/
DCore.h1169 LLVMTypeRef LLVMHalfTypeInContext(LLVMContextRef C);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1163 LLVMTypeRef LLVMHalfTypeInContext(LLVMContextRef C);
/external/llvm-project/llvm/lib/IR/
DCore.cpp602 LLVMTypeRef LLVMHalfTypeInContext(LLVMContextRef C) { in LLVMHalfTypeInContext() function
628 return LLVMHalfTypeInContext(LLVMGetGlobalContext()); in LLVMHalfType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp596 LLVMTypeRef LLVMHalfTypeInContext(LLVMContextRef C) { in LLVMHalfTypeInContext() function
619 return LLVMHalfTypeInContext(LLVMGetGlobalContext()); in LLVMHalfType()
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c82 ctx->f16 = LLVMHalfTypeInContext(ctx->context); in ac_llvm_context_init()