Home
last modified time | relevance | path

Searched refs:LLVMFloatTypeKind (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c96 if(elem_kind != LLVMFloatTypeKind) in lp_check_elem_type()
258 case LLVMFloatTypeKind: in lp_sizeof_llvm_type()
292 case LLVMFloatTypeKind: in lp_typekind_name()
Dlp_bld_printf.c63 if (LLVMGetTypeKind(type) == LLVMFloatTypeKind) in lp_build_print_args()
104 if (type_kind == LLVMFloatTypeKind || type_kind == LLVMDoubleTypeKind) { in lp_build_print_value()
Dlp_bld_intr.c80 case LLVMFloatTypeKind: in lp_format_intrinsic()
/external/mesa3d/src/amd/common/
Dac_llvm_build.c156 case LLVMFloatTypeKind: in ac_get_type_size()
299 case LLVMFloatTypeKind: in ac_build_type_name_for_intr()
/external/llvm/tools/llvm-c-test/
Decho.cpp75 case LLVMFloatTypeKind: in Clone()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp75 case LLVMFloatTypeKind: in Clone()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h206 LLVMFloatTypeKind, /**< 32 bit floating point type */ enumerator
/external/llvm/include/llvm-c/
DCore.h188 LLVMFloatTypeKind, /**< 32 bit floating point type */ enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h143 LLVMFloatTypeKind, /**< 32 bit floating point type */ enumerator
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp140 return LLVMFloatTypeKind; in LLVMGetTypeKind()
/external/llvm/lib/IR/
DCore.cpp318 return LLVMFloatTypeKind; in LLVMGetTypeKind()
/external/llvm/bindings/go/llvm/
Dir.go243 FloatTypeKind TypeKind = C.LLVMFloatTypeKind
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go201 FloatTypeKind TypeKind = C.LLVMFloatTypeKind
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp468 return LLVMFloatTypeKind; in LLVMGetTypeKind()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c248 if (LLVMGetTypeKind(LLVMTypeOf(value)) == LLVMFloatTypeKind) in unpack_llvm_param()