Searched refs:FixCount (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86FloatingPoint.cpp94 unsigned FixCount; member in struct:__anon10309::FPS::LiveBundle
97 // FixStack[i] == getStackEntry(i) for all i < FixCount.
100 LiveBundle() : Mask(0), FixCount(0) {}
103 bool isFixed() const { return !Mask || FixCount; }
298 /// Shuffle the top FixCount stack entries such that FP reg FixStack[0] is
300 void shuffleStackTop(const unsigned char *FixStack, unsigned FixCount,
513 for (unsigned i = Bundle.FixCount; i > 0; --i) {
557 shuffleStackTop(Bundle.FixStack, Bundle.FixCount, Term);
561 Bundle.FixCount = StackTop;
941 /// FixCount entrie
[all...]

Completed in 85 milliseconds