Home
last modified time | relevance | path

Searched refs:libraryCallName (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/LinalgToStandard/
DLinalgToStandard.cpp108 auto libraryCallName = getLibraryCallSymbolRef(op, rewriter); in matchAndRewrite() local
109 if (!libraryCallName) in matchAndRewrite()
113 op, libraryCallName.getValue(), TypeRange(), in matchAndRewrite()
128 auto libraryCallName = getLibraryCallSymbolRef(op, rewriter); in matchAndRewrite() local
129 if (!libraryCallName) in matchAndRewrite()
133 op, libraryCallName.getValue(), TypeRange(), in matchAndRewrite()
164 auto libraryCallName = getLibraryCallSymbolRef(op, rewriter); in matchAndRewrite() local
165 if (!libraryCallName) in matchAndRewrite()
181 op, libraryCallName.getValue(), TypeRange(), in matchAndRewrite()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
DLinalgStructuredOps.td55 code libraryCallName = [{
139 let extraClassDeclaration = libraryCallName # [{
180 let extraClassDeclaration = libraryCallName # [{
246 code commonUtils = libraryCallName # [{