Searched refs:getDenormalMode (Results 1 – 12 of 12) sorted by relevance
436 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
373 DenormalMode Mode = II->getFunction()->getDenormalMode( in simplifyNvvmIntrinsic()
116 return MF.getDenormalMode(APFloat::IEEEsingle()).Output == in useF32FTZ()
650 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
307 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in MachineFunction308 return F.getDenormalMode(FPType); in getDenormalMode()
799 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
2289 DenormalMode getDenormalMode(EVT VT) const {2290 return MF->getDenormalMode(EVTToAPFloatSemantics(VT));
1363 I->getFunction()->getDenormalMode(Ty->getFltSemantics()); in FlushFPConstant()1968 CI->getFunction()->getDenormalMode(Src.getSemantics()); in constantFoldCanonicalize()
699 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in Function
6711 DenormalMode Mode = F->getDenormalMode(C->getSemantics()); in foldFabsWithFcmpZero()
15484 DenormalMode DenormMode = DAG.getDenormalMode(VT); in visitFSUB()26002 SDValue Test = TLI.getSqrtInputTest(Op, DAG, DAG.getDenormalMode(VT)); in buildSqrtEstimateImpl()
12876 auto DenormMode = RMW->getParent()->getParent()->getDenormalMode(Flt); in fpModeMatchesGlobalFPAtomicMode()