Searched refs:libraryCallName (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/LinalgToStandard/ |
D | LinalgToStandard.cpp | 108 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/ |
D | LinalgStructuredOps.td | 55 code libraryCallName = [{ 139 let extraClassDeclaration = libraryCallName # [{ 180 let extraClassDeclaration = libraryCallName # [{ 246 code commonUtils = libraryCallName # [{
|