Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c147 if (LLVMGetTypeKind(vec_type) != LLVMVectorTypeKind) { in lp_check_vec_type()
284 case LLVMVectorTypeKind: in lp_sizeof_llvm_type()
338 case LLVMVectorTypeKind: in lp_typekind_name()
356 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.c99 if (type_kind == LLVMVectorTypeKind) { in lp_build_print_value()
Dlp_bld_intr.c70 if (kind == LLVMVectorTypeKind) { in lp_format_intrinsic()
Dlp_bld_conv.c104 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? in lp_build_half_to_float()
165 unsigned length = LLVMGetTypeKind(f32_vec_type) == LLVMVectorTypeKind in lp_build_float_to_half()
Dlp_bld_swizzle.c54 if (LLVMGetTypeKind(vec_type) != LLVMVectorTypeKind) { in lp_build_broadcast()
Dlp_bld_pack.c1038 if (LLVMGetTypeKind(type) != LLVMVectorTypeKind) { in lp_build_pad_vector()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c144 LLVMGetTypeKind(type) == LLVMVectorTypeKind ? LLVMGetVectorSize(type) : 1; in ac_get_llvm_num_components()
150 if (LLVMGetTypeKind(LLVMTypeOf(value)) != LLVMVectorTypeKind) { in ac_llvm_extract_elem()
160 if (LLVMGetTypeKind(type) == LLVMVectorTypeKind) in ac_get_elem_bits()
198 case LLVMVectorTypeKind: in ac_get_type_size()
226 if (LLVMGetTypeKind(t) == LLVMVectorTypeKind) { in ac_to_integer_type()
277 if (LLVMGetTypeKind(t) == LLVMVectorTypeKind) { in ac_to_float_type()
352 if (LLVMGetTypeKind(type) == LLVMVectorTypeKind) { in ac_build_type_name_for_intr()
631 if (LLVMGetTypeKind(LLVMTypeOf(value)) == LLVMVectorTypeKind) { in ac_build_expand()
2592 if (LLVMGetTypeKind(type) == LLVMVectorTypeKind) { in ac_const_uint_vec()
Dac_nir_to_llvm.c183 if (LLVMGetTypeKind(result_type) != LLVMVectorTypeKind) in emit_intrin_1f_param_scalar()
285 if (LLVMGetTypeKind(LLVMTypeOf(src0)) == LLVMVectorTypeKind) { in emit_b2f()
3463 if (LLVMGetTypeKind(dest_type) == LLVMVectorTypeKind) in visit_load()
4546 if (LLVMGetTypeKind(LLVMTypeOf(val)) == LLVMVectorTypeKind) { in tex_fetch_ptrs()
5244 if (LLVMGetTypeKind(LLVMTypeOf(result)) == LLVMVectorTypeKind) { in visit_deref()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c484 if (LLVMGetTypeKind(type) == LLVMVectorTypeKind) { in si_build_wrapper_function()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h160 LLVMVectorTypeKind, /**< SIMD 'packed' format, or other vector type */ enumerator
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c364 if (LLVMGetTypeKind(LLVMTypeOf(value)) == LLVMVectorTypeKind) { in radv_fixup_vertex_input_fetches()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp508 return LLVMVectorTypeKind; in LLVMGetTypeKind()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst63 'LLVMFixedVectorTypeKind'; did you mean 'LLVMVectorTypeKind'?
101 - FTBFS due to LLVM commit 2dea3f129878 (LLVMVectorTypeKind is gone)
D20.2.0.rst241 …: error: use of undeclared identifier 'LLVMFixedVectorTypeKind'; did you mean 'LLVMVectorTypeKind'?