Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.h136 HasFP32Denormals(ST->hasFP32Denormals(F)) { } in GCNTTIImpl()
DAMDGPUSubtarget.h151 bool hasFP32Denormals(const Function &F) const { in hasFP32Denormals() function
DAMDGPUCodeGenPrepare.cpp1037 HasFP32Denormals = ST->hasFP32Denormals(F); in runOnFunction()
DSIISelLowering.cpp98 static bool hasFP32Denormals(const MachineFunction &MF) { in hasFP32Denormals() function
786 !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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp1321 FP32Denormals = ST.hasFP32Denormals(F); in SIModeRegisterDefaults()