Home
last modified time | relevance | path

Searched refs:fcNegNormal (Results 1 – 15 of 15) 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.cpp5308 return isNegative() ? fcNegNormal : fcPosNormal; in classify()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h245 fcNegNormal = 0x0008, enumerator
255 fcNormal = fcPosNormal | fcNegNormal,
259 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp189 case fcNegNormal: in invertFPClassTestIfSimpler()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h352 fcNegSubnormal | fcNegNormal | fcNegInf;
413 if (KnownFPClasses & fcNegNormal) in fabs()
/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()
4614 RHSClass == fcNegNormal || RHSClass == fcNormal || in fcmpImpliesClass()
4646 FPClassTest ClassesLE = fcNegInf | fcNegNormal; in fcmpImpliesClass()
4652 ClassesGE |= fcNegNormal; in fcmpImpliesClass()
4724 Mask |= fcNegNormal | fcNegInf; in fcmpImpliesClass()
4736 Mask |= fcNegInf | fcNegNormal; in fcmpImpliesClass()
5113 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()
5709 Known.KnownFPClasses |= fcNegNormal; in computeKnownFPClass()
H A DConstantFolding.cpp2748 ((Mask & fcNegNormal) && Op1V.isNormal() && Op1V.isNegative()) || in ConstantFoldIntrinsicCall2()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp877 case fcNegSubnormal | fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
885 case fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td172 if (Check & fcNegNormal)
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2585 return fcNegNormal; in keywordToFPClassTest()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8453 if (PartialCheck == fcNegNormal) in lowerISFPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6080 if (Check & fcNegNormal) in lowerIS_FPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8799 if (PartialCheck == fcNegNormal) in expandIS_FPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11366 if (Mask == fcPosNormal || Mask == fcNegNormal) in getDataClassTest()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5774 if (Check & fcNegNormal) in LowerIS_FPCLASS()