Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/
H A DNormalizeMemRefs.cpp201 FunctionType newFuncType; in updateFunctionSignature() local
236 newFuncType = FunctionType::get(&getContext(), /*inputs=*/argTypes, in updateFunctionSignature()
314 funcOp.setType(newFuncType); in updateFunctionSignature()
469 FunctionType newFuncType = in normalizeFuncOpMemRefs() local
473 funcOp.setType(newFuncType); in normalizeFuncOpMemRefs()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DOneShotModuleBufferize.cpp351 auto newFuncType = FunctionType::get( in foldMemRefCasts() local
353 funcOp.setType(newFuncType); in foldMemRefCasts()