Searched refs:hasFP64Denormals (Results 1 – 5 of 5) sorted by relevance
246 bool hasFP64Denormals() const { in hasFP64Denormals() function
73 ST.hasFP64Denormals() ? FP_DENORM_FLUSH_NONE : FP_DENORM_FLUSH_IN_FLUSH_OUT; in getFPMode()
46 def FP64Denormals : Predicate<"Subtarget.hasFP64Denormals()">;
2668 if (VT == MVT::f64 && !Subtarget->hasFP64Denormals()) in performFCanonicalizeCombine()
626 bool hasFP64Denormals(const Function &F) const { in hasFP64Denormals() function