OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMGetVectorSize
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.c
135
if(
LLVMGetVectorSize
(vec_type) != type.length)
265
unsigned len =
LLVMGetVectorSize
(t);
343
unsigned len =
LLVMGetVectorSize
(t);
lp_bld_printf.c
95
length =
LLVMGetVectorSize
(type_ref);
lp_bld_intr.c
232
unsigned n =
LLVMGetVectorSize
(ret_type);
lp_bld_swizzle.c
59
const unsigned length =
LLVMGetVectorSize
(vec_type);
/external/llvm/include/llvm-c/
Core.h
1005
unsigned
LLVMGetVectorSize
(LLVMTypeRef VectorTy);
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c
434
return Val_int(
LLVMGetVectorSize
(VectorTy));
[
all
...]
/external/llvm/bindings/go/llvm/
ir.go
620
func (t Type) VectorSize() int { return int(C.
LLVMGetVectorSize
(t.C)) }
[
all
...]
/external/llvm/lib/IR/
Core.cpp
512
unsigned
LLVMGetVectorSize
(LLVMTypeRef VectorTy) {
[
all
...]
Completed in 1477 milliseconds