Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DFloatingPointMode.cpp20 if (Mask & fcNegSubnormal) in fneg()
27 NewMask |= fcNegSubnormal; in fneg()
79 {fcNegSubnormal, "nsub"},
H A DAPFloat.cpp5456 return isNegative() ? fcNegSubnormal : fcPosSubnormal;
/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h246 fcNegSubnormal = 0x0010, enumerator
256 fcSubnormal = fcPosSubnormal | fcNegSubnormal,
259 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h319 return isKnownNever(fcNegSubnormal);
351 fcNegSubnormal | fcNegNormal | fcNegInf;
409 if (KnownFPClasses & fcNegSubnormal) in fabs()
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp193 case fcNegSubnormal: in invertFPClassTestIfSimpler()
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4626 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf); in fcmpImpliesClass()
4628 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf | fcNan); in fcmpImpliesClass()
4791 RHSClass == fcPosSubnormal || RHSClass == fcNegSubnormal || in computeKnownFPClass()
4823 FPClassTest ClassesGE = fcPositive | fcNegZero | fcNegSubnormal; in computeKnownFPClass()
4826 ClassesLE |= fcNegSubnormal; in computeKnownFPClass()
5299 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()
5652 Known.knownNot(fcNegSubnormal); in computeKnownFPClass()
5894 if (Known.KnownFPClasses & fcNegSubnormal) in isBytewiseValue()
H A DConstantFolding.cpp3123 ((Mask & fcNegSubnormal) && Op1V.isDenormal() && Op1V.isNegative()) || in ConstantFoldScalarCall3()
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp915 case fcPositive | fcNegZero | fcNegSubnormal: in foldIntrinsicIsFPClass()
931 case fcNegSubnormal | fcNegNormal | fcNegInf: in foldIntrinsicIsFPClass()
1061 // is.fpclass(x, fcNegSubnormal | fcNegNormal | fcNegInf) -> fcmp olt x, 0.0 in getKnownSignOrZero()
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td179 if (Check & fcNegSubnormal)
/llvm-project/llvm/unittests/ADT/
H A DAPFloatTest.cpp759 EXPECT_EQ(fcNegSubnormal, NegT.classify()); in TEST()
818 EXPECT_EQ(fcNegSubnormal, NegT.classify()); in TEST()
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2599 return fcNegSubnormal; in parseNoFPClassAttr()
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp9179 if (PartialCheck == fcNegSubnormal)
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6489 if (Check & fcNegSubnormal) in getTargetNodeName()
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8995 if (PartialCheck == fcNegSubnormal) in CTTZTableLookup()
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11596 if (Mask & fcNegSubnormal) in LowerVectorStore()
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6108 if (Check & fcNegSubnormal)