reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
162 bool hasBasePointer(const MachineFunction &MF) const;
199 if (hasBasePointer(MF))
lib/Target/ARM/ARMExpandPseudoInsts.cpp 1341 if (RI.hasBasePointer(MF)) {
lib/Target/ARM/ARMFrameLowering.cpp751 if (RegInfo->hasBasePointer(MF)) { 914 assert(RegInfo->hasBasePointer(MF) && 926 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) { 930 assert(RegInfo->hasBasePointer(MF) && "missing base pointer!"); 963 if (RegInfo->hasBasePointer(MF)) { 1699 if (RegInfo->hasBasePointer(MF)) 1833 if (RegInfo->hasBasePointer(MF)) 1853 bool HasBPOrFixedSP = RegInfo->hasBasePointer(MF) || !HasMovingSP;lib/Target/ARM/Thumb1FrameLowering.cpp
439 if (RegInfo->hasBasePointer(MF))