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.c132 if(LLVMGetTypeKind(vec_type) != LLVMVectorTypeKind) in lp_check_vec_type()
264 case LLVMVectorTypeKind: in lp_sizeof_llvm_type()
318 case LLVMVectorTypeKind: in lp_typekind_name()
336 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.c94 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.c141 LLVMGetTypeKind(type) == LLVMVectorTypeKind ? LLVMGetVectorSize(type) : 1; in ac_get_llvm_num_components()
147 if (LLVMGetTypeKind(LLVMTypeOf(value)) != LLVMVectorTypeKind) { in ac_llvm_extract_elem()
157 if (LLVMGetTypeKind(type) == LLVMVectorTypeKind) in ac_get_elem_bits()
195 case LLVMVectorTypeKind: in ac_get_type_size()
223 if (LLVMGetTypeKind(t) == LLVMVectorTypeKind) { in ac_to_integer_type()
274 if (LLVMGetTypeKind(t) == LLVMVectorTypeKind) { in ac_to_float_type()
350 if (LLVMGetTypeKind(type) == LLVMVectorTypeKind) { in ac_build_type_name_for_intr()
627 if (LLVMGetTypeKind(LLVMTypeOf(value)) == LLVMVectorTypeKind) { in ac_build_expand()
2567 if (LLVMGetTypeKind(type) == LLVMVectorTypeKind) { in ac_const_uint_vec()
Dac_nir_to_llvm.c180 if (LLVMGetTypeKind(result_type) != LLVMVectorTypeKind) in emit_intrin_1f_param_scalar()
282 if (LLVMGetTypeKind(LLVMTypeOf(src0)) == LLVMVectorTypeKind) { in emit_b2f()
3403 if (LLVMGetTypeKind(dest_type) == LLVMVectorTypeKind) in visit_load()
5132 if (LLVMGetTypeKind(LLVMTypeOf(result)) == LLVMVectorTypeKind) { in visit_deref()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c580 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.c654 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'?