Home
last modified time | relevance | path

Searched refs:Tys (Results 1 – 25 of 1068) sorted by relevance

12345678910>>...43

/dports/devel/py-pythran/pythran-0.11.0/pythran/xsimd/config/
H A Dxsimd_arch.hpp27 template <class T, class... Tys> struct contains;
31 template <class T, class Ty, class... Tys>
32 struct contains<T, Ty, Tys...>
34 contains<T, Tys...>>::type {};
133 template<class Arch, class... Tys>
134 …auto walk_archs(arch_list<Arch>, Tys&&... args) -> decltype(functor(Arch{}, std::forward<Tys>(args… in walk_archs()
138 return functor(Arch{}, std::forward<Tys>(args)...);
142 …alk_archs(arch_list<Arch, ArchNext, Archs...>, Tys&&... args) -> decltype(functor(Arch{}, std::for… in walk_archs()
146 return functor(Arch{}, std::forward<Tys>(args)...);
157 template<class... Tys>
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/numpy/
H A Dstack.hpp49 template <size_t... Is, class... Tys>
50 types::ndarray<typename details::stack_helper_t<Tys...>::dtype,
51 types::array<long, details::stack_helper_t<Tys...>::value + 1>>
52 stack(std::tuple<Tys...> const &args, long axis, utils::index_sequence<Is...>) in stack()
56 typename details::stack_helper_t<Tys...>::dtype, in stack()
57 types::array<long, details::stack_helper_t<Tys...>::value>>, in stack()
58 sizeof...(Tys)> vargs{{std::get<Is>(args)...}}; in stack()
62 template <class... Tys>
63 types::ndarray<typename details::stack_helper_t<Tys...>::dtype,
65 stack(std::tuple<Tys...> const &args, long axis) in stack()
[all …]
/dports/devel/py-pythran/pythran-0.11.0/third_party/xsimd/config/
H A Dxsimd_arch.hpp29 template <class T, class... Tys>
37 template <class T, class Ty, class... Tys>
38 struct contains<T, Ty, Tys...>
40 contains<T, Tys...>>::type
208 template <class Arch, class... Tys>
209 …auto walk_archs(arch_list<Arch>, Tys&&... args) noexcept -> decltype(functor(Arch {}, std::forward… in walk_archs()
212 return functor(Arch {}, std::forward<Tys>(args)...);
216 …rchs(arch_list<Arch, ArchNext, Archs...>, Tys&&... args) noexcept -> decltype(functor(Arch {}, std… in walk_archs()
219 return functor(Arch {}, std::forward<Tys>(args)...);
231 template <class... Tys>
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AMDGPU/
H A DAMDGPUIntrinsicInfo.cpp39 ArrayRef<Type *> Tys) const { in getName()
49 std::string AMDGPUIntrinsicInfo::getName(unsigned IntrID, Type **Tys, in getName() argument
51 return getName(IntrID, makeArrayRef(Tys, NumTys)).str(); in getName()
55 ArrayRef<Type*> Tys) const { in getType()
88 ArrayRef<Type *> Tys) const { in getDeclaration()
89 FunctionType *FTy = getType(M->getContext(), IntrID, Tys); in getDeclaration()
91 = cast<Function>(M->getOrInsertFunction(getName(IntrID, Tys), FTy)); in getDeclaration()
100 Type **Tys, in getDeclaration() argument
102 return getDeclaration(M, IntrID, makeArrayRef(Tys, NumTys)); in getDeclaration()
H A DAMDGPUIntrinsicInfo.h38 StringRef getName(unsigned IntrId, ArrayRef<Type *> Tys = None) const;
40 std::string getName(unsigned IntrId, Type **Tys = nullptr,
46 Type **Tys = nullptr,
53 ArrayRef<Type*> Tys = None) const;
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AMDGPU/
H A DAMDGPUIntrinsicInfo.cpp39 ArrayRef<Type *> Tys) const {
49 std::string AMDGPUIntrinsicInfo::getName(unsigned IntrID, Type **Tys,
51 return getName(IntrID, makeArrayRef(Tys, NumTys)).str();
55 ArrayRef<Type*> Tys) const {
88 ArrayRef<Type *> Tys) const {
89 FunctionType *FTy = getType(M->getContext(), IntrID, Tys);
91 = cast<Function>(M->getOrInsertFunction(getName(IntrID, Tys), FTy));
100 Type **Tys,
102 return getDeclaration(M, IntrID, makeArrayRef(Tys, NumTys));
H A DAMDGPUIntrinsicInfo.h38 StringRef getName(unsigned IntrId, ArrayRef<Type *> Tys = None) const;
40 std::string getName(unsigned IntrId, Type **Tys = nullptr,
46 Type **Tys = nullptr,
53 ArrayRef<Type*> Tys = None) const;
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/codegen/
H A DConstantFolding.h53 template <typename ...Tys>
58 Tys&&... ts) in fold()
95 template <typename In, typename Out, typename ...Tys>
101 Tys&&... ts) in call()
114 const In&, Tys&&...) in call()
125 template <typename ...Tys>
130 Tys&&... ts)
140 template <typename ReturnT, typename ...Tys>
146 Tys&&... ts)
154 template <typename ReturnT, typename ...Tys>
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/GenISAIntrinsics/
H A DGenIntrinsics.cpp33 ArrayRef<Type*> Tys = None);
167 return Tys[D.getArgumentNumber()]; in DecodeFixedType()
169 Type *Ty = Tys[D.getArgumentNumber()]; in DecodeFixedType()
176 Type *Ty = Tys[D.getArgumentNumber()]; in DecodeFixedType()
190 Type *Ty = Tys[D.getArgumentNumber()]; in DecodeFixedType()
197 Type *Ty = Tys[D.getArgumentNumber()]; in DecodeFixedType()
201 Type *Ty = Tys[D.getArgumentNumber()]; in DecodeFixedType()
439 if (Tys.empty()) in getName()
442 for (unsigned i = 0; i < Tys.size(); ++i) { in getName()
511 Tys), in getDeclaration()
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/include/numpy/
H A Dstack.hpp17 template <class... Tys>
19 typename __combined<typename assignable<Tys>::type...>::type;
22 template <class... Tys>
23 types::ndarray<typename details::stack_helper_t<Tys...>::dtype,
24 types::array<long, details::stack_helper_t<Tys...>::value + 1>>
25 stack(std::tuple<Tys...> const &args, long axis = 0);
/dports/devel/vc-intrinsics/vc-intrinsics-753ad50/GenXIntrinsics/lib/GenXIntrinsics/
H A DGenXIntrinsics.cpp309 return Tys[D.getArgumentNumber()]; in DecodeFixedType()
311 Type *Ty = Tys[D.getArgumentNumber()]; in DecodeFixedType()
318 Type *Ty = Tys[D.getArgumentNumber()]; in DecodeFixedType()
331 Type *Ty = Tys[D.getArgumentNumber()]; in DecodeFixedType()
339 Type *Ty = Tys[D.getArgumentNumber()]; in DecodeFixedType()
352 return Tys[D.getOverloadArgNumber()]; in DecodeFixedType()
551 assert(Tys.empty() || in getGenXName()
555 for (Type *Ty : Tys) { in getGenXName()
632 assert(Tys.empty() || in getGenXDeclaration()
635 auto GenXName = getGenXName(id, Tys); in getGenXDeclaration()
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/include/types/
H A Dtuple.hpp82 template <class... Tys>
130 template <class... Tys>
133 template <class... Tys>
170 template <class... Tys>
604 template <class... Tys>
615 types::array<T, sizeof...(Tys)> to_array(std::tuple<Tys...> const &t) in to_array()
923 template <class... Tys>
1110 template <class... Tys>
1152 template <class... Tys>
1153 types::array<long, sizeof...(Tys)> array(types::pshape<Tys...> const &pS) in array()
[all …]
H A Dnumpy_gexpr.hpp476 template <class... Tys, class... oTys>
478 using type = pshape<Tys..., oTys...>;
481 template <class... Tys>
483 using type = pshape<Tys...>;
486 template <class... Tys, size_t N>
487 struct gexpr_shape<pshape<Tys...>, array<long, N>>
491 template <class... Tys, class... oTys, class... S>
492 struct gexpr_shape<pshape<Tys...>,
498 template <class... Tys, class... oTys, class... S>
499 struct gexpr_shape<pshape<Tys...>,
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/include/utils/
H A Dseq.hpp63 template <class... Tys>
69 template <class T, std::size_t N, class... Tys>
70 struct repeated_type : repeated_type<T, N - 1, T, Tys...> {
73 template <class T, class... Tys>
74 struct repeated_type<T, 0, Tys...> {
75 using type = type_sequence<Tys...>;
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/include/builtins/pythran/
H A Dstatic_list.hpp30 template <class T0, class... Tys>
31 types::static_list<typename __combined<T0, Tys...>::type,
32 1 + sizeof...(Tys)>
33 static_list(std::tuple<T0, Tys...> const &other) in static_list()
36 types::to_array<typename __combined<T0, Tys...>::type>(other)); in static_list()
/dports/devel/vc-intrinsics/vc-intrinsics-753ad50/GenXIntrinsics/include/llvmVCWrapper/IR/
H A DIntrinsics.h18 llvm::ArrayRef<llvm::Type *> Tys) { in getName() argument
20 return llvm::Intrinsic::getNameNoUnnamedTypes(Id, Tys); in getName()
22 return llvm::Intrinsic::getName(Id, Tys); in getName()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/VMCore/
H A DFunction.cpp338 std::string Intrinsic::getName(ID id, const Type **Tys, unsigned numTys) { in getName() argument
350 if (const PointerType* PTyp = dyn_cast<PointerType>(Tys[i])) { in getName()
354 else if (Tys[i]) in getName()
355 Result += "." + EVT::getEVT(Tys[i]).getEVTString(); in getName()
361 ID id, const Type **Tys, in getType() argument
389 Function *Intrinsic::getDeclaration(Module *M, ID id, const Type **Tys, in getDeclaration() argument
394 cast<Function>(M->getOrInsertFunction(getName(id, Tys, numTys), in getDeclaration()
396 id, Tys, numTys))); in getDeclaration()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/IR/
H A DDerivedTypes.h232 template <class... Tys>
233 static typename std::enable_if<are_base_of<Type, Tys...>::value,
235 create(StringRef Name, Type *elt1, Tys *... elts) { in create()
251 template <class... Tys>
252 static typename std::enable_if<are_base_of<Type, Tys...>::value,
254 get(Type *elt1, Tys *... elts) { in get()
289 template <typename... Tys>
290 typename std::enable_if<are_base_of<Type, Tys...>::value, void>::type
291 setBody(Type *elt1, Tys *... elts) { in setBody()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A DDerivedTypes.h232 template <class... Tys>
233 static typename std::enable_if<are_base_of<Type, Tys...>::value,
235 create(StringRef Name, Type *elt1, Tys *... elts) { in create()
251 template <class... Tys>
252 static typename std::enable_if<are_base_of<Type, Tys...>::value,
254 get(Type *elt1, Tys *... elts) { in get()
289 template <typename... Tys>
290 typename std::enable_if<are_base_of<Type, Tys...>::value, void>::type
291 setBody(Type *elt1, Tys *... elts) { in setBody()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/
H A DIntrinsics.h47 std::string getName(ID id, const Type **Tys = 0, unsigned numTys = 0);
52 const Type **Tys = 0, unsigned numTys = 0);
70 Function *getDeclaration(Module *M, ID id, const Type **Tys = 0,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DTrailingObjects.h221 template <typename... Tys> class Foo {};
311 template <typename... Tys>
313 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>
323 template <typename... Tys>
325 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>
352 template <typename... Tys> struct FixedSizeStorage {
354 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DTrailingObjects.h221 template <typename... Tys> class Foo {};
311 template <typename... Tys>
313 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>
323 template <typename... Tys>
325 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>
352 template <typename... Tys> struct FixedSizeStorage {
354 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Support/
H A DTrailingObjects.h221 template <typename... Tys> class Foo {};
311 template <typename... Tys>
313 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>
323 template <typename... Tys>
325 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>
352 template <typename... Tys> struct FixedSizeStorage {
354 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Support/
H A DTrailingObjects.h221 template <typename... Tys> class Foo {};
311 template <typename... Tys>
313 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>
323 template <typename... Tys>
325 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>
352 template <typename... Tys> struct FixedSizeStorage {
354 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DTrailingObjects.h221 template <typename... Tys> class Foo {};
311 template <typename... Tys>
313 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>
323 template <typename... Tys>
325 std::is_same<Foo<TrailingTys...>, Foo<Tys...>>::value, size_t>
352 template <typename... Tys> struct FixedSizeStorage {
354 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };

12345678910>>...43