Lines Matching refs:FixCount
107 unsigned FixCount; member
113 LiveBundle() : Mask(0), FixCount(0) {} in LiveBundle()
116 bool isFixed() const { return !Mask || FixCount; } in isFixed()
276 void shuffleStackTop(const unsigned char *FixStack, unsigned FixCount,
354 CallingConv::X86_RegCall) && (Bundle.Mask && !Bundle.FixCount)) { in runOnMachineFunction()
363 Bundle.FixCount = 1; in runOnMachineFunction()
519 for (unsigned i = Bundle.FixCount; i > 0; --i) { in setupBlockStack()
563 shuffleStackTop(Bundle.FixStack, Bundle.FixCount, Term); in finishBlockStack()
567 Bundle.FixCount = StackTop; in finishBlockStack()
945 unsigned FixCount, in shuffleStackTop() argument
948 while (FixCount--) { in shuffleStackTop()
950 unsigned OldReg = getStackEntry(FixCount); in shuffleStackTop()
952 unsigned Reg = FixStack[FixCount]; in shuffleStackTop()
957 if (FixCount > 0) in shuffleStackTop()