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

Declarations

lib/Target/X86/X86RegisterInfo.h
  124   bool hasBasePointer(const MachineFunction &MF) const;

References

lib/Target/X86/X86FrameLowering.cpp
   64          TRI->hasBasePointer(MF);
 1446   if (TRI->hasBasePointer(MF)) {
 1768   if (TRI->hasBasePointer(MF))
 1820   if (TRI->hasBasePointer(MF)) {
 1987   if (this->TRI->hasBasePointer(MF)) {
 2227   if (TRI->hasBasePointer(MF)){
lib/Target/X86/X86ISelLowering.cpp
23580     if (RegInfo->hasBasePointer(MF))
28314     if (TRI->hasBasePointer(DAG.getMachineFunction()) &&
30599   if (RegInfo->hasBasePointer(*MF)) {
31014   if (RI.hasBasePointer(*MF)) {
31365     if (!Subtarget.is32Bit() || !TRI->hasBasePointer(*MF))
lib/Target/X86/X86RegisterInfo.cpp
  547   if (hasBasePointer(MF)) {