Lines Matching refs:ifCond
179 Value ifCond = op.ifCond(); in matchAndRewrite() local
180 if (!ifCond) in matchAndRewrite()
184 if (matchPattern(ifCond, m_Constant(&constAttr))) { in matchAndRewrite()
238 OpAsmParser::UnresolvedOperand ifCond, selfCond; in parse() local
273 if (failed(parseOptionalOperand(parser, ParallelOp::getIfKeyword(), ifCond, in parse()
419 if (Value ifCond = this->ifCond()) in print() local
420 printer << " " << ParallelOp::getIfKeyword() << "(" << ifCond << ")"; in print()
499 numOptional += ifCond() ? 1 : 0; in getDataOperand()
713 unsigned numOptional = ifCond() ? 1 : 0; in getDataOperand()
753 unsigned numOptional = ifCond() ? 1 : 0; in getDataOperand()
800 unsigned numOptional = ifCond() ? 1 : 0; in getDataOperand()
868 numOptional += ifCond() ? 1 : 0; in getDataOperand()