Home
last modified time | relevance | path

Searched refs:fcPosSubnormal (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFloatingPointMode.cpp21 NewMask |= fcPosSubnormal; in fneg()
26 if (Mask & fcPosSubnormal) in fneg()
39 if (Mask & fcPosSubnormal) in fabs()
80 {fcPosSubnormal, "psub"}, in operator <<()
H A DAPFloat.cpp5310 return isNegative() ? fcNegSubnormal : fcPosSubnormal; in classify()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h249 fcPosSubnormal = 0x0080, enumerator
256 fcSubnormal = fcPosSubnormal | fcNegSubnormal,
258 fcPosFinite = fcPosNormal | fcPosSubnormal | fcPosZero,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h315 return isKnownNever(fcPosSubnormal); in isKnownNeverPosSubnormal()
354 fcPosSubnormal | fcPosNormal | fcPosInf;
411 KnownFPClasses |= fcPosSubnormal; in fabs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp191 case fcPosSubnormal: in invertFPClassTestIfSimpler()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4442 return exactClass(Src, fcPosSubnormal | fcPosNormal | fcPosInf); in fcmpImpliesClass()
4444 return exactClass(Src, fcPosSubnormal | fcPosNormal | fcPosInf | fcNan); in fcmpImpliesClass()
4615 RHSClass == fcPosSubnormal || RHSClass == fcNegSubnormal || in fcmpImpliesClass()
4672 FPClassTest ClassesLE = fcNegative | fcPosZero | fcPosSubnormal; in fcmpImpliesClass()
4674 ClassesGE |= fcPosSubnormal; in fcmpImpliesClass()
5464 Known.knownNot(fcPosSubnormal); in computeKnownFPClass()
5706 if (Known.KnownFPClasses & fcPosSubnormal) in computeKnownFPClass()
H A DConstantFolding.cpp2752 ((Mask & fcPosSubnormal) && Op1V.isDenormal() && !Op1V.isNegative()) || in ConstantFoldIntrinsicCall2()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp867 case fcPosSubnormal | fcPosNormal | fcPosInf: in fpclassTestIsFCmp0()
875 case fcNegative | fcPosZero | fcPosSubnormal: in fpclassTestIsFCmp0()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td174 if (Check & fcPosSubnormal)
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2593 return fcPosSubnormal; in keywordToFPClassTest()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8396 auto V = (PartialCheck == fcPosSubnormal) ? AsInt : Abs; in lowerISFPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6082 if (Check & fcPosSubnormal) in lowerIS_FPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8737 SDValue V = (PartialCheck == fcPosSubnormal) ? OpAsInt : AbsV; in expandIS_FPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11432 if (Mask & fcPosSubnormal) in getDataClassTest()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5777 if (Check & fcPosSubnormal) in LowerIS_FPCLASS()