Home
last modified time | relevance | path

Searched refs:Inspect (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/CPU/
H A Dsparse_storage.mlir85 // Inspect storage scheme of Dense.
98 // Inspect storage scheme of CSR.
119 // Inspect storage scheme of DCSR.
150 // Inspect storage scheme of CSC.
171 // Inspect storage scheme of DCSC.
202 // Inspect storage scheme of BlockRow.
226 // Inspect storage scheme of BlockCol.
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp151 bool Inspect(llvm::Function &function) { return InspectFunction(function); } in Inspect() function in Instrumenter
554 if (!vpc.Inspect(*function)) in runOnModule()
564 if (!ooc.Inspect(*function)) in runOnModule()
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DGitHubMove.rst73 * Inspect the repository history (blame, log, bisect) without Internet access.
/llvm-project-15.0.7/llvm/docs/
H A DWritingAnLLVMPass.rst480 #. Inspect or modify a ``Function`` other than the one currently being processed.
/llvm-project-15.0.7/clang/docs/
H A DInternalsManual.rst3189 * Inspect the generated AST by printing it using ``clang -cc1 -ast-print``,
3192 * Inspect the generated AST under ``clang -cc1 -ast-dump`` to verify that