Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DFeatures.def270 EXTENSION(matrix_types, LangOpts.MatrixTypes)
H A DLangOptions.def427 LANGOPT(MatrixTypes, 1, 0, "Enable or disable the builtin matrix type")
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h232 mutable llvm::FoldingSet<ConstantMatrixType> MatrixTypes; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1418 if (LangOpts.MatrixTypes) in InitBuiltinTypes()
4163 if (ConstantMatrixType *MTP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos)) in getConstantMatrixType()
4171 ConstantMatrixType *NewIP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantMatrixType()
4178 MatrixTypes.InsertNode(New, InsertPos); in getConstantMatrixType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp7883 TypeSet MatrixTypes; member in __anon85f2cfc10b11::BuiltinCandidateTypeSet
7932 llvm::iterator_range<iterator> matrix_types() { return MatrixTypes; } in matrix_types()
7934 bool containsMatrixType(QualType Ty) const { return MatrixTypes.count(Ty); } in containsMatrixType()
8113 MatrixTypes.insert(Ty); in AddTypesConvertedFrom()
H A DSemaType.cpp2732 assert(Context.getLangOpts().MatrixTypes && in BuildMatrixType()
8171 if (!S.getLangOpts().MatrixTypes) { in HandleMatrixTypeAttr()
H A DSemaChecking.cpp17648 if (!getLangOpts().MatrixTypes) { in SemaBuiltinMatrixColumnMajorLoad()
/llvm-project-15.0.7/clang/docs/
H A DLanguageExtensions.rst16 MatrixTypes
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3061 MarshallingInfoFlag<LangOpts<"MatrixTypes">>;