Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp58 static bool hasFP32Denormals(const MachineFunction &MF) { in hasFP32Denormals() function
822 !hasFP32Denormals(DAG.getMachineFunction()); in isFPExtFoldable()
832 !hasFP32Denormals(*MI.getMF()); in isFPExtFoldable()
4545 if (hasFP32Denormals(MF)) in isFMAFasterThanFMulAndFAdd()
4585 return Subtarget->hasMadMacF32Insts() && !hasFP32Denormals(*MI.getMF()); in isFMADLegal()
4597 !hasFP32Denormals(DAG.getMachineFunction()); in isFMADLegal()
9100 const bool HasFP32Denormals = hasFP32Denormals(DAG.getMachineFunction()); in LowerFDIV32()
10940 if (((VT == MVT::f32 && !hasFP32Denormals(DAG.getMachineFunction())) || in getFusedOpcode()
12833 return hasFP32Denormals(DAG.getMachineFunction()); in denormalsEnabledForType()
12846 return hasFP32Denormals(MF); in denormalsEnabledForType()