Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def263 EXTENSION(matrix_types, LangOpts.MatrixTypes)
H A DLangOptions.def407 LANGOPT(MatrixTypes, 1, 0, "Enable or disable the builtin matrix type")
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h212 mutable llvm::FoldingSet<ConstantMatrixType> MatrixTypes; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1402 if (LangOpts.MatrixTypes) in InitBuiltinTypes()
4077 if (ConstantMatrixType *MTP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos)) in getConstantMatrixType()
4085 ConstantMatrixType *NewIP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantMatrixType()
4092 MatrixTypes.InsertNode(New, InsertPos); in getConstantMatrixType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7798 TypeSet MatrixTypes; member in __anon041893450b11::BuiltinCandidateTypeSet
7847 llvm::iterator_range<iterator> matrix_types() { return MatrixTypes; } in matrix_types()
7849 bool containsMatrixType(QualType Ty) const { return MatrixTypes.count(Ty); } in containsMatrixType()
8028 MatrixTypes.insert(Ty); in AddTypesConvertedFrom()
H A DSemaType.cpp2677 assert(Context.getLangOpts().MatrixTypes && in BuildMatrixType()
8016 if (!S.getLangOpts().MatrixTypes) { in HandleMatrixTypeAttr()
H A DSemaChecking.cpp16462 if (!getLangOpts().MatrixTypes) { in SemaBuiltinMatrixColumnMajorLoad()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2800 MarshallingInfoFlag<LangOpts<"MatrixTypes">>;