Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/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()
343 unsigned len = LLVMGetVectorSize(t); in lp_dump_llvmtype()
Dlp_bld_printf.c95 length = LLVMGetVectorSize(type_ref); in lp_build_print_value()
Dlp_bld_intr.c232 unsigned n = LLVMGetVectorSize(ret_type); in lp_build_intrinsic_map()
Dlp_bld_swizzle.c59 const unsigned length = LLVMGetVectorSize(vec_type); in lp_build_broadcast()
/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()
343 unsigned len = LLVMGetVectorSize(t); in lp_dump_llvmtype()
Dlp_bld_printf.c95 length = LLVMGetVectorSize(type_ref); in lp_build_print_value()
Dlp_bld_intr.c232 unsigned n = LLVMGetVectorSize(ret_type); in lp_build_intrinsic_map()
Dlp_bld_swizzle.c59 const unsigned length = LLVMGetVectorSize(vec_type); in lp_build_broadcast()
/external/llvm/include/llvm-c/
DCore.h1087 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c432 return Val_int(LLVMGetVectorSize(VectorTy)); in llvm_vector_size()
/external/llvm/lib/IR/
DCore.cpp494 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() function