Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def300 EXTENSION(matrix_types, LangOpts.MatrixTypes)
H A DLangOptions.def468 LANGOPT(MatrixTypes, 1, 0, "Enable or disable the builtin matrix type")
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h211 mutable llvm::FoldingSet<ConstantMatrixType> MatrixTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1363 if (LangOpts.MatrixTypes) in InitBuiltinTypes()
4589 if (ConstantMatrixType *MTP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos)) in getConstantMatrixType()
4597 ConstantMatrixType *NewIP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantMatrixType()
4604 MatrixTypes.InsertNode(New, InsertPos); in getConstantMatrixType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8384 TypeSet MatrixTypes; member in __anon2e1ecc911211::BuiltinCandidateTypeSet
8436 llvm::iterator_range<iterator> matrix_types() { return MatrixTypes; } in matrix_types()
8439 bool containsMatrixType(QualType Ty) const { return MatrixTypes.count(Ty); } in containsMatrixType()
8621 MatrixTypes.insert(Ty); in AddTypesConvertedFrom()
H A DSemaType.cpp2428 assert(Context.getLangOpts().MatrixTypes && in BuildMatrixType()
8428 if (!S.getLangOpts().MatrixTypes) { in HandleMatrixTypeAttr()
H A DSemaChecking.cpp14449 if (!getLangOpts().MatrixTypes) { in BuiltinMatrixColumnMajorLoad()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4267 MarshallingInfoFlag<LangOpts<"MatrixTypes">>;