Home
last modified time | relevance | path

Searched refs:LLVMGetVectorSize (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c135 if(LLVMGetVectorSize(vec_type) != type.length) in lp_check_vec_type()
265 unsigned len = LLVMGetVectorSize(t); in lp_sizeof_llvm_type()
335 unsigned len = LLVMGetVectorSize(t); in lp_dump_llvmtype()
Dlp_bld_format_float.c244 LLVMGetVectorSize(src_type) : 1; in lp_build_float_to_r11g11b10()
410 LLVMGetVectorSize(src_type) : 1; in lp_build_r11g11b10_to_float()
468 LLVMGetVectorSize(src_type) : 1; in lp_build_rgb9e5_to_float()
Dlp_bld_intr.c71 length = LLVMGetVectorSize(type); in lp_format_intrinsic()
395 unsigned n = LLVMGetVectorSize(ret_type); in lp_build_intrinsic_map()
Dlp_bld_printf.c94 length = LLVMGetVectorSize(type_ref); in lp_build_print_value()
Dlp_bld_conv.c97 LLVMGetVectorSize(src_type) : 1; in lp_build_half_to_float()
156 ? LLVMGetVectorSize(f32_vec_type) : 1; in lp_build_float_to_half()
Dlp_bld_swizzle.c59 const unsigned length = LLVMGetVectorSize(vec_type); in lp_build_broadcast()
Dlp_bld_pack.c1045 src_length = LLVMGetVectorSize(type); in lp_build_pad_vector()
/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp145 LLVMGetVectorSize(Src) in Clone()
149 LLVMGetVectorSize(Src)); in Clone()
370 unsigned EltCount = LLVMGetVectorSize(Ty); in clone_constant_impl()
381 unsigned EltCount = LLVMGetVectorSize(Ty); in clone_constant_impl()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c518 if (LLVMGetVectorSize(type) == 4) in si_build_wrapper_function()
520 else if (LLVMGetVectorSize(type) == 8) in si_build_wrapper_function()
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c140 LLVMGetTypeKind(type) == LLVMVectorTypeKind ? LLVMGetVectorSize(type) : 1; in ac_get_llvm_num_components()
195 return LLVMGetVectorSize(type) * ac_get_type_size(LLVMGetElementType(type)); in ac_get_type_size()
224 return LLVMVectorType(to_integer_type_scalar(ctx, elem_type), LLVMGetVectorSize(t)); in ac_to_integer_type()
275 return LLVMVectorType(to_float_type_scalar(ctx, elem_type), LLVMGetVectorSize(t)); in ac_to_float_type()
331 int ret = snprintf(buf, bufsize, "v%u", LLVMGetVectorSize(type)); in ac_build_type_name_for_intr()
579 unsigned vec_size = LLVMGetVectorSize(LLVMTypeOf(value)); in ac_build_expand()
2527 unsigned vec_size = LLVMGetVectorSize(type); in ac_const_uint_vec()
Dac_nir_to_llvm.c184 for (unsigned i = 0; i < LLVMGetVectorSize(result_type); i++) { in emit_intrin_1f_param_scalar()
280 assert(LLVMGetVectorSize(LLVMTypeOf(src0)) == 2); in emit_b2f()
/external/llvm/tools/llvm-c-test/
Decho.cpp142 LLVMGetVectorSize(Src) in Clone()
/external/llvm/include/llvm-c/
DCore.h1143 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
/external/llvm-project/llvm/include/llvm-c/
DCore.h1469 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1445 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c567 return Val_int(LLVMGetVectorSize(VectorTy)); in llvm_vector_size()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c479 return Val_int(LLVMGetVectorSize(VectorTy)); in llvm_vector_size()
/external/llvm/lib/IR/
DCore.cpp592 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() function
/external/llvm/bindings/go/llvm/
Dir.go620 func (t Type) VectorSize() int { return int(C.LLVMGetVectorSize(t.C)) }
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go691 func (t Type) VectorSize() int { return int(C.LLVMGetVectorSize(t.C)) }
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c1089 unsigned vec_size = LLVMGetVectorSize(LLVMTypeOf(value)); in radv_fixup_vertex_input_fetches()
/external/llvm-project/llvm/lib/IR/
DCore.cpp797 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp774 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() function