Home
last modified time | relevance | path

Searched refs:LLVMGetVectorSize (Results 1 – 22 of 22) 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()
385 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.c1045 src_length = LLVMGetVectorSize(type); in lp_build_pad_vector()
/external/mesa3d/src/amd/common/
Dac_llvm_build.c129 ? LLVMGetVectorSize(type) in ac_get_llvm_num_components()
162 return LLVMGetVectorSize(type) * in ac_get_type_size()
191 LLVMGetVectorSize(t)); in ac_to_integer_type()
221 LLVMGetVectorSize(t)); in ac_to_float_type()
283 LLVMGetVectorSize(type)); in ac_build_type_name_for_intr()
Dac_nir_to_llvm.c1237 ? LLVMGetVectorSize(type) in get_alu_src()
2186 LLVMGetVectorSize(type)); in build_int_type_name()
2467 unsigned src_elements = LLVMGetVectorSize(type); in extract_vector_range()
/external/llvm/tools/llvm-c-test/
Decho.cpp142 LLVMGetVectorSize(Src) in Clone()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp143 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-7.0/llvm/include/llvm-c/
DCore.h1316 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/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c562 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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go653 func (t Type) VectorSize() int { return int(C.LLVMGetVectorSize(t.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp754 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() function