Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DFunctionImplementation.h56 ParseResult parseFunctionArgumentList(
/external/llvm-project/mlir/lib/IR/
DFunctionImplementation.cpp16 ParseResult mlir::impl::parseFunctionArgumentList( in parseFunctionArgumentList() function in mlir::impl
135 if (parseFunctionArgumentList(parser, allowArgAttrs, allowVariadic, argNames, in parseFunctionSignature()
/external/llvm-project/mlir/lib/Dialect/GPU/IR/
DGPUDialect.cpp499 return impl::parseFunctionArgumentList(parser, /*allowAttributes=*/false, in parseLaunchFuncOperands()