Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTypes.cpp125 const TypePropertyFields TypePropertiesTable[] = { variable
184 return TypePropertiesTable[Ty].TypeIsVectorType; in isVectorType()
191 return TypePropertiesTable[Ty].TypeIsBooleanType; in isBooleanType()
198 return TypePropertiesTable[Ty].TypeIsIntegerType; in isIntegerType()
205 return TypePropertiesTable[Ty].TypeIsScalarIntegerType; in isScalarIntegerType()
212 return TypePropertiesTable[Ty].TypeIsVectorIntegerType; in isVectorIntegerType()
219 return TypePropertiesTable[Ty].TypeIsIntegerArithmeticType; in isIntegerArithmeticType()
226 return TypePropertiesTable[Ty].TypeIsFloatingType; in isFloatingType()
233 return TypePropertiesTable[Ty].TypeIsScalarFloatingType; in isScalarFloatingType()
240 return TypePropertiesTable[Ty].TypeIsVectorFloatingType; in isVectorFloatingType()
[all …]