Lines Matching refs:FixCount
106 unsigned FixCount; member
112 LiveBundle() : Mask(0), FixCount(0) {} in LiveBundle()
115 bool isFixed() const { return !Mask || FixCount; } in isFixed()
275 void shuffleStackTop(const unsigned char *FixStack, unsigned FixCount,
360 CallingConv::X86_RegCall) && (Bundle.Mask && !Bundle.FixCount)) { in runOnMachineFunction()
369 Bundle.FixCount = 1; in runOnMachineFunction()
525 for (unsigned i = Bundle.FixCount; i > 0; --i) { in setupBlockStack()
569 shuffleStackTop(Bundle.FixStack, Bundle.FixCount, Term); in finishBlockStack()
573 Bundle.FixCount = StackTop; in finishBlockStack()
959 unsigned FixCount, in shuffleStackTop() argument
962 while (FixCount--) { in shuffleStackTop()
964 unsigned OldReg = getStackEntry(FixCount); in shuffleStackTop()
966 unsigned Reg = FixStack[FixCount]; in shuffleStackTop()
971 if (FixCount > 0) in shuffleStackTop()