Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def284 EXTENSION(matrix_types, LangOpts.MatrixTypes)
H A DLangOptions.def451 LANGOPT(MatrixTypes, 1, 0, "Enable or disable the builtin matrix type")
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h207 mutable llvm::FoldingSet<ConstantMatrixType> MatrixTypes; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1332 if (LangOpts.MatrixTypes) in InitBuiltinTypes()
4178 if (ConstantMatrixType *MTP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos)) in getConstantMatrixType()
4186 ConstantMatrixType *NewIP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantMatrixType()
4193 MatrixTypes.InsertNode(New, InsertPos); in getConstantMatrixType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8382 TypeSet MatrixTypes; member in __anon22c3dcc71111::BuiltinCandidateTypeSet
8431 llvm::iterator_range<iterator> matrix_types() { return MatrixTypes; } in matrix_types()
8433 bool containsMatrixType(QualType Ty) const { return MatrixTypes.count(Ty); } in containsMatrixType()
8612 MatrixTypes.insert(Ty); in AddTypesConvertedFrom()
H A DSemaType.cpp2884 assert(Context.getLangOpts().MatrixTypes && in BuildMatrixType()
8734 if (!S.getLangOpts().MatrixTypes) { in HandleMatrixTypeAttr()
H A DSemaChecking.cpp19759 if (!getLangOpts().MatrixTypes) { in SemaBuiltinMatrixColumnMajorLoad()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4047 MarshallingInfoFlag<LangOpts<"MatrixTypes">>;