Searched refs:MatrixType (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h279 MatrixType, member in class:llvm::pdb::PDB_Checksum::PDB_SymType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp260 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, MatrixType, OS)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3418 class MatrixType : public Type, public llvm::FoldingSetNode { class in namespace:clang
3425 MatrixType(QualType ElementTy, QualType CanonElementTy);
3427 MatrixType(TypeClass TypeClass, QualType ElementTy, QualType CanonElementTy,
3454 class ConstantMatrixType final : public MatrixType {
3464 ConstantMatrixType(TypeClass typeClass, QualType MatrixType, unsigned NRows,
3511 class DependentSizedMatrixType final : public MatrixType {
6758 return isa<MatrixType>(CanonicalType);
H A DTypeLoc.h1786 MatrixType, MatrixTypeLocInfo> {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp285 MatrixType::MatrixType(TypeClass tc, QualType matrixType, QualType canonType, function in class:MatrixType
311 : MatrixType(tc, matrixType, canonType) {
319 : MatrixType(DependentSizedMatrix, ElementType, CanonicalType, RowExpr,
H A DASTContext.cpp3926 assert(MatrixType::isValidElementType(ElementTy) &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2081 const MatrixType *MatrixArg = dyn_cast<MatrixType>(Arg);
2097 Expr *ParamExpr, const MatrixType *Arg,
H A DSemaExpr.cpp12090 const MatrixType *LHSMatType = LHSType->getAs<MatrixType>();
12091 const MatrixType *RHSMatType = RHSType->getAs<MatrixType>();
H A DSemaOverload.cpp8586 AddCandidate(M1, cast<MatrixType>(M1)->getElementType());
8591 AddCandidate(cast<MatrixType>(M2)->getElementType(), M2);
H A DSemaType.cpp2579 !MatrixType::isValidElementType(ElementTy)) {

Completed in 400 milliseconds