OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMVectorTypeKind
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_type.c
132
if(LLVMGetTypeKind(vec_type) !=
LLVMVectorTypeKind
)
262
case
LLVMVectorTypeKind
:
318
case
LLVMVectorTypeKind
:
319
return "
LLVMVectorTypeKind
";
340
if (k ==
LLVMVectorTypeKind
) {
lp_bld_printf.c
94
if (type_kind ==
LLVMVectorTypeKind
) {
lp_bld_swizzle.c
53
if (LLVMGetTypeKind(vec_type) !=
LLVMVectorTypeKind
) {
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.c
132
if(LLVMGetTypeKind(vec_type) !=
LLVMVectorTypeKind
)
262
case
LLVMVectorTypeKind
:
318
case
LLVMVectorTypeKind
:
319
return "
LLVMVectorTypeKind
";
340
if (k ==
LLVMVectorTypeKind
) {
lp_bld_printf.c
94
if (type_kind ==
LLVMVectorTypeKind
) {
lp_bld_swizzle.c
53
if (LLVMGetTypeKind(vec_type) !=
LLVMVectorTypeKind
) {
/external/llvm/include/llvm-c/
Core.h
267
LLVMVectorTypeKind
, /**< SIMD 'packed' format, or other vector type */
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c
286
is_vec_store = (k ==
LLVMVectorTypeKind
);
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c
286
is_vec_store = (k ==
LLVMVectorTypeKind
);
[
all
...]
/external/llvm/lib/IR/
Core.cpp
260
return
LLVMVectorTypeKind
;
[
all
...]
Completed in 95 milliseconds