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

References

lib/Target/PowerPC/PPCFrameLowering.cpp
 1842     addScavengingSpillSlot(MF, RS);
 1847   MachineFrameInfo &MFI = MF.getFrameInfo();
 1856     for (MachineBasicBlock &MBB : MF) {
 1863   if (CSI.empty() && !needsFP(MF)) {
 1864     addScavengingSpillSlot(MF, RS);
 1886     assert((!MF.getInfo<PPCFunctionInfo>()->mustSaveTOC() ||
 1934   PPCFunctionInfo *PFI = MF.getInfo<PPCFunctionInfo>();
 1941   if (MF.getTarget().Options.GuaranteedTailCallOpt &&
 1960   if (needsFP(MF)) {
 1978   if (RegInfo->hasBasePointer(MF)) {
 1983     Register BP = RegInfo->getBaseRegister(MF);
 2030   if (spillsCR(MF) && !(Subtarget.isPPC64() && Subtarget.isSVR4ABI())) {
 2084   addScavengingSpillSlot(MF, RS);