Searched refs:mType (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/AMX/Transforms/ |
| H A D | LegalizeForLLVMExport.cpp | 41 LogicalResult verifyStride(MemRefType mType) { in verifyStride() argument 42 if (mType.getRank() < 2) in verifyStride() 44 int64_t last = mType.getRank() - 1; in verifyStride() 57 assert(mType.getRank() >= 2); in getStride() 58 int64_t last = mType.getRank() - 1; in getStride() 60 unsigned width = mType.getElementType().getIntOrFloatBitWidth(); in getStride() 63 if (mType.isDynamicDim(last)) { in getStride() 106 MemRefType mType = op.getMemRefType(); in matchAndRewrite() local 112 if (failed(verifyStride(mType))) in matchAndRewrite() 133 MemRefType mType = op.getMemRefType(); in matchAndRewrite() local [all …]
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 1344 tok::TokenKind mType, in ParseObjCMethodDecl() argument 1351 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl() 1370 Actions.CodeCompleteObjCMethodDecl(getCurScope(), mType == tok::minus, in ParseObjCMethodDecl() 1396 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, in ParseObjCMethodDecl() 1434 mType == tok::minus, in ParseObjCMethodDecl() 1458 mType == tok::minus, in ParseObjCMethodDecl() 1518 getCurScope(), mLoc, Tok.getLocation(), mType, DSRet, ReturnType, KeyLocs, in ParseObjCMethodDecl()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 1734 Decl *ParseObjCMethodDecl(SourceLocation mLoc, tok::TokenKind mType,
|