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

Declarations

lib/Target/NVPTX/NVPTXISelDAGToDAG.h
   36   bool allowFMA() const;

References

gen/lib/Target/NVPTX/NVPTXGenDAGISel.inc
71525   case 29: return (allowFMA());
71526   case 30: return (!allowFMA());
71527   case 31: return (allowFMA()) && (useF32FTZ());
71528   case 32: return (useF32FTZ()) && (!allowFMA());
71529   case 33: return (allowFMA()) && (useF32FTZ()) && (Subtarget->allowFP16Math());
71530   case 34: return (allowFMA()) && (Subtarget->allowFP16Math());
71531   case 35: return (useF32FTZ()) && (!allowFMA()) && (Subtarget->allowFP16Math());
71532   case 36: return (!allowFMA()) && (Subtarget->allowFP16Math());