/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 | 63 if (LLVMGetTypeKind(type) == LLVMFloatTypeKind) in lp_build_print_args() 93 type_kind = LLVMGetTypeKind(type_ref); in lp_build_print_value() 99 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 | 68 LLVMTypeKind kind = LLVMGetTypeKind(type); in lp_format_intrinsic() 72 kind = LLVMGetTypeKind(type); in lp_format_intrinsic()
|
D | lp_bld_conv.c | 96 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? in lp_build_half_to_float() 141 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/amd/common/ |
D | ac_llvm_build.c | 128 unsigned num_components = LLVMGetTypeKind(type) == LLVMVectorTypeKind in ac_get_llvm_num_components() 139 if (LLVMGetTypeKind(LLVMTypeOf(value)) != LLVMVectorTypeKind) { in ac_llvm_extract_elem() 151 LLVMTypeKind kind = LLVMGetTypeKind(type); in ac_get_type_size() 188 if (LLVMGetTypeKind(t) == LLVMVectorTypeKind) { in ac_to_integer_type() 218 if (LLVMGetTypeKind(t) == LLVMVectorTypeKind) { in ac_to_float_type() 281 if (LLVMGetTypeKind(type) == LLVMVectorTypeKind) { in ac_build_type_name_for_intr() 294 switch (LLVMGetTypeKind(elem_type)) { in ac_build_type_name_for_intr()
|
D | ac_nir_to_llvm.c | 370 if (LLVMGetTypeKind(type) == LLVMVectorTypeKind) in get_elem_bits() 373 if (LLVMGetTypeKind(type) == LLVMIntegerTypeKind) in get_elem_bits() 1236 unsigned src_components = LLVMGetTypeKind(type) == LLVMVectorTypeKind in get_alu_src() 2184 if (LLVMGetTypeKind(type) == LLVMVectorTypeKind) in build_int_type_name() 2461 if (LLVMGetTypeKind(type) != LLVMVectorTypeKind) { in extract_vector_range()
|
/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/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ExtendingLLVM.rst | 254 ``LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty)`` for the new type 300 `LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty)` for the new type
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_setup.c | 626 if (LLVMGetTypeKind(LLVMTypeOf(cval)) == LLVMVectorTypeKind) { in fetch_system_value() 829 LLVMTypeKind k = LLVMGetTypeKind(LLVMTypeOf(dst[0])); in si_llvm_emit_store()
|
D | si_shader.c | 248 if (LLVMGetTypeKind(LLVMTypeOf(value)) == LLVMFloatTypeKind) in unpack_llvm_param() 1376 (dst[0] && LLVMGetTypeKind(LLVMTypeOf(dst[0])) == LLVMVectorTypeKind)) { in store_output_tcs() 4460 if (LLVMGetTypeKind(LLVMTypeOf(P)) == LLVMPointerTypeKind) { in si_create_function() 5629 if (LLVMGetTypeKind(LLVMTypeOf(ret)) == LLVMVoidTypeKind) in si_llvm_build_ret() 6541 if (LLVMGetTypeKind(param_type) == LLVMPointerTypeKind) { in si_build_wrapper_function() 6616 if (LLVMGetTypeKind(param_type) == LLVMPointerTypeKind) { in si_build_wrapper_function() 6653 if (LLVMGetTypeKind(ret_type) != LLVMVoidTypeKind) { in si_build_wrapper_function() 6654 assert(LLVMGetTypeKind(ret_type) == LLVMStructTypeKind); in si_build_wrapper_function()
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 69 LLVMTypeKind Kind = LLVMGetTypeKind(Src); in Clone()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_setup.c | 626 if(LLVMGetTypeKind(arg_types[i]) == LLVMPointerTypeKind) in set_noalias()
|
/external/swiftshader/third_party/llvm-7.0/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 | 1601 if (LLVMGetTypeKind(arg_types[i]) == LLVMPointerTypeKind) in draw_llvm_generate() 2280 if (LLVMGetTypeKind(arg_types[i]) == LLVMPointerTypeKind) in draw_gs_llvm_generate()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 362 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 804 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 963 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 172 return Val_int(LLVMGetTypeKind(Ty)); in llvm_classify_type()
|
/external/swiftshader/third_party/llvm-7.0/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()
|