Home
last modified time | relevance | path

Searched refs:SetType (Results 1 – 25 of 5166) sorted by relevance

12345678910>>...207

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86-shared/
H A DArchitecture-x86-shared.h54 using SetType = uint8_t; variable
65 using SetType = uint16_t; variable
205 using SetType = uint32_t; variable
210 using SetType = uint64_t; variable
219 static const SetType SpreadSingle = SetType(1)
221 static const SetType SpreadDouble = SetType(1)
223 static const SetType SpreadSimd128 = SetType(1)
267 using SetType = Codes::SetType; member
413 static SetType LiveAsIndexableSet(SetType s) { in LiveAsIndexableSet()
414 return SetType(0); in LiveAsIndexableSet()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/x86-shared/
H A DArchitecture-x86-shared.h55 using SetType = uint8_t; variable
66 using SetType = uint16_t; variable
206 using SetType = uint32_t; variable
211 using SetType = uint64_t; variable
220 static const SetType SpreadSingle = SetType(1)
222 static const SetType SpreadDouble = SetType(1)
224 static const SetType SpreadSimd128 = SetType(1)
272 using SetType = Codes::SetType; member
418 static SetType LiveAsIndexableSet(SetType s) { in LiveAsIndexableSet()
419 return SetType(0); in LiveAsIndexableSet()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86-shared/
H A DArchitecture-x86-shared.h78 typedef uint8_t SetType; typedef
89 typedef uint16_t SetType; typedef
219 typedef uint32_t SetType; typedef
224 typedef uint64_t SetType; typedef
233 static const SetType SpreadSingle = SetType(1)
235 static const SetType SpreadDouble = SetType(1)
237 static const SetType SpreadSimd128 = SetType(1)
281 typedef Codes::SetType SetType; typedef
425 static SetType LiveAsIndexableSet(SetType s) { in LiveAsIndexableSet()
426 return SetType(0); in LiveAsIndexableSet()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86-shared/
H A DArchitecture-x86-shared.h54 using SetType = uint8_t; variable
65 using SetType = uint16_t; variable
205 using SetType = uint32_t; variable
210 using SetType = uint64_t; variable
219 static const SetType SpreadSingle = SetType(1)
221 static const SetType SpreadDouble = SetType(1)
223 static const SetType SpreadSimd128 = SetType(1)
267 using SetType = Codes::SetType; member
413 static SetType LiveAsIndexableSet(SetType s) { in LiveAsIndexableSet()
414 return SetType(0); in LiveAsIndexableSet()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86-shared/
H A DArchitecture-x86-shared.h69 using SetType = uint8_t; variable
80 using SetType = uint16_t; variable
220 using SetType = uint32_t; variable
225 using SetType = uint64_t; variable
234 static const SetType SpreadSingle = SetType(1)
236 static const SetType SpreadDouble = SetType(1)
238 static const SetType SpreadSimd128 = SetType(1)
282 using SetType = Codes::SetType; member
428 static SetType LiveAsIndexableSet(SetType s) { in LiveAsIndexableSet()
429 return SetType(0); in LiveAsIndexableSet()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86-shared/
H A DArchitecture-x86-shared.h75 typedef uint8_t SetType;
86 typedef uint16_t SetType;
147 static const SetType JSCallMask =
152 static const SetType CallMask =
185 static const SetType CallMask =
238 typedef uint32_t SetType;
244 typedef uint64_t SetType;
254 static const SetType SpreadSingle = SetType(1) << (uint32_t(Single) * TotalPhys);
255 static const SetType SpreadDouble = SetType(1) << (uint32_t(Double) * TotalPhys);
256 static const SetType SpreadSimd128 = SetType(1) << (uint32_t(Simd128) * TotalPhys);
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x86-shared/
H A DArchitecture-x86-shared.h65 typedef uint8_t SetType; typedef
76 typedef uint16_t SetType; typedef
137 static const SetType JSCallMask =
142 static const SetType CallMask =
175 static const SetType CallMask =
228 typedef uint32_t SetType; typedef
234 typedef uint64_t SetType; typedef
244 static const SetType SpreadSingle = SetType(1) << (uint32_t(Single) * TotalPhys);
245 static const SetType SpreadDouble = SetType(1) << (uint32_t(Double) * TotalPhys);
246 static const SetType SpreadSimd128 = SetType(1) << (uint32_t(Simd128) * TotalPhys);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/none/
H A DArchitecture-none.h41 typedef uint8_t SetType; typedef
54 static const SetType AllMask = 0;
55 static const SetType ArgRegMask = 0;
61 static const SetType CallMask = 0;
75 typedef uint32_t SetType; typedef
84 static const SetType AllMask = 0;
100 typedef Codes::SetType SetType; typedef
132 static SetType LiveAsIndexableSet(SetType s) { in LiveAsIndexableSet()
133 return SetType(0); in LiveAsIndexableSet()
137 static SetType AllocatableAsIndexableSet(SetType s) { in AllocatableAsIndexableSet()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/none/
H A DArchitecture-none.h41 typedef uint8_t SetType; typedef
54 static const SetType AllMask = 0;
55 static const SetType ArgRegMask = 0;
61 static const SetType CallMask = 0;
75 typedef uint32_t SetType; typedef
84 static const SetType AllMask = 0;
100 typedef Codes::SetType SetType; typedef
132 static SetType LiveAsIndexableSet(SetType s) { in LiveAsIndexableSet()
133 return SetType(0); in LiveAsIndexableSet()
137 static SetType AllocatableAsIndexableSet(SetType s) { in AllocatableAsIndexableSet()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/none/
H A DArchitecture-none.h42 typedef uint8_t SetType; typedef
55 static const SetType AllMask = 0;
56 static const SetType ArgRegMask = 0;
62 static const SetType CallMask = 0;
76 typedef uint32_t SetType; typedef
85 static const SetType AllMask = 0;
101 typedef Codes::SetType SetType; typedef
132 static SetType LiveAsIndexableSet(SetType s) { in LiveAsIndexableSet()
133 return SetType(0); in LiveAsIndexableSet()
137 static SetType AllocatableAsIndexableSet(SetType s) { in AllocatableAsIndexableSet()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/none/
H A DArchitecture-none.h41 typedef uint8_t SetType; typedef
54 static const SetType AllMask = 0;
55 static const SetType ArgRegMask = 0;
61 static const SetType CallMask = 0;
75 typedef uint32_t SetType; typedef
84 static const SetType AllMask = 0;
100 typedef Codes::SetType SetType; typedef
132 static SetType LiveAsIndexableSet(SetType s) { in LiveAsIndexableSet()
133 return SetType(0); in LiveAsIndexableSet()
137 static SetType AllocatableAsIndexableSet(SetType s) { in AllocatableAsIndexableSet()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/none/
H A DArchitecture-none.h37 typedef uint8_t SetType; typedef
50 static const SetType AllMask = 0;
51 static const SetType ArgRegMask = 0;
57 static const SetType CallMask = 0;
71 typedef uint32_t SetType; typedef
80 static const SetType AllMask = 0;
96 typedef Codes::SetType SetType; typedef
128 static SetType LiveAsIndexableSet(SetType s) { in LiveAsIndexableSet()
129 return SetType(0); in LiveAsIndexableSet()
133 static SetType AllocatableAsIndexableSet(SetType s) { in AllocatableAsIndexableSet()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/ADT/
H A DPostOrderIterator.h29 SetType Visited;
32 template<class SetType>
37 SetType &Visited;
82 inline po_iterator(SetType &S) : in po_iterator()
139 template<class T, class SetType>
140 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
144 template<class T, class SetType>
145 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
178 template <class T, class SetType>
179 ipo_ext_iterator<T, SetType> ipo_ext_begin(T G, SetType &S) { in ipo_ext_begin()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jit/loong64/
H A DArchitecture-loong64.h120 typedef uint32_t SetType; typedef
250 typedef uint64_t SetType; typedef
282 static const SetType SpreadSingle = SetType(1)
284 static const SetType SpreadDouble = SetType(1)
288 static const SetType AllPhysMask = ((SetType(1) << TotalPhys) - 1);
292 static const SetType NoneMask = SetType(0);
354 typedef Codes::SetType SetType; typedef
479 static SetType LiveAsIndexableSet(SetType s) { in LiveAsIndexableSet()
480 return SetType(0); in LiveAsIndexableSet()
484 static SetType AllocatableAsIndexableSet(SetType s) { in AllocatableAsIndexableSet()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DPostOrderIterator.h59 SetType Visited;
73 template<class SetType>
75 SetType &Visited;
93 class SetType =
123 po_iterator(SetType &S) in po_iterator()
197 template<class T, class SetType>
198 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
203 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
208 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
245 ipo_ext_iterator<T, SetType> ipo_ext_begin(const T &G, SetType &S) { in ipo_ext_begin()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DPostOrderIterator.h59 SetType Visited;
73 template<class SetType>
75 SetType &Visited;
127 po_iterator(SetType &S) in po_iterator()
199 template<class T, class SetType>
200 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
204 template<class T, class SetType>
205 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
210 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
247 ipo_ext_iterator<T, SetType> ipo_ext_begin(const T &G, SetType &S) { in ipo_ext_begin()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DPostOrderIterator.h59 SetType Visited;
73 template<class SetType>
75 SetType &Visited;
93 class SetType =
123 po_iterator(SetType &S) in po_iterator()
197 template<class T, class SetType>
198 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
203 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
208 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
245 ipo_ext_iterator<T, SetType> ipo_ext_begin(const T &G, SetType &S) { in ipo_ext_begin()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A DPostOrderIterator.h58 SetType Visited;
72 template<class SetType>
74 SetType &Visited;
92 class SetType =
122 po_iterator(SetType &S) in po_iterator()
196 template<class T, class SetType>
197 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
202 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
207 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
244 ipo_ext_iterator<T, SetType> ipo_ext_begin(const T &G, SetType &S) { in ipo_ext_begin()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DPostOrderIterator.h59 SetType Visited;
73 template<class SetType>
75 SetType &Visited;
127 po_iterator(SetType &S) in po_iterator()
199 template<class T, class SetType>
200 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
204 template<class T, class SetType>
205 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
210 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
247 ipo_ext_iterator<T, SetType> ipo_ext_begin(const T &G, SetType &S) { in ipo_ext_begin()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DPostOrderIterator.h59 SetType Visited;
73 template<class SetType>
75 SetType &Visited;
93 class SetType =
123 po_iterator(SetType &S) in po_iterator()
197 template<class T, class SetType>
198 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
203 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
208 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
245 ipo_ext_iterator<T, SetType> ipo_ext_begin(const T &G, SetType &S) { in ipo_ext_begin()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A DPostOrderIterator.h59 SetType Visited;
73 template<class SetType>
75 SetType &Visited;
93 class SetType =
123 po_iterator(SetType &S) in po_iterator()
197 template<class T, class SetType>
198 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
203 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
208 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
245 ipo_ext_iterator<T, SetType> ipo_ext_begin(const T &G, SetType &S) { in ipo_ext_begin()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPostOrderIterator.h58 SetType Visited;
72 template<class SetType>
74 SetType &Visited;
92 class SetType =
122 po_iterator(SetType &S) in po_iterator()
196 template<class T, class SetType>
197 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
202 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
207 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
244 ipo_ext_iterator<T, SetType> ipo_ext_begin(const T &G, SetType &S) { in ipo_ext_begin()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DPostOrderIterator.h59 SetType Visited;
73 template<class SetType>
75 SetType &Visited;
127 po_iterator(SetType &S) in po_iterator()
199 template<class T, class SetType>
200 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
204 template<class T, class SetType>
205 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
210 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
247 ipo_ext_iterator<T, SetType> ipo_ext_begin(const T &G, SetType &S) { in ipo_ext_begin()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DPostOrderIterator.h59 SetType Visited;
73 template<class SetType>
75 SetType &Visited;
127 po_iterator(SetType &S) in po_iterator()
199 template<class T, class SetType>
200 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
204 template<class T, class SetType>
205 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
210 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
247 ipo_ext_iterator<T, SetType> ipo_ext_begin(const T &G, SetType &S) { in ipo_ext_begin()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DPostOrderIterator.h59 SetType Visited;
73 template<class SetType>
75 SetType &Visited;
127 po_iterator(SetType &S) in po_iterator()
199 template<class T, class SetType>
200 po_ext_iterator<T, SetType> po_ext_begin(T G, SetType &S) { in po_ext_begin()
204 template<class T, class SetType>
205 po_ext_iterator<T, SetType> po_ext_end(T G, SetType &S) { in po_ext_end()
210 iterator_range<po_ext_iterator<T, SetType>> post_order_ext(const T &G, SetType &S) { in post_order_ext()
247 ipo_ext_iterator<T, SetType> ipo_ext_begin(const T &G, SetType &S) { in ipo_ext_begin()
[all …]

12345678910>>...207