Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFloatingPointMode.cpp18 if (Mask & fcNegNormal) in fneg()
29 NewMask |= fcNegNormal; in fneg()
82 {fcNegNormal, "nnorm"}, in operator <<()
H A DAPFloat.cpp5492 return isNegative() ? fcNegNormal : fcPosNormal; in classify()
/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()
330 RHSClass == fcNegNormal || RHSClass == fcNormal || in fcmpImpliesClass()
362 FPClassTest ClassesLE = fcNegInf | fcNegNormal; in fcmpImpliesClass()
368 ClassesGE |= fcNegNormal; in fcmpImpliesClass()
441 Mask |= fcNegNormal | fcNegInf; in fcmpImpliesClass()
453 Mask |= fcNegInf | fcNegNormal; in fcmpImpliesClass()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h246 fcNegNormal = 0x0008, enumerator
256 fcNormal = fcPosNormal | fcNegNormal,
260 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownFPClass.h91 fcNegSubnormal | fcNegNormal | fcNegInf;
152 if (KnownFPClasses & fcNegNormal) in fabs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp190 case fcNegNormal: in invertFPClassTestIfSimpler()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp948 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()
1508 Known.KnownFPClasses |= fcNegNormal; in computeKnownFPClass()
H A DLegalizerHelper.cpp9399 if (PartialCheck == fcNegNormal) in lowerISFPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips32r6InstrInfo.td1168 if (Check & fcNegNormal)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp934 case fcNegSubnormal | fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
942 case fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3189 ((Mask & fcNegNormal) && Op1V.isNormal() && Op1V.isNegative()) || in ConstantFoldIntrinsicCall2()
H A DValueTracking.cpp4931 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()
5569 Known.KnownFPClasses |= fcNegNormal; in computeKnownFPClass()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td193 if (Check & fcNegNormal)
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2615 return fcNegNormal; in keywordToFPClassTest()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6970 if (Check & fcNegNormal) in lowerIS_FPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9204 if (PartialCheck == fcNegNormal) in expandIS_FPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11747 if (Mask == fcPosNormal || Mask == fcNegNormal) in getDataClassTest()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6698 if (Check & fcNegNormal) in LowerIS_FPCLASS()