Lines Matching defs:FixCount
105 unsigned FixCount = 0;
108 // FixStack[i] == getStackEntry(i) for all i < FixCount.
114 bool isFixed() const { return !Mask || FixCount; }
272 /// Shuffle the top FixCount stack entries such that FP reg FixStack[0] is
274 void shuffleStackTop(const unsigned char *FixStack, unsigned FixCount,
359 CallingConv::X86_RegCall) && (Bundle.Mask && !Bundle.FixCount)) {
362 // If bundle.mask is non-zero and Bundle.FixCount is zero, it means
368 Bundle.FixCount = 1;
539 for (unsigned i = Bundle.FixCount; i > 0; --i) {
583 shuffleStackTop(Bundle.FixStack, Bundle.FixCount, Term);
587 Bundle.FixCount = StackTop;
997 /// FixCount entries into the order given by FixStack.
1000 unsigned FixCount,
1003 while (FixCount--) {
1004 // Old register at position FixCount.
1005 unsigned OldReg = getStackEntry(FixCount);
1006 // Desired register at position FixCount.
1007 unsigned Reg = FixStack[FixCount];
1012 if (FixCount > 0)