Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DFeatures.def259 EXTENSION(matrix_types, LangOpts.MatrixTypes)
H A DLangOptions.def401 LANGOPT(MatrixTypes, 1, 0, "Enable or disable the builtin matrix type")
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h211 mutable llvm::FoldingSet<ConstantMatrixType> MatrixTypes; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1402 if (LangOpts.MatrixTypes) in InitBuiltinTypes()
4062 if (ConstantMatrixType *MTP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos)) in getConstantMatrixType()
4070 ConstantMatrixType *NewIP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantMatrixType()
4077 MatrixTypes.InsertNode(New, InsertPos); in getConstantMatrixType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp7802 TypeSet MatrixTypes; member in __anon8501439c0b11::BuiltinCandidateTypeSet
7851 llvm::iterator_range<iterator> matrix_types() { return MatrixTypes; } in matrix_types()
7853 bool containsMatrixType(QualType Ty) const { return MatrixTypes.count(Ty); } in containsMatrixType()
8032 MatrixTypes.insert(Ty); in AddTypesConvertedFrom()
H A DSemaType.cpp2653 assert(Context.getLangOpts().MatrixTypes && in BuildMatrixType()
7981 if (!S.getLangOpts().MatrixTypes) { in HandleMatrixTypeAttr()
H A DSemaChecking.cpp16121 if (!getLangOpts().MatrixTypes) { in SemaBuiltinMatrixColumnMajorLoad()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLanguageExtensions.rst16 MatrixTypes
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2767 MarshallingInfoFlag<LangOpts<"MatrixTypes">>;