Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp63 static bool hasFP64FP16Denormals(const MachineFunction &MF) { in hasFP64FP16Denormals() function
4554 return Subtarget->has16BitInsts() && hasFP64FP16Denormals(MF); in isFMAFasterThanFMulAndFAdd()
4583 return Subtarget->hasMadF16() && !hasFP64FP16Denormals(*MI.getMF()); in isFMADLegal()
4600 !hasFP64FP16Denormals(DAG.getMachineFunction()); in isFMADLegal()
9057 int DPDenormModeDefault = hasFP64FP16Denormals(DAG.getMachineFunction()) in getSPDenormModeValue()
10941 (VT == MVT::f16 && !hasFP64FP16Denormals(DAG.getMachineFunction()) && in getFusedOpcode()
12836 return hasFP64FP16Denormals(DAG.getMachineFunction()); in denormalsEnabledForType()
12849 return hasFP64FP16Denormals(MF); in denormalsEnabledForType()