Searched refs:LLVMVectorTypeKind (Results 1 – 15 of 15) sorted by relevance
147 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()
243 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()
99 if (type_kind == LLVMVectorTypeKind) { in lp_build_print_value()
70 if (kind == LLVMVectorTypeKind) { in lp_format_intrinsic()
104 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()
54 if (LLVMGetTypeKind(vec_type) != LLVMVectorTypeKind) { in lp_build_broadcast()
1038 if (LLVMGetTypeKind(type) != LLVMVectorTypeKind) { in lp_build_pad_vector()
144 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()
183 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()
484 if (LLVMGetTypeKind(type) == LLVMVectorTypeKind) { in si_build_wrapper_function()
160 LLVMVectorTypeKind, /**< SIMD 'packed' format, or other vector type */ enumerator
364 if (LLVMGetTypeKind(LLVMTypeOf(value)) == LLVMVectorTypeKind) { in radv_fixup_vertex_input_fetches()
508 return LLVMVectorTypeKind; in LLVMGetTypeKind()
63 'LLVMFixedVectorTypeKind'; did you mean 'LLVMVectorTypeKind'?101 - FTBFS due to LLVM commit 2dea3f129878 (LLVMVectorTypeKind is gone)
241 …: error: use of undeclared identifier 'LLVMFixedVectorTypeKind'; did you mean 'LLVMVectorTypeKind'?