Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFloatingPointMode.cpp20 if (Mask & fcNegSubnormal) in fneg()
27 NewMask |= fcNegSubnormal; in fneg()
79 {fcNegSubnormal, "nsub"}, in operator <<()
H A DAPFloat.cpp5310 return isNegative() ? fcNegSubnormal : fcPosSubnormal; in classify()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h246 fcNegSubnormal = 0x0010, enumerator
256 fcSubnormal = fcPosSubnormal | fcNegSubnormal,
259 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h320 return isKnownNever(fcNegSubnormal); in isKnownNeverNegSubnormal()
352 fcNegSubnormal | fcNegNormal | fcNegInf;
410 if (KnownFPClasses & fcNegSubnormal) in fabs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp192 case fcNegSubnormal: in invertFPClassTestIfSimpler()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4450 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf); in fcmpImpliesClass()
4452 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf | fcNan); in fcmpImpliesClass()
4615 RHSClass == fcPosSubnormal || RHSClass == fcNegSubnormal || in fcmpImpliesClass()
4647 FPClassTest ClassesGE = fcPositive | fcNegZero | fcNegSubnormal; in fcmpImpliesClass()
4650 ClassesLE |= fcNegSubnormal; in fcmpImpliesClass()
5113 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()
5466 Known.knownNot(fcNegSubnormal); in computeKnownFPClass()
5708 if (Known.KnownFPClasses & fcNegSubnormal) in computeKnownFPClass()
H A DConstantFolding.cpp2749 ((Mask & fcNegSubnormal) && Op1V.isDenormal() && Op1V.isNegative()) || in ConstantFoldIntrinsicCall2()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp863 case fcPositive | fcNegZero | fcNegSubnormal: in fpclassTestIsFCmp0()
879 case fcNegSubnormal | fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td176 if (Check & fcNegSubnormal)
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2591 return fcNegSubnormal; in keywordToFPClassTest()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8402 if (PartialCheck == fcNegSubnormal) in lowerISFPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6084 if (Check & fcNegSubnormal) in lowerIS_FPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8742 if (PartialCheck == fcNegSubnormal) in expandIS_FPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11430 if (Mask & fcNegSubnormal) in getDataClassTest()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5779 if (Check & fcNegSubnormal) in LowerIS_FPCLASS()