Home
last modified time | relevance | path

Searched refs:LLVMGetVectorSize (Results 1 – 17 of 17) 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.c70 length = LLVMGetVectorSize(type); in lp_format_intrinsic()
352 unsigned n = LLVMGetVectorSize(ret_type); in lp_build_intrinsic_map()
Dlp_bld_printf.c96 length = LLVMGetVectorSize(type_ref); in lp_build_print_value()
Dlp_bld_conv.c97 LLVMGetVectorSize(src_type) : 1; in lp_build_half_to_float()
142 ? 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.c1009 src_length = LLVMGetVectorSize(type); in lp_build_pad_vector()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c163 return LLVMGetVectorSize(type) * in llvm_get_type_size()
284 LLVMTypeRef nt = LLVMVectorType(ctx->i32, LLVMGetVectorSize(type)); in to_integer()
299 LLVMTypeRef nt = LLVMVectorType(ctx->f32, LLVMGetVectorSize(type)); in to_float()
591 ? LLVMGetVectorSize(type) in get_llvm_num_components()
687 ? LLVMGetVectorSize(type) in get_alu_src()
1588 LLVMGetVectorSize(type)); in build_int_type_name()
2319 LLVMGetVectorSize(type)); in build_type_name_for_intr()
/external/llvm/tools/llvm-c-test/
Decho.cpp142 LLVMGetVectorSize(Src) in Clone()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h431 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
/external/llvm/include/llvm-c/
DCore.h1143 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c375 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/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp373 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() function
/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/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c3328 LLVMGetVectorSize(type)); in build_type_name_for_intr()
5578 return LLVMGetVectorSize(type) * in llvm_get_type_size()