Home
last modified time | relevance | path

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

1234567

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h136 TypeID getTypeID() const { return ID; } in getTypeID() function
139 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy()
142 bool isHalfTy() const { return getTypeID() == HalfTyID; } in isHalfTy()
145 bool isFloatTy() const { return getTypeID() == FloatTyID; } in isFloatTy()
148 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy()
151 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; } in isX86_FP80Ty()
154 bool isFP128Ty() const { return getTypeID() == FP128TyID; } in isFP128Ty()
157 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; } in isPPC_FP128Ty()
161 return getTypeID() == HalfTyID || getTypeID() == FloatTyID || in isFloatingPointTy()
162 getTypeID() == DoubleTyID || in isFloatingPointTy()
[all …]
DDerivedTypes.h92 return T->getTypeID() == IntegerTyID; in classof()
141 return T->getTypeID() == FunctionTyID; in classof()
173 return T->getTypeID() == ArrayTyID || in classof()
174 T->getTypeID() == StructTyID || in classof()
175 T->getTypeID() == VectorTyID; in classof()
297 return T->getTypeID() == StructTyID; in classof()
340 return T->getTypeID() == ArrayTyID || T->getTypeID() == VectorTyID; in classof()
360 return T->getTypeID() == ArrayTyID; in classof()
434 return T->getTypeID() == VectorTyID; in classof()
475 return T->getTypeID() == PointerTyID; in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h138 TypeID getTypeID() const { return ID; } in getTypeID() function
141 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy()
144 bool isHalfTy() const { return getTypeID() == HalfTyID; } in isHalfTy()
147 bool isFloatTy() const { return getTypeID() == FloatTyID; } in isFloatTy()
150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy()
153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; } in isX86_FP80Ty()
156 bool isFP128Ty() const { return getTypeID() == FP128TyID; } in isFP128Ty()
159 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; } in isPPC_FP128Ty()
163 return getTypeID() == HalfTyID || getTypeID() == FloatTyID || in isFloatingPointTy()
164 getTypeID() == DoubleTyID || in isFloatingPointTy()
[all …]
DDerivedTypes.h98 return T->getTypeID() == IntegerTyID; in classof()
148 return T->getTypeID() == FunctionTyID; in classof()
212 return T->getTypeID() == ArrayTyID || in classof()
213 T->getTypeID() == StructTyID || in classof()
214 T->getTypeID() == VectorTyID; in classof()
358 return T->getTypeID() == StructTyID; in classof()
403 return T->getTypeID() == ArrayTyID || T->getTypeID() == VectorTyID; in classof()
423 return T->getTypeID() == ArrayTyID; in classof()
489 switch(VTy->getElementType()->getTypeID()) { in getTruncatedElementVectorType()
562 return T->getTypeID() == VectorTyID; in classof()
[all …]
/external/llvm/include/llvm/IR/
DType.h134 TypeID getTypeID() const { return ID; } in getTypeID() function
137 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy()
140 bool isHalfTy() const { return getTypeID() == HalfTyID; } in isHalfTy()
143 bool isFloatTy() const { return getTypeID() == FloatTyID; } in isFloatTy()
146 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy()
149 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; } in isX86_FP80Ty()
152 bool isFP128Ty() const { return getTypeID() == FP128TyID; } in isFP128Ty()
155 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; } in isPPC_FP128Ty()
159 return getTypeID() == HalfTyID || getTypeID() == FloatTyID || in isFloatingPointTy()
160 getTypeID() == DoubleTyID || in isFloatingPointTy()
[all …]
DDerivedTypes.h89 return T->getTypeID() == IntegerTyID; in classof()
137 return T->getTypeID() == FunctionTyID; in classof()
169 return T->getTypeID() == ArrayTyID || in classof()
170 T->getTypeID() == StructTyID || in classof()
171 T->getTypeID() == PointerTyID || in classof()
172 T->getTypeID() == VectorTyID; in classof()
292 return T->getTypeID() == StructTyID; in classof()
331 return T->getTypeID() == ArrayTyID || in classof()
332 T->getTypeID() == PointerTyID || in classof()
333 T->getTypeID() == VectorTyID; in classof()
[all …]
/external/llvm-project/llvm/include/llvm/IR/
DType.h135 TypeID getTypeID() const { return ID; } in getTypeID() function
138 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy()
141 bool isHalfTy() const { return getTypeID() == HalfTyID; } in isHalfTy()
144 bool isBFloatTy() const { return getTypeID() == BFloatTyID; } in isBFloatTy()
147 bool isFloatTy() const { return getTypeID() == FloatTyID; } in isFloatTy()
150 bool isDoubleTy() const { return getTypeID() == DoubleTyID; } in isDoubleTy()
153 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; } in isX86_FP80Ty()
156 bool isFP128Ty() const { return getTypeID() == FP128TyID; } in isFP128Ty()
159 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; } in isPPC_FP128Ty()
163 return getTypeID() == HalfTyID || getTypeID() == BFloatTyID || in isFloatingPointTy()
[all …]
DDerivedTypes.h98 return T->getTypeID() == IntegerTyID; in classof()
148 return T->getTypeID() == FunctionTyID; in classof()
345 return T->getTypeID() == StructTyID; in classof()
385 return T->getTypeID() == ArrayTyID; in classof()
475 switch(VTy->getElementType()->getTypeID()) { in getTruncatedElementVectorType()
533 return T->getTypeID() == FixedVectorTyID || in classof()
534 T->getTypeID() == ScalableVectorTyID; in classof()
594 return T->getTypeID() == FixedVectorTyID; in classof()
652 return T->getTypeID() == ScalableVectorTyID; in classof()
693 return T->getTypeID() == PointerTyID; in classof()
/external/llvm-project/mlir/include/mlir/IR/
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 …]
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 …]
DStorageUniquerSupport.h69 static TypeID getTypeID() { return TypeID::get<ConcreteT>(); } in getTypeID() function
76 return val.getTypeID() == getTypeID(); in classof()
DDialect.h50 TypeID getTypeID() const { return dialectID; } in getTypeID() function
189 addAttribute(T::getTypeID(), AbstractAttribute::get<T>(*this)); in addAttribute()
197 addType(T::getTypeID(), AbstractType::get<T>(*this)); in addType()
291 return mlir::TypeID::get<T>() == dialect.getTypeID();
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp50 switch (Ty->getTypeID()) { in executeFNegInst()
110 switch (Ty->getTypeID()) { in executeFAddInst()
121 switch (Ty->getTypeID()) { in executeFSubInst()
132 switch (Ty->getTypeID()) { in executeFMulInst()
143 switch (Ty->getTypeID()) { in executeFDivInst()
154 switch (Ty->getTypeID()) { in executeFRemInst()
194 switch (Ty->getTypeID()) { in executeICMP_EQ()
208 switch (Ty->getTypeID()) { in executeICMP_NE()
222 switch (Ty->getTypeID()) { in executeICMP_ULT()
236 switch (Ty->getTypeID()) { in executeICMP_SLT()
[all …]
DExternalFunctions.cpp73 static char getTypeID(Type *Ty) { in getTypeID() function
74 switch (Ty->getTypeID()) { in getTypeID()
105 ExtName += getTypeID(FT->getReturnType()); in lookupFunction()
107 ExtName += getTypeID(T); in lookupFunction()
124 switch (Ty->getTypeID()) { in ffiTypeFor()
145 switch (Ty->getTypeID()) { in ffiValueFor()
233 if (RetTy->getTypeID() != Type::VoidTyID) in ffiInvoke()
236 switch (RetTy->getTypeID()) { in ffiInvoke()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp57 switch (Ty->getTypeID()) { in executeFAddInst()
68 switch (Ty->getTypeID()) { in executeFSubInst()
79 switch (Ty->getTypeID()) { in executeFMulInst()
90 switch (Ty->getTypeID()) { in executeFDivInst()
101 switch (Ty->getTypeID()) { in executeFRemInst()
141 switch (Ty->getTypeID()) { in executeICMP_EQ()
155 switch (Ty->getTypeID()) { in executeICMP_NE()
169 switch (Ty->getTypeID()) { in executeICMP_ULT()
183 switch (Ty->getTypeID()) { in executeICMP_SLT()
197 switch (Ty->getTypeID()) { in executeICMP_UGT()
[all …]
DExternalFunctions.cpp63 static char getTypeID(Type *Ty) { in getTypeID() function
64 switch (Ty->getTypeID()) { in getTypeID()
96 ExtName += getTypeID(FT->getContainedType(i)); in lookupFunction()
113 switch (Ty->getTypeID()) { in ffiTypeFor()
134 switch (Ty->getTypeID()) { in ffiValueFor()
221 if (RetTy->getTypeID() != Type::VoidTyID) in ffiInvoke()
224 switch (RetTy->getTypeID()) { in ffiInvoke()
/external/emma/core/java12/com/vladium/emma/report/txt/
DReportGenerator.java170 final boolean deeper = (m_settings.getDepth () > item.getMetadata ().getTypeID ()); in visit()
176 …final ItemComparator order = m_typeSortComparators [PackageItem.getTypeMetadata ().getTypeID ()]; … in visit()
217 final boolean deeper = (m_settings.getDepth () > item.getMetadata ().getTypeID ()); in visit()
225 …ators [m_srcView ? SrcFileItem.getTypeMetadata ().getTypeID () : ClassItem.getTypeMetadata ().getT… in visit()
267 …final ItemComparator order = m_typeSortComparators [ClassItem.getTypeMetadata ().getTypeID ()]; … in visit()
285 …final ItemComparator order2 = m_typeSortComparators [MethodItem.getTypeMetadata ().getTypeID ()]; … in visit()
317 …final ItemComparator order = m_typeSortComparators [MethodItem.getTypeMetadata ().getTypeID ()]; … in visit()
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java272 final boolean deeper = (m_settings.getDepth () > item.getMetadata ().getTypeID ()); in visit()
283 … final ItemComparator order = m_typeSortComparators [PackageItem.getTypeMetadata ().getTypeID ()]; in visit()
388 final boolean deeper = (m_settings.getDepth () > item.getMetadata ().getTypeID ()); in visit()
400 …ators [m_srcView ? SrcFileItem.getTypeMetadata ().getTypeID () : ClassItem.getTypeMetadata ().getT… in visit()
505 … final boolean deeper = (m_settings.getDepth () > ClassItem.getTypeMetadata ().getTypeID ()); in visit()
523 … final ItemComparator order = m_typeSortComparators [ClassItem.getTypeMetadata ().getTypeID ()]; in visit()
560 …final ItemComparator order2 = m_typeSortComparators [MethodItem.getTypeMetadata ().getTypeID ()]; … in visit()
692 …final ItemComparator order = m_typeSortComparators [MethodItem.getTypeMetadata ().getTypeID ()]; … in visit()
1344 … final int nesting = NESTING [base.getMetadata ().getTypeID ()] [item.getMetadata ().getTypeID ()]; in getItemHREF()
1619 ATTRIBUTE_SETS [allTypes [t].getTypeID ()] = allTypes [t].getAttributeIDs ();
[all …]
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp73 static char getTypeID(Type *Ty) { in getTypeID() function
74 switch (Ty->getTypeID()) { in getTypeID()
105 ExtName += getTypeID(FT->getReturnType()); in lookupFunction()
107 ExtName += getTypeID(T); in lookupFunction()
124 switch (Ty->getTypeID()) { in ffiTypeFor()
145 switch (Ty->getTypeID()) { in ffiValueFor()
233 if (RetTy->getTypeID() != Type::VoidTyID) in ffiInvoke()
236 switch (RetTy->getTypeID()) { in ffiInvoke()
DExecution.cpp50 switch (Ty->getTypeID()) { in executeFNegInst()
110 switch (Ty->getTypeID()) { in executeFAddInst()
121 switch (Ty->getTypeID()) { in executeFSubInst()
132 switch (Ty->getTypeID()) { in executeFMulInst()
143 switch (Ty->getTypeID()) { in executeFDivInst()
154 switch (Ty->getTypeID()) { in executeFRemInst()
195 switch (Ty->getTypeID()) { in executeICMP_EQ()
209 switch (Ty->getTypeID()) { in executeICMP_NE()
223 switch (Ty->getTypeID()) { in executeICMP_ULT()
237 switch (Ty->getTypeID()) { in executeICMP_SLT()
[all …]
/external/emma/core/java12/com/vladium/emma/report/lcov/
DReportGenerator.java123 m_typeSortComparators[PackageItem.getTypeMetadata().getTypeID()]; in visit()
145 ? SrcFileItem.getTypeMetadata().getTypeID() in visit()
146 : ClassItem.getTypeMetadata().getTypeID(); in visit()
209 ClassItem.getTypeMetadata().getTypeID()]; in emitFileCoverage()
225 MethodItem.getTypeMetadata().getTypeID()]; in emitFileCoverage()
/external/emma/core/java12/com/vladium/emma/report/xml/
DReportGenerator.java169 …ItemComparator childrenOrder = m_typeSortComparators [PackageItem.getTypeMetadata ().getTypeID ()]; in visit()
195 …ators [m_srcView ? SrcFileItem.getTypeMetadata ().getTypeID () : ClassItem.getTypeMetadata ().getT… in visit()
211 …l ItemComparator childrenOrder = m_typeSortComparators [ClassItem.getTypeMetadata ().getTypeID ()]; in visit()
226 … ItemComparator childrenOrder = m_typeSortComparators [MethodItem.getTypeMetadata ().getTypeID ()]; in visit()
398 … deeper = (childrenOrder != null) && (m_settings.getDepth () > metadata.getTypeID ()) && (item.get… in emitItem()
/external/llvm/lib/IR/
DType.cpp69 if (Ty->getTypeID() == Type::X86_MMXTyID && in canLosslesslyBitCastTo()
74 if (this->getTypeID() == Type::X86_MMXTyID) in canLosslesslyBitCastTo()
109 switch (getTypeID()) { in getPrimitiveSizeInBits()
131 if (getTypeID() == HalfTyID) return 11; in getFPMantissaWidth()
132 if (getTypeID() == FloatTyID) return 24; in getFPMantissaWidth()
133 if (getTypeID() == DoubleTyID) return 53; in getFPMantissaWidth()
134 if (getTypeID() == X86_FP80TyID) return 64; in getFPMantissaWidth()
135 if (getTypeID() == FP128TyID) return 113; in getFPMantissaWidth()
136 assert(getTypeID() == PPC_FP128TyID && "unknown fp type"); in getFPMantissaWidth()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp76 if (Ty->getTypeID() == Type::X86_MMXTyID && in canLosslesslyBitCastTo()
81 if (this->getTypeID() == Type::X86_MMXTyID) in canLosslesslyBitCastTo()
116 switch (getTypeID()) { in getPrimitiveSizeInBits()
142 if (getTypeID() == HalfTyID) return 11; in getFPMantissaWidth()
143 if (getTypeID() == FloatTyID) return 24; in getFPMantissaWidth()
144 if (getTypeID() == DoubleTyID) return 53; in getFPMantissaWidth()
145 if (getTypeID() == X86_FP80TyID) return 64; in getFPMantissaWidth()
146 if (getTypeID() == FP128TyID) return 113; in getFPMantissaWidth()
147 assert(getTypeID() == PPC_FP128TyID && "unknown fp type"); in getFPMantissaWidth()
/external/emma/core/java12/com/vladium/emma/report/
DReportProperties.java302 result.setDepth (AllItem.getTypeMetadata ().getTypeID ()); in parseProperties()
304 result.setDepth (PackageItem.getTypeMetadata ().getTypeID ()); in parseProperties()
306 result.setDepth (SrcFileItem.getTypeMetadata ().getTypeID ()); in parseProperties()
308 result.setDepth (ClassItem.getTypeMetadata ().getTypeID ()); in parseProperties()
310 result.setDepth (MethodItem.getTypeMetadata ().getTypeID ()); in parseProperties()

1234567