Searched refs:threadIndices (Results 1 – 1 of 1) sorted by relevance
1099 SmallVector<OpAsmParser::Argument, 4> threadIndices; in parse() local1100 if (parser.parseArgumentList(threadIndices, OpAsmParser::Delimiter::Paren)) in parse()1106 parser.parseOperandList(threadNums, threadIndices.size(), in parse()1118 for (auto &idx : threadIndices) in parse()1120 if (parser.parseRegion(*region, threadIndices)) in parse()