Home
last modified time | relevance | path

Searched refs:LLVMVectorTypeKind (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c132 if(LLVMGetTypeKind(vec_type) != LLVMVectorTypeKind) in lp_check_vec_type()
262 case LLVMVectorTypeKind: in lp_sizeof_llvm_type()
314 case LLVMVectorTypeKind: in lp_typekind_name()
332 if (k == LLVMVectorTypeKind) { in lp_dump_llvmtype()
Dlp_bld_format_float.c243 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? in lp_build_float_to_r11g11b10()
409 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? in lp_build_r11g11b10_to_float()
467 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? in lp_build_rgb9e5_to_float()
Dlp_bld_printf.c95 if (type_kind == LLVMVectorTypeKind) { in lp_build_print_value()
Dlp_bld_intr.c69 if (kind == LLVMVectorTypeKind) { in lp_format_intrinsic()
Dlp_bld_conv.c96 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? in lp_build_half_to_float()
141 unsigned length = LLVMGetTypeKind(f32_vec_type) == LLVMVectorTypeKind in lp_build_float_to_half()
Dlp_bld_swizzle.c53 if (LLVMGetTypeKind(vec_type) != LLVMVectorTypeKind) { in lp_build_broadcast()
Dlp_bld_pack.c1038 if (LLVMGetTypeKind(type) != LLVMVectorTypeKind) { in lp_build_pad_vector()
/external/mesa3d/src/amd/common/
Dac_llvm_build.c128 unsigned num_components = LLVMGetTypeKind(type) == LLVMVectorTypeKind in ac_get_llvm_num_components()
139 if (LLVMGetTypeKind(LLVMTypeOf(value)) != LLVMVectorTypeKind) { in ac_llvm_extract_elem()
161 case LLVMVectorTypeKind: in ac_get_type_size()
188 if (LLVMGetTypeKind(t) == LLVMVectorTypeKind) { in ac_to_integer_type()
218 if (LLVMGetTypeKind(t) == LLVMVectorTypeKind) { in ac_to_float_type()
281 if (LLVMGetTypeKind(type) == LLVMVectorTypeKind) { in ac_build_type_name_for_intr()
Dac_nir_to_llvm.c370 if (LLVMGetTypeKind(type) == LLVMVectorTypeKind) in get_elem_bits()
1236 unsigned src_components = LLVMGetTypeKind(type) == LLVMVectorTypeKind in get_alu_src()
2184 if (LLVMGetTypeKind(type) == LLVMVectorTypeKind) in build_int_type_name()
2461 if (LLVMGetTypeKind(type) != LLVMVectorTypeKind) { in extract_vector_range()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c626 if (LLVMGetTypeKind(LLVMTypeOf(cval)) == LLVMVectorTypeKind) { in fetch_system_value()
830 is_vec_store = (k == LLVMVectorTypeKind); in si_llvm_emit_store()
Dsi_shader.c1376 (dst[0] && LLVMGetTypeKind(LLVMTypeOf(dst[0])) == LLVMVectorTypeKind)) { in store_output_tcs()
/external/llvm/tools/llvm-c-test/
Decho.cpp139 case LLVMVectorTypeKind: in Clone()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp140 case LLVMVectorTypeKind: in Clone()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h217 LLVMVectorTypeKind, /**< SIMD 'packed' format, or other vector type */ enumerator
/external/llvm/include/llvm-c/
DCore.h199 LLVMVectorTypeKind, /**< SIMD 'packed' format, or other vector type */ enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h154 LLVMVectorTypeKind, /**< SIMD 'packed' format, or other vector type */ enumerator
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp164 return LLVMVectorTypeKind; in LLVMGetTypeKind()
/external/llvm/lib/IR/
DCore.cpp342 return LLVMVectorTypeKind; in LLVMGetTypeKind()
/external/llvm/bindings/go/llvm/
Dir.go254 VectorTypeKind TypeKind = C.LLVMVectorTypeKind
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go212 VectorTypeKind TypeKind = C.LLVMVectorTypeKind
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp492 return LLVMVectorTypeKind; in LLVMGetTypeKind()