Home
last modified time | relevance | path

Searched refs:matrixType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h260 static bool matrixType() { return false; } in matrixType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp360 MatrixType::MatrixType(TypeClass tc, QualType matrixType, QualType canonType, in MatrixType() argument
363 (RowExpr ? (matrixType->getDependence() | TypeDependence::Dependent | in MatrixType()
365 (matrixType->isVariablyModifiedType() in MatrixType()
368 (matrixType->containsUnexpandedParameterPack() || in MatrixType()
375 : matrixType->getDependence())), in MatrixType()
376 ElementType(matrixType) {} in MatrixType()
378 ConstantMatrixType::ConstantMatrixType(QualType matrixType, unsigned nRows, in ConstantMatrixType() argument
380 : ConstantMatrixType(ConstantMatrix, matrixType, nRows, nColumns, in ConstantMatrixType()
383 ConstantMatrixType::ConstantMatrixType(TypeClass tc, QualType matrixType, in ConstantMatrixType() argument
386 : MatrixType(tc, matrixType, canonType), NumRows(nRows), in ConstantMatrixType()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1424 assert(!cir::MissingFeatures::matrixType()); in emitMul()
1482 assert(!cir::MissingFeatures::matrixType()); in emitAdd()
1530 assert(!cir::MissingFeatures::matrixType()); in emitSub()
H A DCIRGenExpr.cpp1695 assert(!cir::MissingFeatures::matrixType()); in createMemTemp()