Lines Matching refs:condInputOperands
934 CHECK(!containsUnknownSize(step->condInputOperands)); in finish()
1067 CHECK_EQ(step->condInputOperands.size(), step->outerInputOperands.size()); in findMemoryStepRoles()
1069 analyzer.setUsedBy(step->outerInputOperands[i], step->condInputOperands[i]); in findMemoryStepRoles()
1074 CHECK_GE(step->condInputOperands.size(), step->bodyOutputOperands.size()); in findMemoryStepRoles()
1076 analyzer.setUsedBy(step->bodyOutputOperands[i], step->condInputOperands[i]); in findMemoryStepRoles()
1080 CHECK_EQ(step->bodyInputOperands.size(), step->condInputOperands.size()); in findMemoryStepRoles()
1082 analyzer.setUsedBy(step->condInputOperands[i], step->bodyInputOperands[i]); in findMemoryStepRoles()
1724 CHECK_EQ(step->condInputOperands.size(), step->outerInputOperands.size()); in nextCompound()
1725 CHECK_GE(step->condInputOperands.size(), loopBodyOutputCount); in nextCompound()
1726 for (uint32_t i = 0, n = step->condInputOperands.size(); i < n; ++i) { in nextCompound()
1731 step->condInputOperands[i]); in nextCompound()
1766 CHECK_EQ(step->bodyInputOperands.size(), step->condInputOperands.size()); in nextCompound()
1770 controller->setInput(step->condInputOperands[i], step->bodyInputOperands[i]); in nextCompound()
1796 const SourceOperandIndex& innerOperand = step->condInputOperands[i]; in nextCompound()
2321 whileStep->condInputOperands.emplace_back( in partitionTheWorkInternal()