Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTypes.cpp124 const TypePropertyFields TypePropertiesTable[] = { variable
180 return TypePropertiesTable[Ty].TypeIsVectorType; in isVectorType()
187 return TypePropertiesTable[Ty].TypeIsBooleanType; in isBooleanType()
194 return TypePropertiesTable[Ty].TypeIsIntegerType; in isIntegerType()
201 return TypePropertiesTable[Ty].TypeIsScalarIntegerType; in isScalarIntegerType()
208 return TypePropertiesTable[Ty].TypeIsVectorIntegerType; in isVectorIntegerType()
215 return TypePropertiesTable[Ty].TypeIsIntegerArithmeticType; in isIntegerArithmeticType()
222 return TypePropertiesTable[Ty].TypeIsFloatingType; in isFloatingType()
229 return TypePropertiesTable[Ty].TypeIsScalarFloatingType; in isScalarFloatingType()
236 return TypePropertiesTable[Ty].TypeIsVectorFloatingType; in isVectorFloatingType()
[all …]