Home
last modified time | relevance | path

Searched refs:is_one_of (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dbase_ops_test.h113 llvm::is_one_of<T, Eigen::half, float, double>::value,
122 std::enable_if_t<llvm::is_one_of<T, int8, int16, int32, int64>::value,
140 llvm::is_one_of<T, Eigen::half, float, double>::value,
149 llvm::is_one_of<T, Eigen::half, float, double>::value,
157 llvm::is_one_of<T, Eigen::half, float, double>::value,
165 llvm::is_one_of<T, Eigen::half, float, double>::value,
173 std::enable_if_t<llvm::is_one_of<T, int8, int16, int32, int64>::value,
181 llvm::is_one_of<T, Eigen::half, float, double>::value,
190 std::enable_if_t<llvm::is_one_of<T, int8, int16, int32, int64>::value,
202 std::enable_if_t<llvm::is_one_of<T, int8, int16, int32, int64>::value,
[all …]
Dgpu_binary_ops_test.cc430 llvm::is_one_of<T, Eigen::half, float, double>::value,
437 std::enable_if_t<llvm::is_one_of<T, int8, int16, int32, int64>::value,
/external/libbrillo/brillo/
Dtype_list.h18 struct is_one_of { struct
23 struct is_one_of<T, TypeList<Head, Tail...>> { argument
25 std::is_same<T, Head>::value || is_one_of<T, TypeList<Tail...>>::value;
49 std::enable_if_t<type_list::is_one_of<T, Types>::value>;
56 type_list::is_one_of<T, Types>::value,
64 type_list::is_one_of<T, Types>::value,
/external/grpc-grpc/src/core/lib/gprpp/
Dmanual_constructor.h43 class is_one_of; variable
46 class is_one_of<Member, Member, List...> {
52 class is_one_of<Member, A, List...> {
54 static constexpr const bool value = is_one_of<Member, List...>::value;
58 class is_one_of<Member> {
157 manual_ctor_impl::is_one_of<DerivedType, DerivedTypes...>::value, in FinishInit()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dmanual_constructor.h43 class is_one_of; variable
46 class is_one_of<Member, Member, List...> {
52 class is_one_of<Member, A, List...> {
54 static constexpr const bool value = is_one_of<Member, List...>::value;
58 class is_one_of<Member> {
157 manual_ctor_impl::is_one_of<DerivedType, DerivedTypes...>::value, in FinishInit()
/external/llvm-project/mlir/include/mlir/IR/
DVisitors.h96 llvm::is_one_of<ArgT, Operation *, Region *, Block *>::value, RetT>::type
111 !llvm::is_one_of<ArgT, Operation *, Region *, Block *>::value &&
136 !llvm::is_one_of<ArgT, Operation *, Region *, Block *>::value &&
DDialectImplementation.h85 !llvm::is_one_of<T, double, float>::value,
DOpDefinition.h1515 return llvm::is_one_of<Trait<ConcreteType>, Traits<ConcreteType>...>::value; in hasTrait()
1614 static std::enable_if_t<llvm::is_one_of<OpTrait::OneResult<ConcreteOpT>,
1624 static std::enable_if_t<!llvm::is_one_of<OpTrait::OneResult<ConcreteOpT>,
DBuiltinAttributes.h566 static constexpr bool value = llvm::is_one_of<T, float, double>::value ||
1312 !llvm::is_one_of<T, std::complex<APInt>,
DOpImplementation.h184 !llvm::is_one_of<T, bool>::value,
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic.hh201 is_one_of (const hb_glyph_info_t &info, unsigned int flags) in is_one_of() function
211 return is_one_of (info, JOINER_FLAGS); in is_joiner()
217 return is_one_of (info, CONSONANT_FLAGS); in is_consonant()
223 return is_one_of (info, FLAG (OT_H)); in is_halant()
Dhb-ot-shape-complex-indic.cc427 is_one_of (info[start ], FLAG (OT_Ra)) && in initial_reordering_consonant_syllable()
428 is_one_of (info[start+1], FLAG (OT_H)) && in initial_reordering_consonant_syllable()
429 is_one_of (info[start+2], FLAG (OT_ZWJ))) in initial_reordering_consonant_syllable()
1099 is_one_of (info[base - 1], FLAG (OT_ZWJ))) in final_reordering_syllable_indic()
1103 is_one_of (info[base], (FLAG (OT_N) | FLAG (OT_H)))) in final_reordering_syllable_indic()
1148 !(is_one_of (info[new_pos], (FLAG (OT_M) | FLAG (OT_H))))) in final_reordering_syllable_indic()
1407 !(is_one_of (info[new_pos - 1], FLAG(OT_M) | FLAG (OT_H)))) in final_reordering_syllable_indic()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatProviders.h32 bool, is_one_of<T, uint8_t, int16_t, uint16_t, int32_t, uint32_t,
43 is_one_of<T, char *, const char *>::value> {
49 bool, is_one_of<T, llvm::StringRef, std::string>::value ||
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFormatProviders.h32 bool, is_one_of<T, uint8_t, int16_t, uint16_t, int32_t, uint32_t,
43 is_one_of<T, char *, const char *>::value> {
DParallel.h30 bool, llvm::is_one_of<T, sequential_execution_policy,
/external/llvm-project/llvm/include/llvm/Support/
DFormatProviders.h32 bool, is_one_of<T, uint8_t, int16_t, uint16_t, int32_t, uint32_t,
43 is_one_of<T, char *, const char *>::value> {
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h370 template <typename T, typename... Ts> struct is_one_of {
375 struct is_one_of<T, U, Ts...> {
377 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
/external/llvm-project/mlir/lib/Analysis/
DLoopAnalysis.cpp221 llvm::is_one_of<LoadOrStoreOp, AffineLoadOp, AffineStoreOp>::value, in isContiguousAccess()
DUtils.cpp450 static_assert(llvm::is_one_of<LoadOrStoreOp, AffineReadOpInterface, in boundCheckLoadOrStoreOp()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc166 typename std::enable_if<llvm::is_one_of<
943 typename std::enable_if<llvm::is_one_of<
1284 template <typename OpT, typename std::enable_if<llvm::is_one_of<
1513 template <typename OpT, typename std::enable_if<llvm::is_one_of<
1565 typename std::enable_if<llvm::is_one_of<
Dtf_ops_helpers.inc452 typename std::enable_if<llvm::is_one_of<
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSTLExtras.h999 template <typename T, typename... Ts> struct is_one_of {
1004 struct is_one_of<T, U, Ts...> {
1006 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
/external/llvm-project/llvm/include/llvm/ADT/
DSTLExtras.h1303 template <typename T, typename... Ts> struct is_one_of {
1308 struct is_one_of<T, U, Ts...> {
1310 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp782 static_assert(llvm::is_one_of<MapOrSet, AffineMap, IntegerSet>::value, in canonicalizeMapOrSetAndOperands()
881 static_assert(llvm::is_one_of<AffineOpTy, AffineLoadOp, AffinePrefetchOp, in matchAndRewrite()
2326 static_assert(llvm::is_one_of<T, AffineMinOp, AffineMaxOp>::value, in foldMinMaxOp()
/external/llvm-project/mlir/lib/Rewrite/
DByteCode.cpp785 if (llvm::is_one_of<T, Operation *, Value>::value || index < memory.size()) in readFromMemory()

12