Home
last modified time | relevance | path

Searched refs:LLVMVectorTypeKind (Results 1 – 10 of 10) 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/tools/llvm-c-test/
Decho.cpp139 case LLVMVectorTypeKind: in Clone()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h217 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/include/llvm-c/
DCore.h199 LLVMVectorTypeKind, /**< SIMD 'packed' format, or other vector type */ enumerator
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp164 return LLVMVectorTypeKind; in LLVMGetTypeKind()
/external/llvm/lib/IR/
DCore.cpp342 return LLVMVectorTypeKind; in LLVMGetTypeKind()
/external/llvm/bindings/go/llvm/
Dir.go254 VectorTypeKind TypeKind = C.LLVMVectorTypeKind