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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp106 unsigned FixCount; member in struct:__anon4434::FPS::LiveBundle
109 // FixStack[i] == getStackEntry(i) for all i < FixCount.
112 LiveBundle() : Mask(0), FixCount(0) {}
115 bool isFixed() const { return !Mask || FixCount; }
273 /// Shuffle the top FixCount stack entries such that FP reg FixStack[0] is
275 void shuffleStackTop(const unsigned char *FixStack, unsigned FixCount,
360 CallingConv::X86_RegCall) && (Bundle.Mask && !Bundle.FixCount)) {
363 // If bundle.mask is non-zero and Bundle.FixCount is zero, it means
369 Bundle.FixCount = 1;
525 for (unsigned i = Bundle.FixCount;
954 shuffleStackTop(const unsigned char *FixStack, unsigned FixCount, MachineBasicBlock::iterator I) argument
[all...]

Completed in 104 milliseconds