Home
last modified time | relevance | path

Searched refs:vector (Results 1 – 25 of 2012) sorted by relevance

12345678910>>...81

/minix/external/bsd/llvm/dist/clang/lib/Headers/
H A Daltivec.h51 vec_perm(vector short __a, vector short __b, vector unsigned char __c);
62 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c);
65 vec_perm(vector int __a, vector int __b, vector unsigned char __c);
74 vec_perm(vector float __a, vector float __b, vector unsigned char __c);
2542 vec_madd(vector float __a, vector float __b, vector float __c) in vec_madd()
3569 vec_msum(vector short __a, vector short __b, vector int __c) in vec_msum()
5257 vec_sel(vector int __a, vector int __b, vector bool int __c) in vec_sel()
5289 vector int __res = ((vector int)__a & ~(vector int)__c) in vec_sel()
5297 vector int __res = ((vector int)__a & ~(vector int)__c) in vec_sel()
5417 vector int __res = ((vector int)__a & ~(vector int)__c) in vec_vsel()
[all …]
/minix/external/bsd/llvm/dist/clang/test/Parser/
H A Daltivec.c30 vector char v_c;
33 vector short v_s;
39 vector int v_i;
42 vector float v_f;
55 vector int v = (vector int)(-1);
147 vector char v1 = (vector char)((vector int)(1, 2, 3, 4));
148 vector char v2 = (vector char)((vector float)(1.0f, 2.0f, 3.0f, 4.0f));
149 vector char v3 = (vector char)((vector int)('a', 'b', 'c', 'd'));
150 vector int v4 = (vector int)(1, 2, 3, 4);
151 vector float v5 = (vector float)(1.0f, 2.0f, 3.0f, 4.0f);
[all …]
H A Dcxx-altivec.cpp27 vector char v_c;
30 vector short v_s;
36 vector int v_i;
39 vector float v_f;
49 vector int v = (vector int)(-1);
130 vector char v1 = (vector char)((vector int)(1, 2, 3, 4));
131 vector char v2 = (vector char)((vector float)(1.0f, 2.0f, 3.0f, 4.0f));
132 vector char v3 = (vector char)((vector int)('a', 'b', 'c', 'd'));
133 vector int v4 = (vector int)(1, 2, 3, 4);
134 vector float v5 = (vector float)(1.0f, 2.0f, 3.0f, 4.0f);
[all …]
/minix/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dcomparedf2_test.c39 if (__eqdf2(vector->a, vector->b) != vector->eqReference) { in test__cmpdf2()
41 vector->a, vector->b, in test__cmpdf2()
47 if (__gedf2(vector->a, vector->b) != vector->geReference) { in test__cmpdf2()
49 vector->a, vector->b, in test__cmpdf2()
55 if (__gtdf2(vector->a, vector->b) != vector->gtReference) { in test__cmpdf2()
57 vector->a, vector->b, in test__cmpdf2()
63 if (__ledf2(vector->a, vector->b) != vector->leReference) { in test__cmpdf2()
65 vector->a, vector->b, in test__cmpdf2()
71 if (__ltdf2(vector->a, vector->b) != vector->ltReference) { in test__cmpdf2()
79 if (__nedf2(vector->a, vector->b) != vector->neReference) { in test__cmpdf2()
[all …]
H A Dcomparesf2_test.c39 if (__eqsf2(vector->a, vector->b) != vector->eqReference) { in test__cmpsf2()
41 vector->a, vector->b, in test__cmpsf2()
47 if (__gesf2(vector->a, vector->b) != vector->geReference) { in test__cmpsf2()
49 vector->a, vector->b, in test__cmpsf2()
55 if (__gtsf2(vector->a, vector->b) != vector->gtReference) { in test__cmpsf2()
57 vector->a, vector->b, in test__cmpsf2()
63 if (__lesf2(vector->a, vector->b) != vector->leReference) { in test__cmpsf2()
65 vector->a, vector->b, in test__cmpsf2()
71 if (__ltsf2(vector->a, vector->b) != vector->ltReference) { in test__cmpsf2()
79 if (__nesf2(vector->a, vector->b) != vector->neReference) { in test__cmpsf2()
[all …]
/minix/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dcomparedf2_test.c39 if (__eqdf2(vector->a, vector->b) != vector->eqReference) { in test__cmpdf2()
41 vector->a, vector->b, in test__cmpdf2()
47 if (__gedf2(vector->a, vector->b) != vector->geReference) { in test__cmpdf2()
49 vector->a, vector->b, in test__cmpdf2()
55 if (__gtdf2(vector->a, vector->b) != vector->gtReference) { in test__cmpdf2()
57 vector->a, vector->b, in test__cmpdf2()
63 if (__ledf2(vector->a, vector->b) != vector->leReference) { in test__cmpdf2()
65 vector->a, vector->b, in test__cmpdf2()
71 if (__ltdf2(vector->a, vector->b) != vector->ltReference) { in test__cmpdf2()
79 if (__nedf2(vector->a, vector->b) != vector->neReference) { in test__cmpdf2()
[all …]
H A Dcomparesf2_test.c39 if (__eqsf2(vector->a, vector->b) != vector->eqReference) { in test__cmpsf2()
41 vector->a, vector->b, in test__cmpsf2()
47 if (__gesf2(vector->a, vector->b) != vector->geReference) { in test__cmpsf2()
49 vector->a, vector->b, in test__cmpsf2()
55 if (__gtsf2(vector->a, vector->b) != vector->gtReference) { in test__cmpsf2()
57 vector->a, vector->b, in test__cmpsf2()
63 if (__lesf2(vector->a, vector->b) != vector->leReference) { in test__cmpsf2()
65 vector->a, vector->b, in test__cmpsf2()
71 if (__ltsf2(vector->a, vector->b) != vector->ltReference) { in test__cmpsf2()
79 if (__nesf2(vector->a, vector->b) != vector->neReference) { in test__cmpsf2()
[all …]
/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A Daltivec.c5 vector int test0 = (vector int)(1); // CHECK: @test0 = global <4 x i32> <i32 1, i32 1, i32 1,…
6 vector float test1 = (vector float)(1.0); // CHECK: @test1 = global <4 x float> <float 1.000000e+{{…
9 vector char v1 = (vector char)((vector int)(1, 2, 3, 4));
11 vector char v2 = (vector char)((vector float)(1.0f, 2.0f, 3.0f, 4.0f));
13 vector char v3 = (vector char)((vector int)('a', 'b', 'c', 'd'));
15 vector int v4 = (vector char){1, 2, 3, 4};
19 vector int vi; in test2()
20 vector float vf; in test2()
34 vector int vi; in test3()
36 vector unsigned int vui; in test3()
[all …]
/minix/external/bsd/llvm/dist/clang/test/Misc/
H A Ddiag-template-diffing-color.cpp21 template<typename> class vector {}; class
23 void set15(vector<const vector<int> >) {} in set15()
25 set15(vector<const vector<const int> >()); in test15()
33 void set16(vector<vector<int> >) {} in set16()
35 set16(vector<const vector<int> >()); in test16()
43 void set17(vector<const vector<int> >) {} in set17()
45 set17(vector<vector<int> >()); in test17()
53 void set18(vector<volatile vector<int> >) {} in set18()
55 set18(vector<const vector<int> >()); in test18()
64 void set19(vector<const volatile vector<int> >) {} in set19()
[all …]
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Daltivec.cpp6 vector bool char vbc; in test_vec_step()
7 vector signed char vsc; in test_vec_step()
9 vector bool short vbs; in test_vec_step()
10 vector short vs; in test_vec_step()
12 vector pixel vp; in test_vec_step()
13 vector bool int vbi; in test_vec_step()
14 vector int vi; in test_vec_step()
16 vector float vf; in test_vec_step()
18 vector int *pvi; in test_vec_step()
57 vector int vi; in test2()
[all …]
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dpsubus.ll9 vector.ph:
12 vector.body: ; preds = %vector.body, %vector.ph
39 vector.ph:
42 vector.body: ; preds = %vector.body, %vector.ph
69 vector.ph:
74 vector.body: ; preds = %vector.body, %vector.ph
104 vector.body: ; preds = %vector.body, %vector.ph
134 vector.body: ; preds = %vector.body, %vector.ph
166 vector.body: ; preds = %vector.body, %vector.ph
196 vector.body: ; preds = %vector.body, %vector.ph
[all …]
H A Dvselect-minmax.ll9 vector.ph:
12 vector.body: ; preds = %vector.body, %vector.ph
44 vector.ph:
47 vector.body: ; preds = %vector.body, %vector.ph
82 vector.body: ; preds = %vector.body, %vector.ph
117 vector.body: ; preds = %vector.body, %vector.ph
152 vector.body: ; preds = %vector.body, %vector.ph
187 vector.body: ; preds = %vector.body, %vector.ph
222 vector.body: ; preds = %vector.body, %vector.ph
257 vector.body: ; preds = %vector.body, %vector.ph
[all …]
/minix/minix/llvm/passes/include/magic/
H A DMagicPass.h35 std::vector<Function*> getFunctions() const;
46 std::vector<int> globalVariableSizes;
48 std::vector<Function*> functions;
49 std::vector<TypeInfo*> globalTypeInfos;
62 std::vector<std::string> libPathRegexes;
63 std::vector<std::string> voidTypeAliases;
65 std::vector<std::string> mmFuncPrefixes;
67 std::vector<std::string> mmPoolFunctions;
74 std::vector<Regex*> extLibSectionRegexes;
83 …terVariables(Function* function, Value *value, std::vector<Value*> &ptrVars, std::vector<std::vect…
[all …]
/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.td36 def v2i1 : ValueType<2 , 13>; // 2 x i1 vector value
37 def v4i1 : ValueType<4 , 14>; // 4 x i1 vector value
38 def v8i1 : ValueType<8 , 15>; // 8 x i1 vector value
39 def v16i1 : ValueType<16, 16>; // 16 x i1 vector value
40 def v32i1 : ValueType<32 , 17>; // 32 x i1 vector value
41 def v64i1 : ValueType<64 , 18>; // 64 x i1 vector value
42 def v1i8 : ValueType<16, 19>; // 1 x i8 vector value
43 def v2i8 : ValueType<16 , 20>; // 2 x i8 vector value
47 def v32i8 : ValueType<256, 24>; // 32 x i8 vector value
48 def v64i8 : ValueType<512, 25>; // 64 x i8 vector value
[all …]
/minix/external/bsd/libc++/dist/libcxx/test/std/containers/sequences/vector/vector.special/
H A Dswap.pass.cpp27 std::vector<int> c1(a1, a1+sizeof(a1)/sizeof(a1[0])); in main()
28 std::vector<int> c2(a2, a2+sizeof(a2)/sizeof(a2[0])); in main()
40 std::vector<int> c1(a1, a1); in main()
41 std::vector<int> c2(a2, a2+sizeof(a2)/sizeof(a2[0])); in main()
55 std::vector<int> c2(a2, a2); in main()
68 std::vector<int> c1(a1, a1); in main()
69 std::vector<int> c2(a2, a2); in main()
128 std::vector<int, min_allocator<int>> c1(a1, a1); in main()
143 std::vector<int, min_allocator<int>> c2(a2, a2); in main()
156 std::vector<int, min_allocator<int>> c1(a1, a1); in main()
[all …]
/minix/external/bsd/libc++/dist/libcxx/test/containers/sequences/vector/vector.special/
H A Dswap.pass.cpp26 std::vector<int> c1(a1, a1+sizeof(a1)/sizeof(a1[0])); in main()
27 std::vector<int> c2(a2, a2+sizeof(a2)/sizeof(a2[0])); in main()
39 std::vector<int> c1(a1, a1); in main()
40 std::vector<int> c2(a2, a2+sizeof(a2)/sizeof(a2[0])); in main()
54 std::vector<int> c2(a2, a2); in main()
67 std::vector<int> c1(a1, a1); in main()
68 std::vector<int> c2(a2, a2); in main()
127 std::vector<int, min_allocator<int>> c1(a1, a1); in main()
142 std::vector<int, min_allocator<int>> c2(a2, a2); in main()
155 std::vector<int, min_allocator<int>> c1(a1, a1); in main()
[all …]
/minix/external/bsd/llvm/dist/clang/test/Sema/
H A Daltivec-init.c13 vector int vi; in foo()
14 vi = (vector int)(1); in foo()
15 …vi = (vector int)(1, 2); // expected-error {{number of elements must be either one or mat… in foo()
16 vi = (vector int)(1, 2, 3, 4); in foo()
17 vi = (vector int)(1, 2, 3, 4, 5); // expected-warning {{excess elements in vector initializer}} in foo()
18 vi = (vector int){1}; in foo()
19 vi = (vector int){1, 2}; in foo()
20 vi = (vector int){1, 2, 3, 4, 5}; // expected-warning {{excess elements in vector initializer}} in foo()
21 vector float vf; in foo()
22 vf = (vector float)(1.0); in foo()
[all …]
/minix/external/bsd/libc++/dist/libcxx/test/std/containers/sequences/vector/vector.modifiers/
H A Derase_iter_iter.pass.cpp25 std::vector<int> l1(a1, a1+3); in main()
34 std::vector<int> l1(a1, a1+3); in main()
40 assert(l1 == std::vector<int>(a1+1, a1+3)); in main()
44 std::vector<int> l1(a1, a1+3); in main()
50 assert(l1 == std::vector<int>(a1+2, a1+3)); in main()
54 std::vector<int> l1(a1, a1+3); in main()
63 std::vector<std::vector<int> > outer(2, std::vector<int>(1)); in main()
77 std::vector<int, min_allocator<int>> l1(a1, a1+3); in main()
86 std::vector<int, min_allocator<int>> l1(a1, a1+3); in main()
96 std::vector<int, min_allocator<int>> l1(a1, a1+3); in main()
[all …]
/minix/external/bsd/libc++/dist/libcxx/test/containers/sequences/vector/vector.modifiers/
H A Derase_iter_iter.pass.cpp24 std::vector<int> l1(a1, a1+3); in main()
33 std::vector<int> l1(a1, a1+3); in main()
39 assert(l1 == std::vector<int>(a1+1, a1+3)); in main()
43 std::vector<int> l1(a1, a1+3); in main()
49 assert(l1 == std::vector<int>(a1+2, a1+3)); in main()
53 std::vector<int> l1(a1, a1+3); in main()
62 std::vector<std::vector<int> > outer(2, std::vector<int>(1)); in main()
76 std::vector<int, min_allocator<int>> l1(a1, a1+3); in main()
85 std::vector<int, min_allocator<int>> l1(a1, a1+3); in main()
95 std::vector<int, min_allocator<int>> l1(a1, a1+3); in main()
[all …]
/minix/external/bsd/libc++/dist/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter.pass.cpp38 test<std::vector<int> >(input_iterator<const int*>(a), input_iterator<const int*>(an)); in main()
39 test<std::vector<int> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an)); in main()
40 …test<std::vector<int> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(… in main()
41 …test<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(… in main()
42 test<std::vector<int> >(a, an); in main()
44 …test<std::vector<int, stack_allocator<int, 63> > >(input_iterator<const int*>(a), input_iterator<c… in main()
45 …test<std::vector<int, stack_allocator<int, 18> > >(forward_iterator<const int*>(a), forward_iterat… in main()
48 test<std::vector<int, stack_allocator<int, 18> > >(a, an); in main()
50 …test<std::vector<int, min_allocator<int>> >(input_iterator<const int*>(a), input_iterator<const in… in main()
51 …test<std::vector<int, min_allocator<int>> >(forward_iterator<const int*>(a), forward_iterator<cons… in main()
[all …]
/minix/external/bsd/libc++/dist/libcxx/test/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter.pass.cpp38 test<std::vector<int> >(input_iterator<const int*>(a), input_iterator<const int*>(an)); in main()
39 test<std::vector<int> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an)); in main()
40 …test<std::vector<int> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(… in main()
41 …test<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(… in main()
42 test<std::vector<int> >(a, an); in main()
44 …test<std::vector<int, stack_allocator<int, 63> > >(input_iterator<const int*>(a), input_iterator<c… in main()
45 …test<std::vector<int, stack_allocator<int, 18> > >(forward_iterator<const int*>(a), forward_iterat… in main()
48 test<std::vector<int, stack_allocator<int, 18> > >(a, an); in main()
50 …test<std::vector<int, min_allocator<int>> >(input_iterator<const int*>(a), input_iterator<const in… in main()
51 …test<std::vector<int, min_allocator<int>> >(forward_iterator<const int*>(a), forward_iterator<cons… in main()
[all …]
/minix/external/bsd/libc++/dist/libcxx/test/std/containers/sequences/vector.bool/
H A Derase_iter_iter.pass.cpp24 std::vector<bool> l1(a1, a1+3); in main()
25 std::vector<bool>::iterator i = l1.erase(l1.cbegin(), l1.cbegin()); in main()
31 std::vector<bool> l1(a1, a1+3); in main()
36 assert(l1 == std::vector<bool>(a1+1, a1+3)); in main()
39 std::vector<bool> l1(a1, a1+3); in main()
44 assert(l1 == std::vector<bool>(a1+2, a1+3)); in main()
47 std::vector<bool> l1(a1, a1+3); in main()
55 std::vector<bool, min_allocator<bool>> l1(a1, a1+3); in main()
62 std::vector<bool, min_allocator<bool>> l1(a1, a1+3); in main()
70 std::vector<bool, min_allocator<bool>> l1(a1, a1+3); in main()
[all …]
/minix/external/bsd/libc++/dist/libcxx/test/containers/sequences/vector.bool/
H A Derase_iter_iter.pass.cpp24 std::vector<bool> l1(a1, a1+3); in main()
25 std::vector<bool>::iterator i = l1.erase(l1.cbegin(), l1.cbegin()); in main()
31 std::vector<bool> l1(a1, a1+3); in main()
36 assert(l1 == std::vector<bool>(a1+1, a1+3)); in main()
39 std::vector<bool> l1(a1, a1+3); in main()
44 assert(l1 == std::vector<bool>(a1+2, a1+3)); in main()
47 std::vector<bool> l1(a1, a1+3); in main()
55 std::vector<bool, min_allocator<bool>> l1(a1, a1+3); in main()
62 std::vector<bool, min_allocator<bool>> l1(a1, a1+3); in main()
70 std::vector<bool, min_allocator<bool>> l1(a1, a1+3); in main()
[all …]
/minix/external/bsd/libc++/dist/libcxx/include/
H A Dvector45 vector(const vector& x);
46 vector(vector&& x)
52 vector& operator=(vector&& x)
169 vector(const vector& x);
170 vector(vector&& x)
555 vector(vector&& __x)
1192 vector<_Tp, _Allocator>::vector(const vector& __x)
1225 vector<_Tp, _Allocator>::vector(vector&& __x)
2205 vector(vector&& __v)
2747 vector<bool, _Allocator>::vector(const vector& __v)
[all …]
/minix/external/bsd/llvm/dist/llvm/tools/bugpoint/
H A DToolRunner.h41 std::vector<std::string> gccArgs; // GCC-specific arguments.
43 const std::vector<std::string> *GCCArgs) in GCC()
52 const std::vector<std::string> *Args);
62 const std::vector<std::string> &Args,
68 std::vector<std::string>(),
144 std::vector<std::string>(),
146 std::vector<std::string>(),
161 const std::vector<std::string> *Args, in LLC()
177 const std::vector<std::string> &Args,
182 std::vector<std::string>(),
[all …]

12345678910>>...81