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

Declarations

lib/Target/NVPTX/NVPTXSubtarget.h
   79   bool allowFP16Math() const;

References

gen/lib/Target/NVPTX/NVPTXGenDAGISel.inc
71516   case 20: return (useF32FTZ()) && (Subtarget->allowFP16Math());
71517   case 21: return (Subtarget->allowFP16Math());
71519   case 23: return (true) && (Subtarget->allowFP16Math());
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());
lib/Target/NVPTX/NVPTXISelLowering.cpp
  372     setOperationAction(Op, VT, STI.allowFP16Math() ? Action : NoF16Action);
  527   if (STI.allowFP16Math())