Searched refs:getDenormalMode (Results 1 – 10 of 10) sorted by relevance
436 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
670 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
300 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in MachineFunction301 return F.getDenormalMode(FPType); in getDenormalMode()
782 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
2183 DenormalMode getDenormalMode(EVT VT) const {2184 return MF->getDenormalMode(EVTToAPFloatSemantics(VT));
674 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in Function
1364 I->getFunction()->getDenormalMode(Ty->getFltSemantics()); in FlushFPConstant()
115 return MF.getDenormalMode(APFloat::IEEEsingle()).Output == in useF32FTZ()
14849 DenormalMode DenormMode = DAG.getDenormalMode(VT); in visitFSUB()24555 SDValue Test = TLI.getSqrtInputTest(Op, DAG, DAG.getDenormalMode(VT)); in buildSqrtEstimateImpl()
12713 auto DenormMode = RMW->getParent()->getParent()->getDenormalMode(Flt); in fpModeMatchesGlobalFPAtomicMode()