Searched refs:hasFP32Denormals (Results 1 – 16 of 16) sorted by relevance
242 bool hasFP32Denormals() const { in hasFP32Denormals() function
190 assert(!ST->hasFP32Denormals() && "will change when supported"); in getArithmeticInstrCost()
70 ST.hasFP32Denormals() ? FP_DENORM_FLUSH_NONE : FP_DENORM_FLUSH_IN_FLUSH_OUT; in getFPMode()
1214 return Subtarget->hasFP32Denormals() && Subtarget->hasFastFMAF32(); in isFMAFasterThanFMulAndFAdd()2124 if ((Unsafe || (VT == MVT::f32 && !Subtarget->hasFP32Denormals())) && in LowerFastFDIV()2665 if (VT == MVT::f32 && !Subtarget->hasFP32Denormals()) in performFCanonicalizeCombine()2932 if (Subtarget->hasFP32Denormals()) in PerformDAGCombine()2973 !Subtarget->hasFP32Denormals()) { in PerformDAGCombine()
45 def FP32Denormals : Predicate<"Subtarget.hasFP32Denormals()">;
259 if (!Subtarget->hasFP32Denormals()) in AMDGPUTargetLowering()
412 if ((SLT == MVT::f32 && !ST->hasFP32Denormals()) || in getArithmeticInstrCost()431 if (!ST->hasFP32Denormals()) { in getArithmeticInstrCost()
889 if ((Op == AMDGPU::V_MUL_F32_e64 && ST->hasFP32Denormals()) || in isOMod()919 if ((Op == AMDGPU::V_ADD_F32_e64 && ST->hasFP32Denormals()) || in isOMod()
149 bool hasFP32Denormals() const { in hasFP32Denormals() function
87 def FP32Denormals : Predicate<"Subtarget->hasFP32Denormals()">;90 def NoFP32Denormals : Predicate<"!Subtarget->hasFP32Denormals()">;
448 bool HasDenormals = ST->hasFP32Denormals(); in visitFDiv()
346 if (!Subtarget->hasFP32Denormals()) in SITargetLowering()687 DestVT.getScalarType() == MVT::f32 && !Subtarget->hasFP32Denormals() && in isFPExtFoldable()3525 if (Subtarget->hasFP32Denormals()) in isFMAFasterThanFMulAndFAdd()5733 if (!Unsafe && VT == MVT::f32 && Subtarget->hasFP32Denormals()) in lowerFastUnsafeFDIV()5900 if (!Subtarget->hasFP32Denormals()) { in LowerFDIV32()5933 if (!Subtarget->hasFP32Denormals()) { in LowerFDIV32()6893 if (((VT == MVT::f32 && ST->hasFP32Denormals()) || in performFCanonicalizeCombine()6914 if (SVT == MVT::f32 && !Subtarget->hasFP32Denormals()) in performFCanonicalizeCombine()7325 if ((VT == MVT::f32 && !Subtarget->hasFP32Denormals()) || in getFusedOpcode()
74 ST.hasFP32Denormals() ? FP_DENORM_FLUSH_NONE : FP_DENORM_FLUSH_IN_FLUSH_OUT; in getFPMode()
1742 assert((IsFMA || !Subtarget->hasFP32Denormals()) && in SelectFMAD_FMA()
1508 unsigned OpCode = Subtarget->hasFP32Denormals() ? in LowerDIVREM24()1590 unsigned FMAD = Subtarget->hasFP32Denormals() ? in LowerUDIVREM64()
228 if (!Subtarget->hasFP32Denormals()) in R600TargetLowering()