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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp104 static bool hasFP32Denormals(const MachineFunction &MF) { function
873 !hasFP32Denormals(DAG.getMachineFunction());
4287 if (hasFP32Denormals(MF))
4311 !hasFP32Denormals(DAG.getMachineFunction());
8194 const bool HasFP32Denormals = hasFP32Denormals(DAG.getMachineFunction());
9957 if (((VT == MVT::f32 && !hasFP32Denormals(DAG.getMachineFunction())) ||
11535 return hasFP32Denormals(DAG.getMachineFunction());

Completed in 165 milliseconds