HomeSort by: relevance | last modified time | path
    Searched refs:MatrixType (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 279 MatrixType,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 274 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, MatrixType, OS)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 1182 if (DestType->getAs<MatrixType>() ||
1183 SrcExpr.get()->getType()->getAs<MatrixType>()) {
2668 if (DestType->getAs<MatrixType>() ||
2669 SrcExpr.get()->getType()->getAs<MatrixType>()) {
2955 if (DestType->getAs<MatrixType>() || SrcType->getAs<MatrixType>()) {
SemaTemplateDeduction.cpp 2138 const MatrixType *MatrixArg = dyn_cast<MatrixType>(Arg);
2154 Expr *ParamExpr, const MatrixType *Arg,
SemaExpr.cpp 12362 const MatrixType *LHSMatType = LHSType->getAs<MatrixType>();
12363 const MatrixType *RHSMatType = RHSType->getAs<MatrixType>();
SemaOverload.cpp 8658 AddCandidate(M1, cast<MatrixType>(M1)->getElementType());
8663 AddCandidate(cast<MatrixType>(M2)->getElementType(), M2);
SemaType.cpp 2658 !MatrixType::isValidElementType(ElementTy)) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 3413 class MatrixType : public Type, public llvm::FoldingSetNode {
3420 MatrixType(QualType ElementTy, QualType CanonElementTy);
3422 MatrixType(TypeClass TypeClass, QualType ElementTy, QualType CanonElementTy,
3449 class ConstantMatrixType final : public MatrixType {
3454 // FIXME: Appears to be unused? There is also MatrixType::ElementType...
3466 ConstantMatrixType(TypeClass typeClass, QualType MatrixType, unsigned NRows,
3512 class DependentSizedMatrixType final : public MatrixType {
6786 return isa<MatrixType>(CanonicalType);
TypeLoc.h 1835 MatrixType, MatrixTypeLocInfo> {
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 285 MatrixType::MatrixType(TypeClass tc, QualType matrixType, QualType canonType,
288 (RowExpr ? (matrixType->getDependence() | TypeDependence::Dependent |
290 (matrixType->isVariablyModifiedType()
293 (matrixType->containsUnexpandedParameterPack() ||
300 : matrixType->getDependence())),
301 ElementType(matrixType) {}
303 ConstantMatrixType::ConstantMatrixType(QualType matrixType, unsigned nRows,
305 : ConstantMatrixType(ConstantMatrix, matrixType, nRows, nColumns
    [all...]
ASTContext.cpp 4056 assert(MatrixType::isValidElementType(ElementTy) &&
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2346 if (isa<MatrixType>(OutExpr->getType().getCanonicalType())) {
CGCall.cpp 1959 if (const MatrixType *Matrix = dyn_cast<MatrixType>(QTy))
CGExprScalar.cpp 1210 SrcElementType = SrcType->castAs<MatrixType>()->getElementType();
1211 DstElementType = DstType->castAs<MatrixType>()->getElementType();
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 1808 DEFAULT_TYPELOC_IMPL(ConstantMatrix, MatrixType)
1809 DEFAULT_TYPELOC_IMPL(DependentSizedMatrix, MatrixType)

Completed in 112 milliseconds