Home
last modified time | relevance | path

Searched refs:LLVMVectorTypeKind (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c132 if(LLVMGetTypeKind(vec_type) != LLVMVectorTypeKind) in lp_check_vec_type()
262 case LLVMVectorTypeKind: in lp_sizeof_llvm_type()
318 case LLVMVectorTypeKind: in lp_typekind_name()
340 if (k == LLVMVectorTypeKind) { in lp_dump_llvmtype()
Dlp_bld_printf.c94 if (type_kind == LLVMVectorTypeKind) { in lp_build_print_value()
Dlp_bld_swizzle.c53 if (LLVMGetTypeKind(vec_type) != LLVMVectorTypeKind) { in lp_build_broadcast()
/external/llvm/include/llvm-c/
DCore.h269 LLVMVectorTypeKind, /**< SIMD 'packed' format, or other vector type */ enumerator
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c286 is_vec_store = (k == LLVMVectorTypeKind); in emit_store()
/external/llvm/lib/IR/
DCore.cpp262 return LLVMVectorTypeKind; in LLVMGetTypeKind()
/external/llvm/bindings/go/llvm/
Dir.go252 VectorTypeKind TypeKind = C.LLVMVectorTypeKind