Searched refs:parseArgumentList (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/ |
| H A D | GPUDialect.cpp | 762 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 D | LLParser.h | 555 bool parseArgumentList(SmallVectorImpl<ArgInfo> &ArgList, bool &IsVarArg);
|
| /llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/ |
| H A D | OpenMPDialect.cpp | 534 if (parser.parseArgumentList(ivs, OpAsmParser::Delimiter::Paren) || in parseLoopControl()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OpImplementation.h | 1439 virtual ParseResult parseArgumentList(SmallVectorImpl<Argument> &result,
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestDialect.cpp | 1040 if (parser.parseArgumentList(ivsInfo, OpAsmParser::Delimiter::None)) in parse()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/ |
| H A D | SCF.cpp | 1100 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 D | Parser.cpp | 1642 ParseResult parseArgumentList(SmallVectorImpl<Argument> &result, in parseArgumentList() function in __anon220499430a11::CustomOpAsmParser
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 2624 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 D | AffineOps.cpp | 3742 if (parser.parseArgumentList(ivs, OpAsmParser::Delimiter::Paren) || in parse()
|