Home
last modified time | relevance | path

Searched refs:Predicate (Results 1 – 25 of 6192) sorted by relevance

12345678910>>...248

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/ARM/
H A DARMPredicates.td9 def HasV4T : Predicate<"Subtarget->hasV4TOps()">,
11 def NoV4T : Predicate<"!Subtarget->hasV4TOps()">;
12 def HasV5T : Predicate<"Subtarget->hasV5TOps()">,
14 def NoV5T : Predicate<"!Subtarget->hasV5TOps()">;
15 def HasV5TE : Predicate<"Subtarget->hasV5TEOps()">,
17 def HasV6 : Predicate<"Subtarget->hasV6Ops()">,
19 def NoV6 : Predicate<"!Subtarget->hasV6Ops()">;
20 def HasV6M : Predicate<"Subtarget->hasV6MOps()">,
118 def HasV7Clrex : Predicate<"Subtarget->hasV7Clrex()">,
127 def HasVirtualization: Predicate<"false">,
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/ARM/
H A DARMPredicates.td9 def HasV4T : Predicate<"Subtarget->hasV4TOps()">,
11 def NoV4T : Predicate<"!Subtarget->hasV4TOps()">;
12 def HasV5T : Predicate<"Subtarget->hasV5TOps()">,
14 def NoV5T : Predicate<"!Subtarget->hasV5TOps()">;
15 def HasV5TE : Predicate<"Subtarget->hasV5TEOps()">,
17 def HasV6 : Predicate<"Subtarget->hasV6Ops()">,
19 def NoV6 : Predicate<"!Subtarget->hasV6Ops()">;
20 def HasV6M : Predicate<"Subtarget->hasV6MOps()">,
118 def HasV7Clrex : Predicate<"Subtarget->hasV7Clrex()">,
127 def HasVirtualization: Predicate<"false">,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMPredicates.td9 def HasV4T : Predicate<"Subtarget->hasV4TOps()">,
11 def NoV4T : Predicate<"!Subtarget->hasV4TOps()">;
12 def HasV5T : Predicate<"Subtarget->hasV5TOps()">,
14 def NoV5T : Predicate<"!Subtarget->hasV5TOps()">;
15 def HasV5TE : Predicate<"Subtarget->hasV5TEOps()">,
17 def HasV6 : Predicate<"Subtarget->hasV6Ops()">,
19 def NoV6 : Predicate<"!Subtarget->hasV6Ops()">;
20 def HasV6M : Predicate<"Subtarget->hasV6MOps()">,
118 def HasV7Clrex : Predicate<"Subtarget->hasV7Clrex()">,
127 def HasVirtualization: Predicate<"false">,
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/ARM/
H A DARMPredicates.td9 def HasV4T : Predicate<"Subtarget->hasV4TOps()">,
11 def NoV4T : Predicate<"!Subtarget->hasV4TOps()">;
12 def HasV5T : Predicate<"Subtarget->hasV5TOps()">,
14 def NoV5T : Predicate<"!Subtarget->hasV5TOps()">;
15 def HasV5TE : Predicate<"Subtarget->hasV5TEOps()">,
17 def HasV6 : Predicate<"Subtarget->hasV6Ops()">,
19 def NoV6 : Predicate<"!Subtarget->hasV6Ops()">;
20 def HasV6M : Predicate<"Subtarget->hasV6MOps()">,
118 def HasV7Clrex : Predicate<"Subtarget->hasV7Clrex()">,
127 def HasVirtualization: Predicate<"false">,
[all …]
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/rttr/detail/impl/
H A Darray_range_impl.h41 template<typename T, typename Predicate>
42 RTTR_INLINE array_range<T, Predicate>::array_range(const T* begin, size_type size, const Predicate&… in array_range()
51 template<typename T, typename Predicate>
61 RTTR_INLINE typename array_range<T, Predicate>::const_iterator array_range<T, Predicate>::begin() in begin()
82 RTTR_INLINE typename array_range<T, Predicate>::const_iterator array_range<T, Predicate>::end() in end()
90 RTTR_INLINE typename array_range<T, Predicate>::const_iterator array_range<T, Predicate>::begin() c… in begin()
111 RTTR_INLINE typename array_range<T, Predicate>::const_iterator array_range<T, Predicate>::end() con… in end()
119 RTTR_INLINE typename array_range<T, Predicate>::const_iterator array_range<T, Predicate>::cbegin() … in cbegin()
140 RTTR_INLINE typename array_range<T, Predicate>::const_iterator array_range<T, Predicate>::cend() co… in cend()
148 RTTR_INLINE typename array_range<T, Predicate>::const_reverse_iterator array_range<T, Predicate>::r… in rbegin()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMPredicates.td9 def HasV4T : Predicate<"Subtarget->hasV4TOps()">,
11 def NoV4T : Predicate<"!Subtarget->hasV4TOps()">;
12 def HasV5T : Predicate<"Subtarget->hasV5TOps()">,
14 def NoV5T : Predicate<"!Subtarget->hasV5TOps()">;
15 def HasV5TE : Predicate<"Subtarget->hasV5TEOps()">,
17 def HasV6 : Predicate<"Subtarget->hasV6Ops()">,
19 def NoV6 : Predicate<"!Subtarget->hasV6Ops()">;
20 def HasV6M : Predicate<"Subtarget->hasV6MOps()">,
132 def HasV7Clrex : Predicate<"Subtarget->hasV7Clrex()">,
141 def HasVirtualization: Predicate<"false">,
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/ARM/
H A DARMPredicates.td9 def HasV4T : Predicate<"Subtarget->hasV4TOps()">,
11 def NoV4T : Predicate<"!Subtarget->hasV4TOps()">;
12 def HasV5T : Predicate<"Subtarget->hasV5TOps()">,
14 def NoV5T : Predicate<"!Subtarget->hasV5TOps()">;
15 def HasV5TE : Predicate<"Subtarget->hasV5TEOps()">,
17 def HasV6 : Predicate<"Subtarget->hasV6Ops()">,
19 def NoV6 : Predicate<"!Subtarget->hasV6Ops()">;
20 def HasV6M : Predicate<"Subtarget->hasV6MOps()">,
132 def HasV7Clrex : Predicate<"Subtarget->hasV7Clrex()">,
141 def HasVirtualization: Predicate<"false">,
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DARMPredicates.td9 def HasV4T : Predicate<"Subtarget->hasV4TOps()">,
11 def NoV4T : Predicate<"!Subtarget->hasV4TOps()">;
12 def HasV5T : Predicate<"Subtarget->hasV5TOps()">,
14 def NoV5T : Predicate<"!Subtarget->hasV5TOps()">;
15 def HasV5TE : Predicate<"Subtarget->hasV5TEOps()">,
17 def HasV6 : Predicate<"Subtarget->hasV6Ops()">,
19 def NoV6 : Predicate<"!Subtarget->hasV6Ops()">;
20 def HasV6M : Predicate<"Subtarget->hasV6MOps()">,
132 def HasV7Clrex : Predicate<"Subtarget->hasV7Clrex()">,
141 def HasVirtualization: Predicate<"false">,
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/ARM/
H A DARMPredicates.td9 def HasV4T : Predicate<"Subtarget->hasV4TOps()">,
11 def NoV4T : Predicate<"!Subtarget->hasV4TOps()">;
12 def HasV5T : Predicate<"Subtarget->hasV5TOps()">,
14 def NoV5T : Predicate<"!Subtarget->hasV5TOps()">;
15 def HasV5TE : Predicate<"Subtarget->hasV5TEOps()">,
17 def HasV6 : Predicate<"Subtarget->hasV6Ops()">,
19 def NoV6 : Predicate<"!Subtarget->hasV6Ops()">;
20 def HasV6M : Predicate<"Subtarget->hasV6MOps()">,
132 def HasV7Clrex : Predicate<"Subtarget->hasV7Clrex()">,
141 def HasVirtualization: Predicate<"false">,
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/ARM/
H A DARMPredicates.td9 def HasV4T : Predicate<"Subtarget->hasV4TOps()">,
11 def NoV4T : Predicate<"!Subtarget->hasV4TOps()">;
12 def HasV5T : Predicate<"Subtarget->hasV5TOps()">,
14 def NoV5T : Predicate<"!Subtarget->hasV5TOps()">;
15 def HasV5TE : Predicate<"Subtarget->hasV5TEOps()">,
17 def HasV6 : Predicate<"Subtarget->hasV6Ops()">,
19 def NoV6 : Predicate<"!Subtarget->hasV6Ops()">;
20 def HasV6M : Predicate<"Subtarget->hasV6MOps()">,
132 def HasV7Clrex : Predicate<"Subtarget->hasV7Clrex()">,
141 def HasVirtualization: Predicate<"false">,
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMPredicates.td9 def HasV4T : Predicate<"Subtarget->hasV4TOps()">,
11 def NoV4T : Predicate<"!Subtarget->hasV4TOps()">;
12 def HasV5T : Predicate<"Subtarget->hasV5TOps()">,
14 def NoV5T : Predicate<"!Subtarget->hasV5TOps()">;
15 def HasV5TE : Predicate<"Subtarget->hasV5TEOps()">,
17 def HasV6 : Predicate<"Subtarget->hasV6Ops()">,
19 def NoV6 : Predicate<"!Subtarget->hasV6Ops()">;
20 def HasV6M : Predicate<"Subtarget->hasV6MOps()">,
132 def HasV7Clrex : Predicate<"Subtarget->hasV7Clrex()">,
141 def HasVirtualization: Predicate<"false">,
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DARMPredicates.td9 def HasV4T : Predicate<"Subtarget->hasV4TOps()">,
11 def NoV4T : Predicate<"!Subtarget->hasV4TOps()">;
12 def HasV5T : Predicate<"Subtarget->hasV5TOps()">,
14 def NoV5T : Predicate<"!Subtarget->hasV5TOps()">;
15 def HasV5TE : Predicate<"Subtarget->hasV5TEOps()">,
17 def HasV6 : Predicate<"Subtarget->hasV6Ops()">,
19 def NoV6 : Predicate<"!Subtarget->hasV6Ops()">;
20 def HasV6M : Predicate<"Subtarget->hasV6MOps()">,
132 def HasV7Clrex : Predicate<"Subtarget->hasV7Clrex()">,
141 def HasVirtualization: Predicate<"false">,
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMPredicates.td9 def HasV4T : Predicate<"Subtarget->hasV4TOps()">,
11 def NoV4T : Predicate<"!Subtarget->hasV4TOps()">;
12 def HasV5T : Predicate<"Subtarget->hasV5TOps()">,
14 def NoV5T : Predicate<"!Subtarget->hasV5TOps()">;
15 def HasV5TE : Predicate<"Subtarget->hasV5TEOps()">,
17 def HasV6 : Predicate<"Subtarget->hasV6Ops()">,
19 def NoV6 : Predicate<"!Subtarget->hasV6Ops()">;
20 def HasV6M : Predicate<"Subtarget->hasV6MOps()">,
132 def HasV7Clrex : Predicate<"Subtarget->hasV7Clrex()">,
141 def HasVirtualization: Predicate<"false">,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/ARM/
H A DARMPredicates.td9 def HasV4T : Predicate<"Subtarget->hasV4TOps()">,
11 def NoV4T : Predicate<"!Subtarget->hasV4TOps()">;
12 def HasV5T : Predicate<"Subtarget->hasV5TOps()">,
14 def NoV5T : Predicate<"!Subtarget->hasV5TOps()">;
15 def HasV5TE : Predicate<"Subtarget->hasV5TEOps()">,
17 def HasV6 : Predicate<"Subtarget->hasV6Ops()">,
19 def NoV6 : Predicate<"!Subtarget->hasV6Ops()">;
20 def HasV6M : Predicate<"Subtarget->hasV6MOps()">,
130 def HasV7Clrex : Predicate<"Subtarget->hasV7Clrex()">,
139 def HasVirtualization: Predicate<"false">,
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/ARM/
H A DARMPredicates.td9 def HasV4T : Predicate<"Subtarget->hasV4TOps()">,
11 def NoV4T : Predicate<"!Subtarget->hasV4TOps()">;
12 def HasV5T : Predicate<"Subtarget->hasV5TOps()">,
14 def NoV5T : Predicate<"!Subtarget->hasV5TOps()">;
15 def HasV5TE : Predicate<"Subtarget->hasV5TEOps()">,
17 def HasV6 : Predicate<"Subtarget->hasV6Ops()">,
19 def NoV6 : Predicate<"!Subtarget->hasV6Ops()">;
20 def HasV6M : Predicate<"Subtarget->hasV6MOps()">,
130 def HasV7Clrex : Predicate<"Subtarget->hasV7Clrex()">,
139 def HasVirtualization: Predicate<"false">,
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/ARM/
H A DARMPredicates.td9 def HasV4T : Predicate<"Subtarget->hasV4TOps()">,
11 def NoV4T : Predicate<"!Subtarget->hasV4TOps()">;
12 def HasV5T : Predicate<"Subtarget->hasV5TOps()">,
14 def NoV5T : Predicate<"!Subtarget->hasV5TOps()">;
15 def HasV5TE : Predicate<"Subtarget->hasV5TEOps()">,
17 def HasV6 : Predicate<"Subtarget->hasV6Ops()">,
19 def NoV6 : Predicate<"!Subtarget->hasV6Ops()">;
20 def HasV6M : Predicate<"Subtarget->hasV6MOps()">,
130 def HasV7Clrex : Predicate<"Subtarget->hasV7Clrex()">,
139 def HasVirtualization: Predicate<"false">,
[all …]
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/
H A DPredicateUtils.java261 public static Predicate andPredicate(Predicate predicate1, Predicate predicate2) { in andPredicate()
277 public static Predicate allPredicate(Predicate[] predicates) { in allPredicate()
308 public static Predicate orPredicate(Predicate predicate1, Predicate predicate2) { in orPredicate()
324 public static Predicate anyPredicate(Predicate[] predicates) { in anyPredicate()
355 public static Predicate eitherPredicate(Predicate predicate1, Predicate predicate2) { in eitherPredicate()
371 public static Predicate onePredicate(Predicate[] predicates) { in onePredicate()
402 public static Predicate neitherPredicate(Predicate predicate1, Predicate predicate2) { in neitherPredicate()
418 public static Predicate nonePredicate(Predicate[] predicates) { in nonePredicate()
448 public static Predicate notPredicate(Predicate predicate) { in notPredicate()
499 public static Predicate nullIsFalsePredicate(Predicate predicate){ in nullIsFalsePredicate()
[all …]
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/
H A Dpredicate.cpp52 Solid::Predicate::Predicate() in Predicate() function in Solid::Predicate
57 Solid::Predicate::Predicate(const Predicate &other) in Predicate() function in Solid::Predicate
75 Solid::Predicate::Predicate(const QString &ifaceName, in Predicate() function in Solid::Predicate
100 Solid::Predicate::Predicate(const QString &ifaceName) in Predicate() function in Solid::Predicate
113 Solid::Predicate::~Predicate() in ~Predicate()
123 Solid::Predicate &Solid::Predicate::operator=(const Predicate &other) in operator =()
148 Solid::Predicate Solid::Predicate::operator &(const Predicate &other) in operator &()
160 Solid::Predicate &Solid::Predicate::operator &=(const Predicate &other) in operator &=()
166 Solid::Predicate Solid::Predicate::operator|(const Predicate &other) in operator |()
178 Solid::Predicate &Solid::Predicate::operator |=(const Predicate &other) in operator |=()
[all …]
H A Dpredicate.h45 class SOLID_EXPORT Predicate
69 Predicate();
76 Predicate(const Predicate &other);
121 ~Predicate();
130 Predicate &operator=(const Predicate &other);
139 Predicate operator &(const Predicate &other);
147 Predicate &operator &=(const Predicate &other);
155 Predicate operator|(const Predicate &other);
163 Predicate &operator|=(const Predicate &other);
256 Predicate firstOperand() const;
[all …]
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/frontend/
H A Dpredicate.cpp40 Solid::Predicate::Predicate() in Predicate() function in Solid::Predicate
45 Solid::Predicate::Predicate(const Predicate &other) in Predicate() function in Solid::Predicate
83 Solid::Predicate::Predicate(const QString &ifaceName) in Predicate() function in Solid::Predicate
95 Solid::Predicate::~Predicate() in ~Predicate()
105 Solid::Predicate &Solid::Predicate::operator=(const Predicate &other) in operator =()
127 Solid::Predicate Solid::Predicate::operator&(const Predicate &other) in operator &()
139 Solid::Predicate &Solid::Predicate::operator&=(const Predicate &other) in operator &=()
145 Solid::Predicate Solid::Predicate::operator|(const Predicate &other) in operator |()
157 Solid::Predicate &Solid::Predicate::operator|=(const Predicate &other) in operator |=()
308 Solid::Predicate::Type Solid::Predicate::type() const in type()
[all …]
H A Dpredicate.h64 class SOLID_EXPORT Predicate
88 Predicate();
95 Predicate(const Predicate &other);
136 ~Predicate();
144 Predicate &operator=(const Predicate &other);
152 Predicate operator&(const Predicate &other);
160 Predicate &operator&=(const Predicate &other);
168 Predicate operator|(const Predicate &other);
176 Predicate &operator|=(const Predicate &other);
269 Predicate firstOperand() const;
[all …]
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/solid_actions/
H A DPredicateItem.cpp43 if (itemType == Solid::Predicate::Disjunction || itemType == Solid::Predicate::Conjunction) { in PredicateItem()
76 Solid::Predicate item; in predicate()
97 case Solid::Predicate::Equals: in predicate()
100 case Solid::Predicate::Mask: in predicate()
101 item = Solid::Predicate(ifaceType, property, value, Solid::Predicate::Mask); in predicate()
133 case Solid::Predicate::Equals: in prettyName()
136 case Solid::Predicate::Mask: in prettyName()
151 Solid::Predicate::Type iType = Solid::Predicate::InterfaceCheck; in setTypeByInt()
174 case Solid::Predicate::Equals: in setComparisonByInt()
177 case Solid::Predicate::Mask: in setComparisonByInt()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/compute/functional/
H A Dlogical.hpp31 Predicate pred() const in pred()
42 Predicate m_pred;
61 Predicate pred() const in pred()
77 Predicate m_pred;
114 template<class Predicate>
135 Predicate m_pred;
141 template<class Predicate>
163 Predicate m_pred;
171 template<class Predicate>
172 inline unary_negate<Predicate> not1(const Predicate &predicate) in not1()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/functional/
H A Dlogical.hpp31 Predicate pred() const in pred()
42 Predicate m_pred;
61 Predicate pred() const in pred()
77 Predicate m_pred;
114 template<class Predicate>
135 Predicate m_pred;
141 template<class Predicate>
163 Predicate m_pred;
171 template<class Predicate>
172 inline unary_negate<Predicate> not1(const Predicate &predicate) in not1()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/functional/
H A Dlogical.hpp31 Predicate pred() const in pred()
42 Predicate m_pred;
61 Predicate pred() const in pred()
77 Predicate m_pred;
114 template<class Predicate>
135 Predicate m_pred;
141 template<class Predicate>
163 Predicate m_pred;
171 template<class Predicate>
172 inline unary_negate<Predicate> not1(const Predicate &predicate) in not1()
[all …]

12345678910>>...248