Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DFloatingPointMode.cpp18 if (Mask & fcNegNormal) in fneg()
29 NewMask |= fcNegNormal; in fneg()
82 {fcNegNormal, "nnorm"},
H A DAPFloat.cpp5187 return isNegative() ? fcNegNormal : fcPosNormal; in classify()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h245 fcNegNormal = 0x0008, enumerator
255 fcNormal = fcPosNormal | fcNegNormal,
259 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp189 case fcNegNormal: in invertFPClassTestIfSimpler()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h298 fcNegSubnormal | fcNegNormal | fcNegInf;
353 if (KnownFPClasses & fcNegNormal) in fabs()
/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()
4215 Mask |= fcNegNormal | fcNegInf; in fcmpToClassTest()
4227 Mask |= fcNegInf | fcNegNormal; in fcmpToClassTest()
4536 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()
5090 Known.KnownFPClasses |= fcNegNormal; in computeKnownFPClass()
H A DConstantFolding.cpp2689 ((Mask & fcNegNormal) && Op1V.isNormal() && Op1V.isNegative()) || in ConstantFoldScalarCall2()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp884 case fcNegSubnormal | fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
892 case fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td171 if (Check & fcNegNormal)
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2473 return fcNegNormal; in keywordToFPClassTest()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7939 if (PartialCheck == fcNegNormal) in lowerISFPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6076 if (Check & fcNegNormal) in lowerIS_FPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8595 if (PartialCheck == fcNegNormal) in expandIS_FPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11173 if (Mask == fcPosNormal || Mask == fcNegNormal) in getDataClassTest()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5378 if (Check & fcNegNormal) in LowerIS_FPCLASS()