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;
521 for (unsigned i = Bundle.FixCount; i > 0; --i) {
565 shuffleStackTop(Bundle.FixStack, Bundle.FixCount, Term);
569 Bundle.FixCount = StackTop;
979 /// FixCount entries into the order given by FixStack.
982 unsigned FixCount,
985 while (FixCount--) {
986 // Old register at position FixCount.
987 unsigned OldReg = getStackEntry(FixCount);
988 // Desired register at position FixCount.
989 unsigned Reg = FixStack[FixCount];
994 if (FixCount > 0)