Home
last modified time | relevance | path

Searched refs:IndexN (Results 1 – 7 of 7) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp198 template<class F, class... ParamN, int... IndexN>
199 auto apply(std::tuple<ParamN...> p, values<int, IndexN...>, F&& f) in apply() argument
200 -> decltype(f(std::forward<ParamN>(std::get<IndexN>(p))...)) { in apply()
201 return f(std::forward<ParamN>(std::get<IndexN>(p))...); in apply()
204 template<class F_inner, class F_outer, class... ParamN, int... IndexN>
205 auto apply_to_each(std::tuple<ParamN...>& p, values<int, IndexN...>, F_inner& f_inner, F_outer& f_o… in apply_to_each() argument
206 -> decltype(f_outer(std::move(f_inner(std::get<IndexN>(p)))...)) { in apply_to_each()
207 return f_outer(std::move(f_inner(std::get<IndexN>(p)))...); in apply_to_each()
210 template<class F_inner, class F_outer, class... ParamN, int... IndexN>
211 auto apply_to_each(std::tuple<ParamN...>& p, values<int, IndexN...>, const F_inner& f_inner, const … in apply_to_each() argument
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-with_latest_from.hpp194 template<class State, int... IndexN>
195 void subscribe_all(std::shared_ptr<State> state, rxu::values<int, IndexN...>) const { in subscribe_all()
196 bool subscribed[] = {(subscribe_one<(sizeof...(IndexN)) - 1 - IndexN>(state), true)...}; in subscribe_all()
Drx-combine_latest.hpp194 template<class State, int... IndexN>
195 void subscribe_all(std::shared_ptr<State> state, rxu::values<int, IndexN...>) const { in subscribe_all()
196 bool subscribed[] = {(subscribe_one<IndexN>(state), true)...}; in subscribe_all()
Drx-zip.hpp226 template<class State, int... IndexN>
227 void subscribe_all(std::shared_ptr<State> state, rxu::values<int, IndexN...>) const { in subscribe_all()
228 bool subscribed[] = {(subscribe_one<IndexN>(state), true)...}; in subscribe_all()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4829 if (auto *IndexN = dyn_cast<ConstantSDNode>(Op.getOperand(1))) { in combineTruncateExtract() local
4839 unsigned NewIndex = (IndexN->getZExtValue() + 1) * Scale - 1; in combineTruncateExtract()
4970 if (auto *IndexN = dyn_cast<ConstantSDNode>(N->getOperand(1))) { in combineEXTRACT_VECTOR_ELT() local
4974 IndexN->getZExtValue(), DCI, false); in combineEXTRACT_VECTOR_ELT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5561 if (auto *IndexN = dyn_cast<ConstantSDNode>(Op.getOperand(1))) { in combineTruncateExtract() local
5571 unsigned NewIndex = (IndexN->getZExtValue() + 1) * Scale - 1; in combineTruncateExtract()
5895 if (auto *IndexN = dyn_cast<ConstantSDNode>(N->getOperand(1))) { in combineEXTRACT_VECTOR_ELT() local
5899 IndexN->getZExtValue(), DCI, false); in combineEXTRACT_VECTOR_ELT()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5817 if (auto *IndexN = dyn_cast<ConstantSDNode>(Op.getOperand(1))) { in combineTruncateExtract() local
5827 unsigned NewIndex = (IndexN->getZExtValue() + 1) * Scale - 1; in combineTruncateExtract()
6151 if (auto *IndexN = dyn_cast<ConstantSDNode>(N->getOperand(1))) { in combineEXTRACT_VECTOR_ELT() local
6155 IndexN->getZExtValue(), DCI, false); in combineEXTRACT_VECTOR_ELT()