Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/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.cpp5189 return isNegative() ? fcNegSubnormal : fcPosSubnormal; in classify()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h246 fcNegSubnormal = 0x0010, enumerator
256 fcSubnormal = fcPosSubnormal | fcNegSubnormal,
259 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h266 return isKnownNever(fcNegSubnormal); in isKnownNeverNegSubnormal()
298 fcNegSubnormal | fcNegNormal | fcNegInf;
350 if (KnownFPClasses & fcNegSubnormal) in fabs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp192 case fcNegSubnormal: in invertFPClassTestIfSimpler()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4060 return {LHS, fcNegSubnormal | fcNegNormal | fcNegInf}; in fcmpToClassTest()
4062 return {LHS, fcNegSubnormal | fcNegNormal | fcNegInf | fcNan}; in fcmpToClassTest()
4536 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()
4854 Known.knownNot(fcNegSubnormal); in computeKnownFPClass()
5089 if (Known.KnownFPClasses & fcNegSubnormal) in computeKnownFPClass()
H A DConstantFolding.cpp2690 ((Mask & fcNegSubnormal) && Op1V.isDenormal() && Op1V.isNegative()) || in ConstantFoldScalarCall2()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp868 case fcPositive | fcNegZero | fcNegSubnormal: in fpclassTestIsFCmp0()
884 case fcNegSubnormal | fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td175 if (Check & fcNegSubnormal)
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2479 return fcNegSubnormal; in keywordToFPClassTest()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7888 if (PartialCheck == fcNegSubnormal) in lowerISFPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6080 if (Check & fcNegSubnormal) in lowerIS_FPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8538 if (PartialCheck == fcNegSubnormal) in expandIS_FPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11237 if (Mask & fcNegSubnormal) in getDataClassTest()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5382 if (Check & fcNegSubnormal) in LowerIS_FPCLASS()