Searched refs:NumLeft (Results 1 – 3 of 3) sorted by relevance
666 unsigned NumLeft = (SizeBytes - (SizeBytes % 4)) / ElementSizeBytes; in splitOddVectorElts() local667 if (NumLeft == Chain.size()) { in splitOddVectorElts()668 if ((NumLeft & 1) == 0) in splitOddVectorElts()669 NumLeft /= 2; // Split even in half in splitOddVectorElts()671 --NumLeft; // Split off last element in splitOddVectorElts()672 } else if (NumLeft == 0) in splitOddVectorElts()673 NumLeft = 1; in splitOddVectorElts()674 return std::make_pair(Chain.slice(0, NumLeft), Chain.slice(NumLeft)); in splitOddVectorElts()
691 if (unsigned NumLeft = NumOps) { in ScheduleNode() local694 const SDValue &Op = N->getOperand(NumLeft-1); in ScheduleNode()697 if (NumLeft == NumOps && Op.getValueType() == MVT::Glue) { in ScheduleNode()720 } while (--NumLeft); in ScheduleNode()
11026 unsigned NumLeft = LastLeft - W.FirstCluster + 1; in splitWorkItem() local11029 if (std::min(NumLeft, NumRight) < 3 && std::max(NumLeft, NumRight) > 3) { in splitWorkItem()11033 if (NumLeft < NumRight) { in splitWorkItem()11045 assert(NumRight < NumLeft); in splitWorkItem()