/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_struct.c | 53 assert(LLVMGetTypeKind(LLVMTypeOf(ptr)) == LLVMPointerTypeKind); in lp_build_struct_get_ptr() 54 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMStructTypeKind); in lp_build_struct_get_ptr() 71 assert(LLVMGetTypeKind(LLVMTypeOf(ptr)) == LLVMPointerTypeKind); in lp_build_struct_get() 72 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMStructTypeKind); in lp_build_struct_get() 87 assert(LLVMGetTypeKind(LLVMTypeOf(ptr)) == LLVMPointerTypeKind); in lp_build_array_get_ptr() 88 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMArrayTypeKind); in lp_build_array_get_ptr() 107 assert(LLVMGetTypeKind(LLVMTypeOf(ptr)) == LLVMPointerTypeKind); in lp_build_array_get() 108 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMArrayTypeKind); in lp_build_array_get() 125 assert(LLVMGetTypeKind(LLVMTypeOf(ptr)) == LLVMPointerTypeKind); in lp_build_array_set() 126 assert(LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(ptr))) == LLVMArrayTypeKind); in lp_build_array_set() [all …]
|
D | lp_bld_type.c | 87 elem_kind = LLVMGetTypeKind(elem_type); in lp_check_elem_type() 132 if(LLVMGetTypeKind(vec_type) != LLVMVectorTypeKind) in lp_check_vec_type() 253 LLVMTypeKind k = LLVMGetTypeKind(t); in lp_sizeof_llvm_type() 330 LLVMTypeKind k = LLVMGetTypeKind(t); in lp_dump_llvmtype() 334 LLVMTypeKind ke = LLVMGetTypeKind(te); in lp_dump_llvmtype() 346 LLVMTypeKind ke = LLVMGetTypeKind(te); in lp_dump_llvmtype()
|
D | lp_bld_printf.c | 61 if (LLVMGetTypeKind(type) == LLVMFloatTypeKind) in lp_build_print_args() 91 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value() 97 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value()
|
D | lp_bld_format_float.c | 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()
|
D | lp_bld_arit_overflow.c | 76 type_kind = LLVMGetTypeKind(type_ref); in build_binary_int_overflow()
|
D | lp_bld_intr.c | 69 LLVMTypeKind kind = LLVMGetTypeKind(type); in lp_format_intrinsic() 73 kind = LLVMGetTypeKind(type); in lp_format_intrinsic()
|
D | lp_bld_ir_common.c | 211 assert(LLVMGetTypeKind(LLVMTypeOf(dst_ptr)) == LLVMPointerTypeKind); in lp_exec_mask_store() 213 LLVMGetTypeKind(LLVMGetElementType(LLVMTypeOf(dst_ptr))) == LLVMArrayTypeKind); in lp_exec_mask_store()
|
D | lp_bld_conv.c | 96 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? in lp_build_half_to_float() 155 unsigned length = LLVMGetTypeKind(f32_vec_type) == LLVMVectorTypeKind in lp_build_float_to_half()
|
D | lp_bld_swizzle.c | 53 if (LLVMGetTypeKind(vec_type) != LLVMVectorTypeKind) { in lp_build_broadcast()
|
D | lp_bld_pack.c | 1038 if (LLVMGetTypeKind(type) != LLVMVectorTypeKind) { in lp_build_pad_vector()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm.c | 224 if (LLVMGetTypeKind(LLVMTypeOf(ret)) == LLVMVoidTypeKind) in si_llvm_build_ret() 313 if (LLVMGetTypeKind(LLVMTypeOf(value)) == LLVMFloatTypeKind) in unpack_llvm_param() 514 if (LLVMGetTypeKind(type) == LLVMPointerTypeKind) { in si_build_wrapper_function() 517 if (LLVMGetTypeKind(type) == LLVMVectorTypeKind) { in si_build_wrapper_function() 547 switch (LLVMGetTypeKind(return_type)) { in si_build_wrapper_function() 578 if (LLVMGetTypeKind(param_type) == LLVMPointerTypeKind) { in si_build_wrapper_function() 589 if (LLVMGetTypeKind(param_type) == LLVMPointerTypeKind) { in si_build_wrapper_function() 659 if (LLVMGetTypeKind(param_type) == LLVMPointerTypeKind) { in si_build_wrapper_function() 700 if (LLVMGetTypeKind(ret_type) != LLVMVoidTypeKind) { in si_build_wrapper_function() 701 assert(LLVMGetTypeKind(ret_type) == LLVMStructTypeKind); in si_build_wrapper_function() [all …]
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 140 LLVMGetTypeKind(type) == LLVMVectorTypeKind ? LLVMGetVectorSize(type) : 1; in ac_get_llvm_num_components() 146 if (LLVMGetTypeKind(LLVMTypeOf(value)) != LLVMVectorTypeKind) { in ac_llvm_extract_elem() 156 if (LLVMGetTypeKind(type) == LLVMVectorTypeKind) in ac_get_elem_bits() 159 if (LLVMGetTypeKind(type) == LLVMIntegerTypeKind) in ac_get_elem_bits() 162 if (LLVMGetTypeKind(type) == LLVMPointerTypeKind) { in ac_get_elem_bits() 179 LLVMTypeKind kind = LLVMGetTypeKind(type); in ac_get_type_size() 222 if (LLVMGetTypeKind(t) == LLVMVectorTypeKind) { in ac_to_integer_type() 226 if (LLVMGetTypeKind(t) == LLVMPointerTypeKind) { in ac_to_integer_type() 243 if (LLVMGetTypeKind(type) == LLVMPointerTypeKind) { in ac_to_integer() 252 if (LLVMGetTypeKind(type) == LLVMPointerTypeKind) in ac_to_integer_or_pointer() [all …]
|
D | ac_nir_to_llvm.c | 141 if (LLVMGetTypeKind(src0_type) == LLVMPointerTypeKind && in emit_int_cmp() 142 LLVMGetTypeKind(src1_type) != LLVMPointerTypeKind) { in emit_int_cmp() 144 } else if (LLVMGetTypeKind(src1_type) == LLVMPointerTypeKind && in emit_int_cmp() 145 LLVMGetTypeKind(src0_type) != LLVMPointerTypeKind) { in emit_int_cmp() 177 if (LLVMGetTypeKind(result_type) != LLVMVectorTypeKind) in emit_intrin_1f_param_scalar() 240 if (LLVMGetTypeKind(src1_type) == LLVMPointerTypeKind && in emit_bcsel() 241 LLVMGetTypeKind(src2_type) != LLVMPointerTypeKind) { in emit_bcsel() 243 } else if (LLVMGetTypeKind(src2_type) == LLVMPointerTypeKind && in emit_bcsel() 244 LLVMGetTypeKind(src1_type) != LLVMPointerTypeKind) { in emit_bcsel() 279 if (LLVMGetTypeKind(LLVMTypeOf(src0)) == LLVMVectorTypeKind) { in emit_b2f() [all …]
|
/external/llvm/docs/ |
D | ExtendingLLVM.rst | 254 ``LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty)`` for the new type 300 `LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty)` for the new type
|
/external/llvm-project/llvm/docs/ |
D | ExtendingLLVM.rst | 256 ``LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty)`` for the new type 297 `LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty)` for the new type
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 69 LLVMTypeKind Kind = LLVMGetTypeKind(Src); in Clone()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1970 if (LLVMGetTypeKind(arg_types[i]) == LLVMPointerTypeKind) in draw_llvm_generate() 2772 if (LLVMGetTypeKind(arg_types[i]) == LLVMPointerTypeKind) in draw_gs_llvm_generate() 3353 if (LLVMGetTypeKind(arg_types[i]) == LLVMPointerTypeKind) { in draw_tcs_llvm_generate() 3910 if (LLVMGetTypeKind(arg_types[i]) == LLVMPointerTypeKind) in draw_tes_llvm_generate()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_setup.c | 626 if(LLVMGetTypeKind(arg_types[i]) == LLVMPointerTypeKind) in set_noalias()
|
D | lp_state_cs.c | 137 if(LLVMGetTypeKind(arg_types[i]) == LLVMPointerTypeKind) { in generate_compute()
|
/external/llvm-project/llvm/tools/llvm-c-test/ |
D | echo.cpp | 69 LLVMTypeKind Kind = LLVMGetTypeKind(Src); in Clone()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 804 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 1091 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 1085 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 326 return Val_int(LLVMGetTypeKind(Ty)); in llvm_classify_type()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 262 return Val_int(LLVMGetTypeKind(Ty)); in llvm_classify_type()
|