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

References

lib/Target/PowerPC/PPCFrameLowering.cpp
  794   assert((Subtarget.isDarwinABI() || isSVR4ABI || isAIXABI) &&
  799   if (!isSVR4ABI)
  830   bool HasRedZone = isPPC64 || !isSVR4ABI;
  863   assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) &&
  879     if (isSVR4ABI) {
  891     if (isSVR4ABI) {
 1329       if (isSVR4ABI && (PPC::CR2 <= Reg && Reg <= PPC::CR4)
 1335       if (isSVR4ABI && isPPC64 && (PPC::CR2 <= Reg && Reg <= PPC::CR4)) {