Home
last modified time | relevance | path

Searched refs:hasFP32Denormals (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h242 bool hasFP32Denormals() const { in hasFP32Denormals() function
DAMDGPUTargetTransformInfo.cpp190 assert(!ST->hasFP32Denormals() && "will change when supported"); in getArithmeticInstrCost()
DAMDGPUAsmPrinter.cpp70 ST.hasFP32Denormals() ? FP_DENORM_FLUSH_NONE : FP_DENORM_FLUSH_IN_FLUSH_OUT; in getFPMode()
DSIISelLowering.cpp1214 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()
DAMDGPUInstructions.td45 def FP32Denormals : Predicate<"Subtarget.hasFP32Denormals()">;
DAMDGPUISelLowering.cpp259 if (!Subtarget->hasFP32Denormals()) in AMDGPUTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp412 if ((SLT == MVT::f32 && !ST->hasFP32Denormals()) || in getArithmeticInstrCost()
431 if (!ST->hasFP32Denormals()) { in getArithmeticInstrCost()
DSIFoldOperands.cpp889 if ((Op == AMDGPU::V_MUL_F32_e64 && ST->hasFP32Denormals()) || in isOMod()
919 if ((Op == AMDGPU::V_ADD_F32_e64 && ST->hasFP32Denormals()) || in isOMod()
DAMDGPUSubtarget.h149 bool hasFP32Denormals() const { in hasFP32Denormals() function
DAMDGPUInstructions.td87 def FP32Denormals : Predicate<"Subtarget->hasFP32Denormals()">;
90 def NoFP32Denormals : Predicate<"!Subtarget->hasFP32Denormals()">;
DAMDGPUCodeGenPrepare.cpp448 bool HasDenormals = ST->hasFP32Denormals(); in visitFDiv()
DSIISelLowering.cpp346 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()
DAMDGPUAsmPrinter.cpp74 ST.hasFP32Denormals() ? FP_DENORM_FLUSH_NONE : FP_DENORM_FLUSH_IN_FLUSH_OUT; in getFPMode()
DAMDGPUISelDAGToDAG.cpp1742 assert((IsFMA || !Subtarget->hasFP32Denormals()) && in SelectFMAD_FMA()
DAMDGPUISelLowering.cpp1508 unsigned OpCode = Subtarget->hasFP32Denormals() ? in LowerDIVREM24()
1590 unsigned FMAD = Subtarget->hasFP32Denormals() ? in LowerUDIVREM64()
DR600ISelLowering.cpp228 if (!Subtarget->hasFP32Denormals()) in R600TargetLowering()