reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
239 virtual bool useSoftFloat() const { return false; }
633 bool useSoftFloat() const override;
146 if (!useSoftFloat()) { 3471 if (useSoftFloat()) 3612 if (useSoftFloat() || hasSPE()) 3722 const unsigned Num_FPR_Regs = useSoftFloat() ? 0 : 13; 4137 const unsigned Num_FPR_Regs = useSoftFloat() ? 0 : 13; 5450 if (useSoftFloat()) 5717 const unsigned NumFPRs = useSoftFloat() ? 0 : 13; 13019 if (useSoftFloat() || !Subtarget.has64BitSupport())