Home
last modified time | relevance | path

Searched defs:Vectorized (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/
H A Dvec_base.h135 struct Vectorized { struct
159 // `_ZN2at6vec25612_GLOBAL__N_16VectorizedIdE4sizeE' can not be used when making argument
176 Vectorized() : values{static_cast<T>(0)} {} in Vectorized() argument
177 Vectorized(T val) { in Vectorized() function
184 Vectorized(Args... vals) : values{vals...}{ in Vectorized() argument
199 static Vectorized<T> blend(const Vectorized<T>& a, const Vectorized<T>& b) { in blend() argument
212 static Vectorized<T> blendv(const Vectorized<T>& a, const Vectorized<T>& b, in blendv() argument
229 Vectorized vector; argument
235 static Vectorized<T> set(const Vectorized<T>& a, const Vectorized<T>& b, int64_t count = size()) { argument
236 Vectorized vector; argument
[all …]
/aosp_15_r20/external/executorch/kernels/optimized/vec/
H A Dvec_base.h64 struct Vectorized { struct
88 // `_ZN2at6vec25612_GLOBAL__N_16VectorizedIdE4sizeE' can not be used when making argument
106 Vectorized() : values{static_cast<T>(0)} {} in Vectorized() argument
107 Vectorized(T val) { in Vectorized() argument
114 Vectorized(Args... vals) : values{vals...}{ in Vectorized() argument
129 static Vectorized<T> blend(const Vectorized<T>& a, const Vectorized<T>& b) { in blend() argument
142 static Vectorized<T> blendv(const Vectorized<T>& a, const Vectorized<T>& b, in blendv() argument
159 Vectorized vector; argument
165 static Vectorized<T> set(const Vectorized<T>& a, const Vectorized<T>& b, int64_t count = size()) { argument
166 Vectorized vector; argument
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/
H A Dvec256_int64_vsx.h35 Vectorized() {} in Vectorized() function
36 C10_ALWAYS_INLINE Vectorized(vint64 v) : _vec0{v}, _vec1{v} {} in Vectorized() function
37 C10_ALWAYS_INLINE Vectorized(vbool64 vmask) : _vecb0{vmask}, _vecb1{vmask} {} in Vectorized() function
38 C10_ALWAYS_INLINE Vectorized(vint64 v1, vint64 v2) : _vec0{v1}, _vec1{v2} {} in Vectorized() function
39 C10_ALWAYS_INLINE Vectorized(vbool64 v1, vbool64 v2) : _vecb0{v1}, _vecb1{v2} {} in Vectorized() function
40 C10_ALWAYS_INLINE Vectorized(int64_t scalar) in Vectorized() function
42 C10_ALWAYS_INLINE Vectorized( in Vectorized() function
H A Dvec256_int32_vsx.h34 Vectorized() {} in Vectorized() function
35 C10_ALWAYS_INLINE Vectorized(vint32 v) : _vec0{v}, _vec1{v} {} in Vectorized() function
36 C10_ALWAYS_INLINE Vectorized(vbool32 vmask) : _vecb0{vmask}, _vecb1{vmask} {} in Vectorized() function
37 C10_ALWAYS_INLINE Vectorized(vint32 v1, vint32 v2) : _vec0{v1}, _vec1{v2} {} in Vectorized() function
38 C10_ALWAYS_INLINE Vectorized(vbool32 v1, vbool32 v2) : _vecb0{v1}, _vecb1{v2} {} in Vectorized() function
39 C10_ALWAYS_INLINE Vectorized(int32_t scalar) in Vectorized() function
41 C10_ALWAYS_INLINE Vectorized( in Vectorized() function
H A Dvec256_int16_vsx.h34 Vectorized() {} in Vectorized() function
35 C10_ALWAYS_INLINE Vectorized(vint16 v) : _vec0{v}, _vec1{v} {} in Vectorized() function
36 C10_ALWAYS_INLINE Vectorized(vbool16 vmask) : _vecb0{vmask}, _vecb1{vmask} {} in Vectorized() function
37 C10_ALWAYS_INLINE Vectorized(vint16 v1, vint16 v2) : _vec0{v1}, _vec1{v2} {} in Vectorized() function
38 C10_ALWAYS_INLINE Vectorized(vbool16 v1, vbool16 v2) : _vecb0{v1}, _vecb1{v2} {} in Vectorized() function
39 C10_ALWAYS_INLINE Vectorized(int16_t scalar) in Vectorized() function
42 C10_ALWAYS_INLINE Vectorized( in Vectorized() function
H A Dvec256_double_vsx.h39 Vectorized() {} in Vectorized() function
40 C10_ALWAYS_INLINE Vectorized(vfloat64 v) : _vec0{v}, _vec1{v} {} in Vectorized() function
41 C10_ALWAYS_INLINE Vectorized(vbool64 vmask) : _vecb0{vmask}, _vecb1{vmask} {} in Vectorized() function
42 C10_ALWAYS_INLINE Vectorized(vfloat64 v1, vfloat64 v2) : _vec0{v1}, _vec1{v2} {} in Vectorized() function
43 C10_ALWAYS_INLINE Vectorized(vbool64 v1, vbool64 v2) : _vecb0{v1}, _vecb1{v2} {} in Vectorized() function
44 C10_ALWAYS_INLINE Vectorized(double scalar) in Vectorized() function
46 C10_ALWAYS_INLINE Vectorized( in Vectorized() function
H A Dvec256_float_vsx.h37 Vectorized() {} in Vectorized() function
39 C10_ALWAYS_INLINE Vectorized(vfloat32 v) : _vec0{v}, _vec1{v} {} in Vectorized() function
40 C10_ALWAYS_INLINE Vectorized(vbool32 vmask) : _vecb0{vmask}, _vecb1{vmask} {} in Vectorized() function
41 C10_ALWAYS_INLINE Vectorized(vfloat32 v1, vfloat32 v2) : _vec0{v1}, _vec1{v2} {} in Vectorized() function
42 C10_ALWAYS_INLINE Vectorized(vbool32 v1, vbool32 v2) : _vecb0{v1}, _vecb1{v2} {} in Vectorized() function
43 C10_ALWAYS_INLINE Vectorized(float scalar) in Vectorized() function
45 C10_ALWAYS_INLINE Vectorized( in Vectorized() function
H A Dvec256_complex_double_vsx.h36 Vectorized() {} in Vectorized() function
37 C10_ALWAYS_INLINE Vectorized(vfloat64 v) : _vec0{v}, _vec1{v} {} in Vectorized() function
38 C10_ALWAYS_INLINE Vectorized(vbool64 vmask) : _vecb0{vmask}, _vecb1{vmask} {} in Vectorized() function
39 C10_ALWAYS_INLINE Vectorized(vfloat64 v1, vfloat64 v2) : _vec0{v1}, _vec1{v2} {} in Vectorized() function
40 C10_ALWAYS_INLINE Vectorized(vbool64 v1, vbool64 v2) : _vecb0{v1}, _vecb1{v2} {} in Vectorized() function
42 Vectorized(ComplexDbl val) { in Vectorized() function
48 Vectorized(ComplexDbl val1, ComplexDbl val2) { in Vectorized() function
H A Dvec256_complex_float_vsx.h39 Vectorized() {} in Vectorized() function
41 C10_ALWAYS_INLINE Vectorized(vfloat32 v) : _vec0{v}, _vec1{v} {} in Vectorized() function
42 C10_ALWAYS_INLINE Vectorized(vbool32 vmask) : _vecb0{vmask}, _vecb1{vmask} {} in Vectorized() function
43 C10_ALWAYS_INLINE Vectorized(vfloat32 v1, vfloat32 v2) : _vec0{v1}, _vec1{v2} {} in Vectorized() function
44 C10_ALWAYS_INLINE Vectorized(vbool32 v1, vbool32 v2) : _vecb0{v1}, _vecb1{v2} {} in Vectorized() function
46 Vectorized(ComplexFlt val) { in Vectorized() function
53 Vectorized(ComplexFlt val1, ComplexFlt val2, ComplexFlt val3, ComplexFlt val4) { in Vectorized() function
/aosp_15_r20/external/executorch/kernels/optimized/vec/vec256/
H A Dvec256_int.h60 Vectorized() {} in Vectorized() function
61 Vectorized(int64_t v) { values = _mm256_set1_epi64x(v); } in Vectorized() function
62 Vectorized(int64_t val1, int64_t val2, int64_t val3, int64_t val4) { in Vectorized() function
182 Vectorized() {} in Vectorized() function
183 Vectorized(int32_t v) { values = _mm256_set1_epi32(v); } in Vectorized() function
184 Vectorized(int32_t val1, int32_t val2, int32_t val3, int32_t val4, in Vectorized() function
341 Vectorized() {} in Vectorized() function
342 Vectorized(int16_t v) { values = _mm256_set1_epi16(v); } in Vectorized() function
343 Vectorized(int16_t val1, int16_t val2, int16_t val3, int16_t val4, in Vectorized() function
H A Dvec256_double.h38 Vectorized() {} in Vectorized() function
39 Vectorized(__m256d v) : values(v) {} in Vectorized() function
40 Vectorized(double val) { in Vectorized() function
43 Vectorized(double val1, double val2, double val3, double val4) { in Vectorized() function
H A Dvec256_float.h37 Vectorized() {} in Vectorized() function
38 Vectorized(__m256 v) : values(v) {} in Vectorized() function
39 Vectorized(float val) { in Vectorized() function
42 Vectorized(float val1, float val2, float val3, float val4, in Vectorized() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/
H A Dvec256_int.h51 Vectorized() {} in Vectorized() function
52 Vectorized(int64_t v) { values = _mm256_set1_epi64x(v); } in Vectorized() function
53 Vectorized(int64_t val1, int64_t val2, int64_t val3, int64_t val4) { in Vectorized() function
172 Vectorized() {} in Vectorized() function
173 Vectorized(int32_t v) { values = _mm256_set1_epi32(v); } in Vectorized() function
174 Vectorized(int32_t val1, int32_t val2, int32_t val3, int32_t val4, in Vectorized() function
330 Vectorized() {} in Vectorized() function
331 Vectorized(int16_t v) { values = _mm256_set1_epi16(v); } in Vectorized() function
332 Vectorized(int16_t val1, int16_t val2, int16_t val3, int16_t val4, in Vectorized() function
H A Dvec256_complex_double.h31 Vectorized() {} in Vectorized() function
32 Vectorized(__m256d v) : values(v) {} in Vectorized() function
33 Vectorized(c10::complex<double> val) { in Vectorized() function
39 Vectorized(c10::complex<double> val1, c10::complex<double> val2) { in Vectorized() function
H A Dvec256_complex_float.h30 Vectorized() {} in Vectorized() function
31 Vectorized(__m256 v) : values(v) {} in Vectorized() function
32 Vectorized(c10::complex<float> val) { in Vectorized() function
41Vectorized(c10::complex<float> val1, c10::complex<float> val2, c10::complex<float> val3, c10::comp… in Vectorized() function
H A Dvec256_double.h30 Vectorized() {} in Vectorized() function
31 Vectorized(__m256d v) : values(v) {} in Vectorized() function
32 Vectorized(double val) { in Vectorized() function
35 Vectorized(double val1, double val2, double val3, double val4) { in Vectorized() function
H A Dvec256_float.h29 Vectorized() {} in Vectorized() function
30 Vectorized(__m256 v) : values(v) {} in Vectorized() function
31 Vectorized(float val) { in Vectorized() function
34 Vectorized(float val1, float val2, float val3, float val4, in Vectorized() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec512/
H A Dvec512_int.h52 Vectorized() {} in Vectorized() function
53 Vectorized(int64_t v) { values = _mm512_set1_epi64(v); } in Vectorized() function
54 Vectorized(int64_t val1, int64_t val2, int64_t val3, int64_t val4, in Vectorized() function
179 Vectorized() {} in Vectorized() function
180 Vectorized(int32_t v) { values = _mm512_set1_epi32(v); } in Vectorized() function
181 Vectorized(int32_t val1, int32_t val2, int32_t val3, int32_t val4, in Vectorized() function
363 Vectorized() {} in Vectorized() function
364 Vectorized(int16_t v) { values = _mm512_set1_epi16(v); } in Vectorized() function
365 Vectorized(int16_t val1, int16_t val2, int16_t val3, int16_t val4, in Vectorized() function
H A Dvec512_double.h33 Vectorized() {} in Vectorized() function
34 Vectorized(__m512d v) : values(v) {} in Vectorized() function
35 Vectorized(double val) { in Vectorized() function
38 Vectorized(double val1, double val2, double val3, double val4, in Vectorized() function
H A Dvec512_complex_double.h32 Vectorized() {} in Vectorized() function
33 Vectorized(__m512d v) : values(v) {} in Vectorized() function
34 Vectorized(c10::complex<double> val) { in Vectorized() function
40 Vectorized(c10::complex<double> val1, c10::complex<double> val2, in Vectorized() function
H A Dvec512_complex_float.h32 Vectorized() {} in Vectorized() function
33 Vectorized(__m512 v) : values(v) {} in Vectorized() function
34 Vectorized(c10::complex<float> val) { in Vectorized() function
46 Vectorized(c10::complex<float> val1, c10::complex<float> val2, in Vectorized() function
H A Dvec512_float.h31 Vectorized() {} in Vectorized() function
32 Vectorized(__m512 v) : values(v) {} in Vectorized() function
33 Vectorized(float val) { in Vectorized() function
36 Vectorized(float val1, float val2, float val3, float val4, in Vectorized() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp986 bool Vectorized = false; in vectorizeInstructions() local
1065 bool Vectorized = false; in vectorizeStoreChain() local
1093 bool Vectorized = false; in vectorizeStoreChain() local
1110 bool Vectorized = false; in vectorizeStoreChain() local
1230 bool Vectorized = false; in vectorizeLoadChain() local
1252 bool Vectorized = false; in vectorizeLoadChain() local
1269 bool Vectorized = false; in vectorizeLoadChain() local
/aosp_15_r20/external/eigen/Eigen/src/Core/
H A DAssignEvaluator.h109 Vectorized = int(Traversal) == InnerVectorizedTraversal enumerator
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp651 bool Vectorized = false; in vectorizeInstructions() local

12