Home
last modified time | relevance | path

Searched refs:getTypeID (Results 1 – 25 of 1120) sorted by relevance

12345678910>>...45

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/IR/
H A DType.h163 return getTypeID() == HalfTyID || getTypeID() == BFloatTyID || in isFloatingPointTy()
164 getTypeID() == FloatTyID || getTypeID() == DoubleTyID || in isFloatingPointTy()
165 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy()
166 getTypeID() == PPC_FP128TyID; in isFloatingPointTy()
227 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
243 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
257 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
266 getTypeID() == PointerTyID || getTypeID() == X86_MMXTyID ||
267 getTypeID() == X86_AMXTyID)
271 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID && !isVectorTy())
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DType.h169 return getTypeID() == HalfTyID || getTypeID() == BFloatTyID || in isFloatingPointTy()
170 getTypeID() == FloatTyID || getTypeID() == DoubleTyID || in isFloatingPointTy()
171 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy()
176 switch (getTypeID()) { in getFltSemantics()
238 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
254 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
268 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
277 getTypeID() == PointerTyID ||
278 getTypeID() == X86_MMXTyID)
282 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID && !isVectorTy())
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/IR/
H A DType.h163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID || in isFloatingPointTy()
164 getTypeID() == DoubleTyID || in isFloatingPointTy()
165 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy()
170 switch (getTypeID()) { in getFltSemantics()
245 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
259 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
268 getTypeID() == PointerTyID ||
269 getTypeID() == X86_MMXTyID)
273 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
274 getTypeID() != VectorTyID)
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DType.h163 return getTypeID() == HalfTyID || getTypeID() == BFloatTyID || in isFloatingPointTy()
164 getTypeID() == FloatTyID || getTypeID() == DoubleTyID || in isFloatingPointTy()
165 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy()
170 switch (getTypeID()) { in getFltSemantics()
232 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
248 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
262 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
271 getTypeID() == PointerTyID ||
272 getTypeID() == X86_MMXTyID)
276 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID && !isVectorTy())
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DType.h163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID || in isFloatingPointTy()
164 getTypeID() == DoubleTyID || in isFloatingPointTy()
165 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy()
170 switch (getTypeID()) { in getFltSemantics()
245 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
259 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
268 getTypeID() == PointerTyID ||
269 getTypeID() == X86_MMXTyID)
273 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
274 getTypeID() != VectorTyID)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DType.h161 return getTypeID() == HalfTyID || getTypeID() == FloatTyID || in isFloatingPointTy()
162 getTypeID() == DoubleTyID || in isFloatingPointTy()
163 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy()
168 switch (getTypeID()) { in getFltSemantics()
234 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
248 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
257 getTypeID() == PointerTyID ||
258 getTypeID() == X86_MMXTyID)
262 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
263 getTypeID() != VectorTyID)
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A DType.h163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID || in isFloatingPointTy()
164 getTypeID() == DoubleTyID || in isFloatingPointTy()
165 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy()
170 switch (getTypeID()) { in getFltSemantics()
245 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
259 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
268 getTypeID() == PointerTyID ||
269 getTypeID() == X86_MMXTyID)
273 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
274 getTypeID() != VectorTyID)
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/IR/
H A DType.h162 return getTypeID() == HalfTyID || getTypeID() == FloatTyID || in isFloatingPointTy()
163 getTypeID() == DoubleTyID || in isFloatingPointTy()
164 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy()
169 switch (getTypeID()) { in getFltSemantics()
244 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
258 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
267 getTypeID() == PointerTyID ||
268 getTypeID() == X86_MMXTyID)
272 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
273 getTypeID() != VectorTyID)
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DType.h163 return getTypeID() == HalfTyID || getTypeID() == BFloatTyID || in isFloatingPointTy()
164 getTypeID() == FloatTyID || getTypeID() == DoubleTyID || in isFloatingPointTy()
165 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy()
170 switch (getTypeID()) { in getFltSemantics()
238 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
254 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
268 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
277 getTypeID() == PointerTyID || getTypeID() == X86_MMXTyID ||
278 getTypeID() == X86_AMXTyID)
282 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID && !isVectorTy())
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/IR/
H A DType.h163 return getTypeID() == HalfTyID || getTypeID() == BFloatTyID || in isFloatingPointTy()
164 getTypeID() == FloatTyID || getTypeID() == DoubleTyID || in isFloatingPointTy()
165 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy()
170 switch (getTypeID()) { in getFltSemantics()
238 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
254 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
268 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
277 getTypeID() == PointerTyID || getTypeID() == X86_MMXTyID ||
278 getTypeID() == X86_AMXTyID)
282 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID && !isVectorTy())
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DType.h164 return getTypeID() == HalfTyID || getTypeID() == BFloatTyID || in isFloatingPointTy()
165 getTypeID() == FloatTyID || getTypeID() == DoubleTyID || in isFloatingPointTy()
166 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy()
171 switch (getTypeID()) { in getFltSemantics()
236 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
252 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
266 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
275 getTypeID() == PointerTyID || getTypeID() == X86_MMXTyID ||
276 getTypeID() == X86_AMXTyID)
280 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID && !isVectorTy())
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/IR/
H A DType.h163 return getTypeID() == HalfTyID || getTypeID() == BFloatTyID || in isFloatingPointTy()
164 getTypeID() == FloatTyID || getTypeID() == DoubleTyID || in isFloatingPointTy()
165 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy()
170 switch (getTypeID()) { in getFltSemantics()
238 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
254 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
268 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
277 getTypeID() == PointerTyID || getTypeID() == X86_MMXTyID ||
278 getTypeID() == X86_AMXTyID)
282 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID && !isVectorTy())
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DType.h163 return getTypeID() == HalfTyID || getTypeID() == BFloatTyID || in isFloatingPointTy()
164 getTypeID() == FloatTyID || getTypeID() == DoubleTyID || in isFloatingPointTy()
165 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy()
170 switch (getTypeID()) { in getFltSemantics()
238 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
254 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
268 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
277 getTypeID() == PointerTyID || getTypeID() == X86_MMXTyID ||
278 getTypeID() == X86_AMXTyID)
282 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID && !isVectorTy())
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DType.h164 return getTypeID() == HalfTyID || getTypeID() == BFloatTyID || in isFloatingPointTy()
165 getTypeID() == FloatTyID || getTypeID() == DoubleTyID || in isFloatingPointTy()
166 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy()
171 switch (getTypeID()) { in getFltSemantics()
236 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
252 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
266 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
275 getTypeID() == PointerTyID || getTypeID() == X86_MMXTyID ||
276 getTypeID() == X86_AMXTyID)
280 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID && !isVectorTy())
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DType.h163 return getTypeID() == HalfTyID || getTypeID() == BFloatTyID || in isFloatingPointTy()
164 getTypeID() == FloatTyID || getTypeID() == DoubleTyID || in isFloatingPointTy()
165 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy()
170 switch (getTypeID()) { in getFltSemantics()
238 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
254 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
268 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
277 getTypeID() == PointerTyID || getTypeID() == X86_MMXTyID ||
278 getTypeID() == X86_AMXTyID)
282 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID && !isVectorTy())
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/IR/
H A DType.h163 return getTypeID() == HalfTyID || getTypeID() == BFloatTyID || in isFloatingPointTy()
164 getTypeID() == FloatTyID || getTypeID() == DoubleTyID || in isFloatingPointTy()
165 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy()
170 switch (getTypeID()) { in getFltSemantics()
232 return getTypeID() == ScalableVectorTyID || getTypeID() == FixedVectorTyID; in isVectorTy()
248 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
262 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
271 getTypeID() == PointerTyID ||
272 getTypeID() == X86_MMXTyID)
276 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID && !isVectorTy())
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/IR/
H A DType.h163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID ||
164 getTypeID() == DoubleTyID ||
165 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID ||
170 switch (getTypeID()) {
245 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
259 return getTypeID() == StructTyID || getTypeID() == ArrayTyID;
268 getTypeID() == PointerTyID ||
269 getTypeID() == X86_MMXTyID)
273 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
274 getTypeID() != VectorTyID)
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A DType.h163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID || in isFloatingPointTy()
164 getTypeID() == DoubleTyID || in isFloatingPointTy()
165 getTypeID() == X86_FP80TyID || getTypeID() == FP128TyID || in isFloatingPointTy()
170 switch (getTypeID()) { in getFltSemantics()
245 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
259 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
268 getTypeID() == PointerTyID ||
269 getTypeID() == X86_MMXTyID)
273 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
274 getTypeID() != VectorTyID)
[all …]
/dports/science/axom/axom-0.6.1/src/axom/sidre/tests/
H A Dsidre_types_C.cpp17 using axom::sidre::getTypeID;
97 EXPECT_EQ(axom::sidre::INT8_ID, getTypeID(SIDRE_INT8_ID)); in TEST()
98 EXPECT_EQ(axom::sidre::INT16_ID, getTypeID(SIDRE_INT16_ID)); in TEST()
99 EXPECT_EQ(axom::sidre::INT32_ID, getTypeID(SIDRE_INT32_ID)); in TEST()
100 EXPECT_EQ(axom::sidre::INT64_ID, getTypeID(SIDRE_INT64_ID)); in TEST()
102 EXPECT_EQ(axom::sidre::UINT8_ID, getTypeID(SIDRE_UINT8_ID)); in TEST()
111 EXPECT_EQ(axom::sidre::INT_ID, getTypeID(SIDRE_INT_ID)); in TEST()
112 EXPECT_EQ(axom::sidre::UINT_ID, getTypeID(SIDRE_UINT_ID)); in TEST()
113 EXPECT_EQ(axom::sidre::LONG_ID, getTypeID(SIDRE_LONG_ID)); in TEST()
114 EXPECT_EQ(axom::sidre::ULONG_ID, getTypeID(SIDRE_ULONG_ID)); in TEST()
[all …]
H A Dsidre_buffer_unit.cpp20 using axom::sidre::getTypeID;
73 EXPECT_EQ(tid, buf->getTypeID()); in verifyDescribedBuffer()
83 EXPECT_EQ(tid, buf->getTypeID()); in verifyAllocatedBuffer()
117 tid = getTypeID(SIDRE_INT_ID); in TEST()
135 tid = getTypeID(SIDRE_DOUBLE_ID); in TEST()
145 tid = getTypeID(SIDRE_FLOAT_ID); in TEST()
163 tid = getTypeID(SIDRE_INT_ID); in TEST()
198 tid = getTypeID(SIDRE_INT_ID); in TEST()
218 tid = getTypeID(SIDRE_UINT_ID); in TEST()
229 tid = getTypeID(SIDRE_FLOAT_ID); in TEST()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DTypeSupport.h39 return AbstractType(dialect, T::getInterfaceMap(), T::getTypeID()); in get()
53 TypeID getTypeID() const { return typeID; } in getTypeID() function
131 if (!ctx->getTypeUniquer().isParametricStorageInitialized(T::getTypeID())) in get()
139 storage->initialize(AbstractType::lookup(T::getTypeID(), ctx)); in get()
141 T::getTypeID(), std::forward<Args>(args)...); in get()
149 if (!ctx->getTypeUniquer().isSingletonStorageInitialized(T::getTypeID())) in get()
155 return ctx->getTypeUniquer().get<typename T::ImplType>(T::getTypeID()); in get()
164 return ctx->getTypeUniquer().mutate(T::getTypeID(), impl, in mutate()
174 T::getTypeID()); in registerType()
182 T::getTypeID(), [&](TypeStorage *storage) { in registerType()
[all …]
H A DAttributeSupport.h40 return AbstractAttribute(dialect, T::getInterfaceMap(), T::getTypeID()); in get()
54 TypeID getTypeID() const { return typeID; } in getTypeID() function
148 T::getTypeID())) in get()
156 initializeAttributeStorage(storage, ctx, T::getTypeID()); in get()
158 T::getTypeID(), std::forward<Args>(args)...); in get()
167 T::getTypeID())) in get()
173 return ctx->getAttributeUniquer().get<typename T::ImplType>(T::getTypeID()); in get()
180 return ctx->getAttributeUniquer().mutate(T::getTypeID(), impl, in mutate()
190 .registerParametricStorageType<typename T::ImplType>(T::getTypeID()); in registerAttribute()
199 T::getTypeID(), [ctx](AttributeStorage *storage) { in registerAttribute()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DAttributeSupport.h40 return AbstractAttribute(dialect, T::getInterfaceMap(), T::getTypeID()); in get()
54 TypeID getTypeID() const { return typeID; } in getTypeID() function
148 T::getTypeID())) in get()
156 initializeAttributeStorage(storage, ctx, T::getTypeID()); in get()
158 T::getTypeID(), std::forward<Args>(args)...); in get()
167 T::getTypeID())) in get()
173 return ctx->getAttributeUniquer().get<typename T::ImplType>(T::getTypeID()); in get()
180 return ctx->getAttributeUniquer().mutate(T::getTypeID(), impl, in mutate()
190 .registerParametricStorageType<typename T::ImplType>(T::getTypeID()); in registerAttribute()
199 T::getTypeID(), [ctx](AttributeStorage *storage) { in registerAttribute()
[all …]
H A DTypeSupport.h39 return AbstractType(dialect, T::getInterfaceMap(), T::getTypeID()); in get()
53 TypeID getTypeID() const { return typeID; } in getTypeID() function
131 if (!ctx->getTypeUniquer().isParametricStorageInitialized(T::getTypeID())) in get()
139 storage->initialize(AbstractType::lookup(T::getTypeID(), ctx)); in get()
141 T::getTypeID(), std::forward<Args>(args)...); in get()
149 if (!ctx->getTypeUniquer().isSingletonStorageInitialized(T::getTypeID())) in get()
155 return ctx->getTypeUniquer().get<typename T::ImplType>(T::getTypeID()); in get()
164 return ctx->getTypeUniquer().mutate(T::getTypeID(), impl, in mutate()
174 T::getTypeID()); in registerType()
182 T::getTypeID(), [&](TypeStorage *storage) { in registerType()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/IR/
H A DAttributeSupport.h40 return AbstractAttribute(dialect, T::getInterfaceMap(), T::getTypeID()); in get()
54 TypeID getTypeID() const { return typeID; } in getTypeID() function
148 T::getTypeID())) in get()
156 initializeAttributeStorage(storage, ctx, T::getTypeID()); in get()
158 T::getTypeID(), std::forward<Args>(args)...); in get()
167 T::getTypeID())) in get()
173 return ctx->getAttributeUniquer().get<typename T::ImplType>(T::getTypeID()); in get()
180 return ctx->getAttributeUniquer().mutate(T::getTypeID(), impl, in mutate()
190 .registerParametricStorageType<typename T::ImplType>(T::getTypeID()); in registerAttribute()
199 T::getTypeID(), [ctx](AttributeStorage *storage) { in registerAttribute()
[all …]

12345678910>>...45