Lines Matching refs:failed
59 if (failed(parser.parseOptionalKeyword(keyword))) in parseOperandList()
62 if (failed(parser.parseLParen())) in parseOperandList()
69 if (failed(parser.parseCommaSeparatedList([&]() { in parseOperandList()
81 failed(parser.parseRParen())) in parseOperandList()
246 if (async.hasValue() && failed(*async)) in parse()
250 if (failed(parseOperandList(parser, ParallelOp::getWaitKeyword(), in parse()
257 if (numGangs.hasValue() && failed(*numGangs)) in parse()
263 if (numWorkers.hasValue() && failed(*numWorkers)) in parse()
269 if (vectorLength.hasValue() && failed(*vectorLength)) in parse()
273 if (failed(parseOptionalOperand(parser, ParallelOp::getIfKeyword(), ifCond, in parse()
278 if (failed(parseOptionalOperand(parser, ParallelOp::getSelfKeyword(), in parse()
283 if (failed(parseOperandList(parser, ParallelOp::getReductionKeyword(), in parse()
289 if (failed(parseOperandList(parser, ParallelOp::getCopyKeyword(), in parse()
294 if (failed(parseOperandList(parser, ParallelOp::getCopyinKeyword(), in parse()
299 if (failed(parseOperandList(parser, ParallelOp::getCopyinReadonlyKeyword(), in parse()
305 if (failed(parseOperandList(parser, ParallelOp::getCopyoutKeyword(), in parse()
310 if (failed(parseOperandList(parser, ParallelOp::getCopyoutZeroKeyword(), in parse()
316 if (failed(parseOperandList(parser, ParallelOp::getCreateKeyword(), in parse()
321 if (failed(parseOperandList(parser, ParallelOp::getCreateZeroKeyword(), in parse()
327 if (failed(parseOperandList(parser, ParallelOp::getNoCreateKeyword(), in parse()
332 if (failed(parseOperandList(parser, ParallelOp::getPresentKeyword(), in parse()
337 if (failed(parseOperandList(parser, ParallelOp::getDevicePtrKeyword(), in parse()
343 if (failed(parseOperandList(parser, ParallelOp::getAttachKeyword(), in parse()
348 if (failed(parseOperandList(parser, ParallelOp::getPrivateKeyword(), in parse()
353 if (failed(parseOperandList(parser, ParallelOp::getFirstPrivateKeyword(), in parse()
359 if (failed(parseRegions<ParallelOp>(parser, result))) in parse()
388 if (failed(parser.parseOptionalAttrDictWithKeyword(result.attributes))) in parse()
534 if (gangNum.hasValue() && failed(*gangNum)) in parse()
540 if (gangStatic.hasValue() && failed(*gangStatic)) in parse()
544 if (failed(parser.parseRParen())) in parse()
554 if (worker.hasValue() && failed(*worker)) in parse()
563 if (vector.hasValue() && failed(*vector)) in parse()
567 if (failed(parseOperandList(parser, LoopOp::getTileKeyword(), tileOperands, in parse()
572 if (failed(parseOperandList(parser, LoopOp::getPrivateKeyword(), in parse()
577 if (failed(parseOperandList(parser, LoopOp::getReductionKeyword(), in parse()
589 if (failed(parseRegions<LoopOp>(parser, result))) in parse()
602 if (failed(parser.parseOptionalAttrDictWithKeyword(result.attributes))) in parse()