| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorInferTypeOpInterfaceImpl.cpp | 25 unsigned startPos = in getExpandedDimToCollapsedDimMap() local 29 for (auto dim : llvm::seq_inclusive(startPos, endPos)) { in getExpandedDimToCollapsedDimMap() 45 unsigned startPos = in getCollapsedOutputDimFromInputShape() local 50 for (auto dim : llvm::seq_inclusive(startPos, endPos)) { in getCollapsedOutputDimFromInputShape() 52 AffineExpr currExpr = builder.getAffineSymbolExpr(dim - startPos); in getCollapsedOutputDimFromInputShape() 56 AffineMap::get(0, endPos - startPos + 1, expr), in getCollapsedOutputDimFromInputShape() 82 unsigned startPos = reassociation[sourceDimPos] in getExpandedOutputDimFromInputShape() local 94 llvm::enumerate(dstStaticShape.slice(startPos, endPos - startPos + 1))) { in getExpandedOutputDimFromInputShape() 95 if (d.index() + startPos == static_cast<unsigned>(dimIndex)) in getExpandedOutputDimFromInputShape()
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | LLVMIRConversionGen.cpp | 53 size_t startPos = str.find('$'); in findNextVariable() local 54 if (startPos == std::string::npos) in findNextVariable() 55 return {startPos, 0}; in findNextVariable() 58 if (startPos != str.size() - 1 && str[startPos + 1] == '$') in findNextVariable() 59 return {startPos, 2}; in findNextVariable() 64 startPos + 1); in findNextVariable() 68 return {startPos, endPos - startPos}; in findNextVariable()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 636 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos, in PathDiagnosticControlFlowPiece() argument 640 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece() 643 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos, in PathDiagnosticControlFlowPiece() argument 646 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); in PathDiagnosticControlFlowPiece()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | FormatString.h | 699 virtual void HandlePosition(const char *startPos, unsigned posLen) {} in HandlePosition() argument 701 virtual void HandleInvalidPosition(const char *startPos, unsigned posLen, in HandleInvalidPosition() argument 704 virtual void HandleZeroPosition(const char *startPos, unsigned posLen) {} in HandleZeroPosition() argument
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/ |
| H A D | MLIRServer.cpp | 1015 lsp::Position startPos(chunk.lineOffset); in findDocumentSymbols() local 1020 /*range=*/lsp::Range(startPos, endPos), in findDocumentSymbols() 1021 /*selectionRange=*/lsp::Range(startPos)); in findDocumentSymbols()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | PDLLServer.cpp | 1570 lsp::Position startPos(chunk.lineOffset); in findDocumentSymbols() local 1575 /*range=*/lsp::Range(startPos, endPos), in findDocumentSymbols() 1576 /*selectionRange=*/lsp::Range(startPos)); in findDocumentSymbols()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 9001 void HandlePosition(const char *startPos, unsigned posLen) override; 9007 void HandleZeroPosition(const char *startPos, unsigned posLen) override; 9167 void CheckFormatHandler::HandlePosition(const char *startPos, in HandlePosition() argument 9170 getLocationOfByte(startPos), in HandlePosition() 9172 getSpecifierRange(startPos, posLen)); in HandlePosition() 9176 CheckFormatHandler::HandleInvalidPosition(const char *startPos, unsigned posLen, in HandleInvalidPosition() argument 9180 getLocationOfByte(startPos), /*IsStringLocation*/true, in HandleInvalidPosition() 9181 getSpecifierRange(startPos, posLen)); in HandleInvalidPosition() 9184 void CheckFormatHandler::HandleZeroPosition(const char *startPos, in HandleZeroPosition() argument 9187 getLocationOfByte(startPos), in HandleZeroPosition() [all …]
|