Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c92 if(elem_kind != (lp_has_fp16() ? LLVMHalfTypeKind : LLVMIntegerTypeKind)) in lp_check_elem_type()
262 case LLVMHalfTypeKind: in lp_sizeof_llvm_type()
296 case LLVMHalfTypeKind: in lp_typekind_name()
Dlp_bld_intr.c89 case LLVMHalfTypeKind: in lp_format_intrinsic()
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c652 case LLVMHalfTypeKind: in output_op_compare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h148 LLVMHalfTypeKind, /**< 16 bit floating point type */ enumerator
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c185 case LLVMHalfTypeKind: in ac_get_type_size()
368 case LLVMHalfTypeKind: in ac_build_type_name_for_intr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp482 return LLVMHalfTypeKind; in LLVMGetTypeKind()