Home
last modified time | relevance | path

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

/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.cpp5454 return isNegative() ? fcNegNormal : fcPosNormal;
/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h245 fcNegNormal = 0x0008, enumerator
255 fcNormal = fcPosNormal | fcNegNormal,
259 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp190 case fcNegNormal: in invertFPClassTestIfSimpler()
/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h351 fcNegSubnormal | fcNegNormal | fcNegInf;
412 if (KnownFPClasses & fcNegNormal) in fabs()
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4626 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf); in fcmpImpliesClass()
4628 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf | fcNan); in fcmpImpliesClass()
4790 RHSClass == fcNegNormal || RHSClass == fcNormal || in computeKnownFPClass()
4822 FPClassTest ClassesLE = fcNegInf | fcNegNormal; in computeKnownFPClass()
4828 ClassesGE |= fcNegNormal; in computeKnownFPClass()
4894 // fcmp olt x, smallest_normal -> fcNegInf|fcNegNormal|fcSubnormal|fcZero in computeKnownFPClass()
4900 Mask |= fcNegNormal | fcNegInf; in computeKnownFPClass()
4912 Mask |= fcNegInf | fcNegNormal; in computeKnownFPClass()
5299 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()
5895 Known.KnownFPClasses |= fcNegNormal; in isBytewiseValue()
[all...]
H A DConstantFolding.cpp3122 ((Mask & fcNegNormal) && Op1V.isNormal() && Op1V.isNegative()) || in ConstantFoldScalarCall3()
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp931 case fcNegSubnormal | fcNegNormal | fcNegInf: in foldIntrinsicIsFPClass()
939 case fcNegNormal | fcNegInf: in foldIntrinsicIsFPClass()
1061 // is.fpclass(x, fcNegSubnormal | fcNegNormal | fcNegInf) -> fcmp olt x, 0.0 in getKnownSignOrZero()
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td175 if (Check & fcNegNormal)
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2593 return fcNegNormal; in parseNoFPClassAttr()
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp9230 if (PartialCheck == fcNegNormal)
/llvm-project/llvm/unittests/ADT/
H A DAPFloatTest.cpp860 EXPECT_EQ(fcNegNormal, NegSmallestNormalized.classify()); in TEST()
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6485 if (Check & fcNegNormal) in getTargetNodeName()
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9052 if (PartialCheck == fcNegNormal) in expandCTTZ()
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11532 if (Mask == fcPosNormal || Mask == fcNegNormal) in LowerINSERT_VECTOR_ELT()
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6104 if (Check & fcNegNormal) in hasMergeOp()