Searched refs:LLVMVectorTypeKind (Results 1 – 15 of 15) sorted by relevance
132 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()
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()
94 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()
141 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()
180 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()
580 if (LLVMGetTypeKind(type) == LLVMVectorTypeKind) { in si_build_wrapper_function()
160 LLVMVectorTypeKind, /**< SIMD 'packed' format, or other vector type */ enumerator
654 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'?