Searched refs:fcNegSubnormal (Results 1 – 16 of 16) sorted by relevance
/llvm-project/llvm/lib/Support/ |
H A D | FloatingPointMode.cpp | 20 if (Mask & fcNegSubnormal) in fneg() 27 NewMask |= fcNegSubnormal; in fneg() 79 {fcNegSubnormal, "nsub"},
|
H A D | APFloat.cpp | 5456 return isNegative() ? fcNegSubnormal : fcPosSubnormal;
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | FloatingPointMode.h | 246 fcNegSubnormal = 0x0010, enumerator 256 fcSubnormal = fcPosSubnormal | fcNegSubnormal, 259 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 319 return isKnownNever(fcNegSubnormal); 351 fcNegSubnormal | fcNegNormal | fcNegInf; 409 if (KnownFPClasses & fcNegSubnormal) in fabs()
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenCommonISel.cpp | 193 case fcNegSubnormal: in invertFPClassTestIfSimpler()
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 4626 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf); in fcmpImpliesClass() 4628 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf | fcNan); in fcmpImpliesClass() 4791 RHSClass == fcPosSubnormal || RHSClass == fcNegSubnormal || in computeKnownFPClass() 4823 FPClassTest ClassesGE = fcPositive | fcNegZero | fcNegSubnormal; in computeKnownFPClass() 4826 ClassesLE |= fcNegSubnormal; in computeKnownFPClass() 5299 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass() 5652 Known.knownNot(fcNegSubnormal); in computeKnownFPClass() 5894 if (Known.KnownFPClasses & fcNegSubnormal) in isBytewiseValue()
|
H A D | ConstantFolding.cpp | 3123 ((Mask & fcNegSubnormal) && Op1V.isDenormal() && Op1V.isNegative()) || in ConstantFoldScalarCall3()
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 915 case fcPositive | fcNegZero | fcNegSubnormal: in foldIntrinsicIsFPClass() 931 case fcNegSubnormal | 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 D | LoongArchInstrInfo.td | 179 if (Check & fcNegSubnormal)
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APFloatTest.cpp | 759 EXPECT_EQ(fcNegSubnormal, NegT.classify()); in TEST() 818 EXPECT_EQ(fcNegSubnormal, NegT.classify()); in TEST()
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 2599 return fcNegSubnormal; in parseNoFPClassAttr()
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 9179 if (PartialCheck == fcNegSubnormal)
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 6489 if (Check & fcNegSubnormal) in getTargetNodeName()
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 8995 if (PartialCheck == fcNegSubnormal) in CTTZTableLookup()
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 11596 if (Mask & fcNegSubnormal) in LowerVectorStore()
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 6108 if (Check & fcNegSubnormal)
|