Home
last modified time | relevance | path

Searched refs:parseArgumentList (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp762 if (parser.parseArgumentList(args, OpAsmParser::Delimiter::Paren, in parseLaunchFuncOperands()
862 return parser.parseArgumentList(args, OpAsmParser::Delimiter::Paren, in parseAttributions()
/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h555 bool parseArgumentList(SmallVectorImpl<ArgInfo> &ArgList, bool &IsVarArg);
/llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp534 if (parser.parseArgumentList(ivs, OpAsmParser::Delimiter::Paren) || in parseLoopControl()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpImplementation.h1439 virtual ParseResult parseArgumentList(SmallVectorImpl<Argument> &result,
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp1040 if (parser.parseArgumentList(ivsInfo, OpAsmParser::Delimiter::None)) in parse()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp1100 if (parser.parseArgumentList(threadIndices, OpAsmParser::Delimiter::Paren)) in parse()
2216 if (parser.parseArgumentList(ivs, OpAsmParser::Delimiter::Paren)) in parse()
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DParser.cpp1642 ParseResult parseArgumentList(SmallVectorImpl<Argument> &result, in parseArgumentList() function in __anon220499430a11::CustomOpAsmParser
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp2624 bool LLParser::parseArgumentList(SmallVectorImpl<ArgInfo> &ArgList, in parseArgumentList() function in LLParser
2717 if (parseArgumentList(ArgList, IsVarArg)) in parseFunctionType()
5659 if (parseArgumentList(ArgList, IsVarArg) || in parseFunctionHeader()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp3742 if (parser.parseArgumentList(ivs, OpAsmParser::Delimiter::Paren) || in parse()