Home
last modified time | relevance | path

Searched refs:HasFP32Denormals (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.h76 bool HasFP32Denormals; variable
136 HasFP32Denormals(ST->hasFP32Denormals(F)) { } in GCNTTIImpl()
DAMDGPUCodeGenPrepare.cpp73 bool HasFP32Denormals = false; member in __anon4c8437600111::AMDGPUCodeGenPrepare
589 if (shouldKeepFDivF32(NumEltI, UnsafeDiv, HasFP32Denormals)) { in visitFDiv()
598 if (!shouldKeepFDivF32(Num, UnsafeDiv, HasFP32Denormals)) in visitFDiv()
1037 HasFP32Denormals = ST->hasFP32Denormals(F); in runOnFunction()
DAMDGPUTargetTransformInfo.cpp431 if ((SLT == MVT::f32 && !HasFP32Denormals) || in getArithmeticInstrCost()
450 if (!HasFP32Denormals) { in getArithmeticInstrCost()
DSIISelLowering.cpp7731 const bool HasFP32Denormals = hasFP32Denormals(DAG.getMachineFunction()); in LowerFDIV32() local
7733 if (!HasFP32Denormals) { in LowerFDIV32()
7777 if (!HasFP32Denormals) { in LowerFDIV32()