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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp104 // Number of pre-assigned live registers in FixStack. This is 0 when the
109 // FixStack[i] == getStackEntry(i) for all i < FixCount.
110 unsigned char FixStack[8]; member in struct:__anon4434::FPS::LiveBundle
273 /// Shuffle the top FixCount stack entries such that FP reg FixStack[0] is
274 /// st(0), FP reg FixStack[1] is st(1) etc.
275 void shuffleStackTop(const unsigned char *FixStack, unsigned FixCount,
370 Bundle.FixStack[0] = 0;
527 << unsigned(Bundle.FixStack[i - 1]) << '\n');
528 pushReg(Bundle.FixStack[i-1]);
569 shuffleStackTop(Bundle.FixStack, Bundl
954 shuffleStackTop(const unsigned char *FixStack, unsigned FixCount, MachineBasicBlock::iterator I) argument
[all...]

Completed in 129 milliseconds