Searched refs:getDenormalMode (Results 1 – 18 of 18) sorted by relevance
445 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
347 DenormalMode Mode = II->getFunction()->getDenormalMode( in simplifyNvvmIntrinsic()
124 return MF.getDenormalMode(APFloat::IEEEsingle()).Output == in useF32FTZ()
323 DenormalMode MachineFunction::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in MachineFunction324 return F.getDenormalMode(FPType); in getDenormalMode()
683 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
843 DenormalMode getDenormalMode(const fltSemantics &FPType) const;
2350 DenormalMode getDenormalMode(EVT VT) const {2351 return MF->getDenormalMode(EVTToAPFloatSemantics(VT));
3910 return F.getDenormalMode(Ty->getFltSemantics()).Input == DenormalMode::IEEE; in inputDenormalIsIEEE()3915 DenormalMode Mode = F.getDenormalMode(Ty->getFltSemantics()); in inputDenormalIsIEEEOrPosZero()3922 DenormalMode Mode = F.getDenormalMode(Ty->getFltSemantics()); in outputDenormalIsIEEEOrPosZero()3947 DenormalMode Mode = F.getDenormalMode(Ty->getScalarType()->getFltSemantics()); in isKnownNeverLogicalPosZero()3975 DenormalMode Mode = F.getDenormalMode(Ty->getScalarType()->getFltSemantics()); in propagateDenormal()4622 DenormalMode Mode = Parent->getDenormalMode( in computeKnownFPClass()4658 DenormalMode DenormMode = F->getDenormalMode(FPType); in computeKnownFPClass()
1331 I->getFunction()->getDenormalMode(Ty->getFltSemantics()); in FlushFPConstant()1963 CI->getFunction()->getDenormalMode(Src.getSemantics()); in constantFoldCanonicalize()
725 DenormalMode Function::getDenormalMode(const fltSemantics &FPType) const { in getDenormalMode() function in Function
842 return F.getDenormalMode(Ty->getFltSemantics()).Input == DenormalMode::IEEE; in inputDenormalIsIEEE()847 return F.getDenormalMode(Ty->getFltSemantics()).inputsAreZero(); in inputDenormalIsDAZ()
7530 DenormalMode Mode = F->getDenormalMode(C->getSemantics()); in foldFabsWithFcmpZero()
3424 DenormalMode Mode = F.getDenormalMode(APFloat::IEEEsingle()); in identifyDefaultAbstractAttributes()
12340 DAG.getMachineFunction().getDenormalMode(F.getSemantics()); in isCanonicalized()12518 DenormalMode Mode = MF.getDenormalMode(FCR->Value.getSemantics()); in isCanonicalized()12623 DAG.getMachineFunction().getDenormalMode(C.getSemantics()); in getCanonicalConstantFP()15733 auto DenormMode = RMW->getParent()->getParent()->getDenormalMode(Flt); in fpModeMatchesGlobalFPAtomicMode()
3164 MF.getDenormalMode(APFloat::IEEEsingle()).Input != in needsDenormHandlingF32()
2546 .getDenormalMode(APFloat::IEEEsingle()) in needsDenormHandlingF32()
8346 MF.getDenormalMode(Semantics).Input == DenormalMode::IEEE) in isFCmpEqualZero()8349 MF.getDenormalMode(Semantics).inputsAreZero()) in isFCmpEqualZero()
16499 DenormalMode DenormMode = DAG.getDenormalMode(VT); in visitFSUB()27833 SDValue Test = TLI.getSqrtInputTest(Op, DAG, DAG.getDenormalMode(VT)); in buildSqrtEstimateImpl()