Searched refs:hasFP64FP16Denormals (Results 1 – 1 of 1) sorted by relevance
63 static bool hasFP64FP16Denormals(const MachineFunction &MF) { in hasFP64FP16Denormals() function4554 return Subtarget->has16BitInsts() && hasFP64FP16Denormals(MF); in isFMAFasterThanFMulAndFAdd()4583 return Subtarget->hasMadF16() && !hasFP64FP16Denormals(*MI.getMF()); in isFMADLegal()4600 !hasFP64FP16Denormals(DAG.getMachineFunction()); in isFMADLegal()9057 int DPDenormModeDefault = hasFP64FP16Denormals(DAG.getMachineFunction()) in getSPDenormModeValue()10941 (VT == MVT::f16 && !hasFP64FP16Denormals(DAG.getMachineFunction()) && in getFusedOpcode()12836 return hasFP64FP16Denormals(DAG.getMachineFunction()); in denormalsEnabledForType()12849 return hasFP64FP16Denormals(MF); in denormalsEnabledForType()