Searched refs:hasFP32Denormals (Results 1 – 5 of 5) sorted by relevance
136 HasFP32Denormals(ST->hasFP32Denormals(F)) { } in GCNTTIImpl()
151 bool hasFP32Denormals(const Function &F) const { in hasFP32Denormals() function
1037 HasFP32Denormals = ST->hasFP32Denormals(F); in runOnFunction()
98 static bool hasFP32Denormals(const MachineFunction &MF) { in hasFP32Denormals() function786 !hasFP32Denormals(DAG.getMachineFunction()); in isFPExtFoldable()3932 if (hasFP32Denormals(MF)) in isFMAFasterThanFMulAndFAdd()3955 return !hasFP32Denormals(DAG.getMachineFunction()); in isFMADLegalForFAddFSub()7552 if (!Unsafe && VT == MVT::f32 && hasFP32Denormals(DAG.getMachineFunction())) in lowerFastUnsafeFDIV()7731 const bool HasFP32Denormals = hasFP32Denormals(DAG.getMachineFunction()); in LowerFDIV32()9441 if (((VT == MVT::f32 && !hasFP32Denormals(DAG.getMachineFunction())) || in getFusedOpcode()10934 return hasFP32Denormals(DAG.getMachineFunction()); in denormalsEnabledForType()
1321 FP32Denormals = ST.hasFP32Denormals(F); in SIModeRegisterDefaults()