Searched refs:VectorType (Results 1 – 7 of 7) sorted by relevance
28 VectorType::VectorType() { in VectorType() function in android::VectorType31 std::string VectorType::typeName() const { in typeName()35 bool VectorType::isCompatibleElementType(Type *elementType) const { in isCompatibleElementType()72 void VectorType::addNamedTypesToSet(std::set<const FQName> &set) const { in addNamedTypesToSet()76 bool VectorType::isVector() const { in isVector()80 bool VectorType::isVectorOfBinders() const { in isVectorOfBinders()84 bool VectorType::canCheckEquality() const { in canCheckEquality()88 std::string VectorType::getCppType(StorageMode mode, in getCppType()114 std::string VectorType::getJavaType(bool /* forInitializer */) const { in getJavaType()128 std::string VectorType::getVtsType() const { in getVtsType()[all …]
25 struct VectorType : public TemplatedType { struct26 VectorType();159 DISALLOW_COPY_AND_ASSIGN(VectorType);
45 && static_cast<const VectorType *>( in setFields()653 VectorType::getAlignmentAndSizeStatic(&vecAlign, &vecSize); in emitJavaTypeDeclarations()667 VectorType::EmitJavaFieldReaderWriterForElementType( in emitJavaTypeDeclarations()741 VectorType::EmitJavaFieldReaderWriterForElementType( in emitJavaTypeDeclarations()
85 "VectorType.cpp",
45 #include "VectorType.h"101 "vec" { yylval->templatedType = new VectorType; return token::TEMPLATED; }
314 const VectorType *chainType = static_cast<const VectorType *>(&method->results()[0]->type()); in fillHashChainMethod()
28 #include "VectorType.h"