Searched refs:RSExportVectorType (Results 1 – 6 of 6) sorted by relevance
106 RSExportVectorType *EVT = in Create()107 RSExportVectorType::Create(Context, in Create()
809 return RSExportVectorType::GetTypeName(EVT); in GetTypeName()896 ET = RSExportVectorType::Create(Context, in Create()1290 RSExportVectorType::GetTypeName(const clang::ExtVectorType *EVT) { in GetTypeName()1317 RSExportVectorType *RSExportVectorType::Create(RSContext *Context, in Create()1327 return new RSExportVectorType(Context, in Create()1336 llvm::Type *RSExportVectorType::convertToLLVMType() const { in convertToLLVMType()1341 bool RSExportVectorType::equals(const RSExportable *E) const { in equals()1343 return (static_cast<const RSExportVectorType*>(E)->getNumElement() in equals()1612 const RSExportVectorType *EVT = static_cast<const RSExportVectorType*>(this); in convertToRTD()
87 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in GetTypeName()528 genGetterAndSetter(static_cast<const RSExportVectorType *>(ET), EV); in genExportVariablesGetterAndSetter()617 void RSReflectionCpp::genGetterAndSetter(const RSExportVectorType *EVT, in genGetterAndSetter()939 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in genInitExportVariable()
428 class RSExportVectorType : public RSExportPrimitiveType {434 RSExportVectorType(RSContext *Context, in RSExportVectorType() function446 static RSExportVectorType *Create(RSContext *Context,
134 void genGetterAndSetter(const RSExportVectorType *EVT, const RSExportVar* EV);
206 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in GetTypeName()295 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in GetBuiltinElementConstruct()642 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in genInitExportVariable()2505 const RSExportVectorType *EVT = in genAddElement()2506 static_cast<const RSExportVectorType *>(ET); in genAddElement()