Searched refs:matrixType (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/ |
| H A D | MissingFeatures.h | 260 static bool matrixType() { return false; } in matrixType() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 360 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 D | CIRGenExprScalar.cpp | 1424 assert(!cir::MissingFeatures::matrixType()); in emitMul() 1482 assert(!cir::MissingFeatures::matrixType()); in emitAdd() 1530 assert(!cir::MissingFeatures::matrixType()); in emitSub()
|
| H A D | CIRGenExpr.cpp | 1695 assert(!cir::MissingFeatures::matrixType()); in createMemTemp()
|