Home
last modified time | relevance | path

Searched refs:newArgTypes (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferResultsToOutParams.cpp64 auto newArgTypes = llvm::to_vector<6>( in updateFuncOp() local
66 auto newFunctionType = FunctionType::get(func.getContext(), newArgTypes, in updateFuncOp()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DFunctionInterfaces.td369 TypeRange newArgTypes = function_interface_impl::insertTypesInto(
373 return $_op.cloneTypeWith(newArgTypes, newResultTypes);
382 TypeRange newArgTypes = function_interface_impl::filterTypesOut(
386 return $_op.cloneTypeWith(newArgTypes, newResultTypes);
390 TypeRange newArgTypes = function_interface_impl::filterTypesOut(
392 return $_op.cloneTypeWith(newArgTypes, $_op.getResultTypes());
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinTypes.cpp170 TypeRange newArgTypes = function_interface_impl::insertTypesInto( in getWithArgsAndResults() local
174 return clone(newArgTypes, newResultTypes); in getWithArgsAndResults()
182 TypeRange newArgTypes = function_interface_impl::filterTypesOut( in getWithoutArgsAndResults() local
186 return clone(newArgTypes, newResultTypes); in getWithoutArgsAndResults()