reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
228 virtual bool hasFP(const MachineFunction &MF) const = 0;
46 bool hasFP(const MachineFunction &MF) const override;
55 if (hasFP(MF)) { 129 if (hasFP(MF)) { 293 if (hasFP(MF)) {lib/Target/MSP430/MSP430RegisterInfo.cpp
64 if (TFI->hasFP(*MF)) 88 if (TFI->hasFP(MF)) { 115 unsigned BasePtr = (TFI->hasFP(MF) ? MSP430::FP : MSP430::SP); 121 if (!TFI->hasFP(MF)) 159 return TFI->hasFP(MF) ? MSP430::FP : MSP430::SP;