Home
last modified time | relevance | path

Searched refs:fcNegSubnormal (Results 1 – 18 of 18) 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.cpp5494 return isNegative() ? fcNegSubnormal : fcPosSubnormal; in classify()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownFPClass.h66 bool isKnownNeverNegSubnormal() const { return isKnownNever(fcNegSubnormal); } in isKnownNeverNegSubnormal()
91 fcNegSubnormal | fcNegNormal | fcNegInf;
149 if (KnownFPClasses & fcNegSubnormal) in fabs()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGenericFloatingPointPredicateUtils.h168 return ExactClass(fcNegSubnormal | fcNegNormal | fcNegInf); in fcmpImpliesClass()
170 return ExactClass(fcNegSubnormal | fcNegNormal | fcNegInf | fcNan); in fcmpImpliesClass()
331 RHSClass == fcPosSubnormal || RHSClass == fcNegSubnormal || in fcmpImpliesClass()
363 FPClassTest ClassesGE = fcPositive | fcNegZero | fcNegSubnormal; in fcmpImpliesClass()
366 ClassesLE |= fcNegSubnormal; in fcmpImpliesClass()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h247 fcNegSubnormal = 0x0010, enumerator
257 fcSubnormal = fcPosSubnormal | fcNegSubnormal,
260 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp193 case fcNegSubnormal: in invertFPClassTestIfSimpler()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp948 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()
1507 if (Known.KnownFPClasses & fcNegSubnormal) in computeKnownFPClass()
H A DLegalizerHelper.cpp9348 if (PartialCheck == fcNegSubnormal) in lowerISFPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips32r6InstrInfo.td1172 if (Check & fcNegSubnormal)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp918 case fcPositive | fcNegZero | fcNegSubnormal: in fpclassTestIsFCmp0()
934 case fcNegSubnormal | fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4931 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()
5308 Known.knownNot(fcNegSubnormal); in computeKnownFPClass()
5568 if (Known.KnownFPClasses & fcNegSubnormal) in computeKnownFPClass()
H A DConstantFolding.cpp3190 ((Mask & fcNegSubnormal) && Op1V.isDenormal() && Op1V.isNegative()) || in ConstantFoldIntrinsicCall2()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td197 if (Check & fcNegSubnormal)
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2621 return fcNegSubnormal; in keywordToFPClassTest()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6974 if (Check & fcNegSubnormal) in lowerIS_FPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9147 if (PartialCheck == fcNegSubnormal) in expandIS_FPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11811 if (Mask & fcNegSubnormal) in getDataClassTest()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6702 if (Check & fcNegSubnormal) in LowerIS_FPCLASS()