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

Overrides

include/llvm/CodeGen/TargetLowering.h
  239   virtual bool useSoftFloat() const { return false; }

Declarations

lib/Target/PowerPC/PPCISelLowering.h
  633     bool useSoftFloat() const override;

References

lib/Target/PowerPC/PPCISelLowering.cpp
  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())