Searched refs:hasFP16Denormals (Results 1 – 4 of 4) sorted by relevance
890 (Op == AMDGPU::V_MUL_F16_e64 && ST->hasFP16Denormals())) in isOMod()920 (Op == AMDGPU::V_ADD_F16_e64 && ST->hasFP16Denormals())) in isOMod()
541 bool hasFP16Denormals() const { in hasFP16Denormals() function
86 def FP16Denormals : Predicate<"Subtarget->hasFP16Denormals()">;89 def NoFP16Denormals : Predicate<"!Subtarget->hasFP16Denormals()">;
474 if (!Subtarget->hasFP16Denormals()) in SITargetLowering()3534 return Subtarget->has16BitInsts() && Subtarget->hasFP16Denormals(); in isFMAFasterThanFMulAndFAdd()6831 ST->hasFP16Denormals(); in isCanonicalized()6835 ST->hasFP16Denormals(); in isCanonicalized()6895 (VT == MVT::f16 && ST->hasFP16Denormals())) && in performFCanonicalizeCombine()6920 if (SVT == MVT::f16 && !Subtarget->hasFP16Denormals()) in performFCanonicalizeCombine()7326 (VT == MVT::f16 && !Subtarget->hasFP16Denormals())) in getFusedOpcode()