reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86FloatingPoint.cpp
  190       unsigned Slot = getSlot(RegNo);
  204       return StackTop - 1 - getSlot(RegNo) + X86::ST0;
  223     bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; }
  872   unsigned OldSlot  = getSlot(FPRegNo);
  905     std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]);
  905     std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]);
 1370   unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS);
 1465       unsigned Slot = getSlot(SrcFP);