Home
last modified time | relevance | path

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

/freebsd-14.2/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 inverse_fabs()
80 {fcPosSubnormal, "psub"},
H A DAPFloat.cpp5189 return isNegative() ? fcNegSubnormal : fcPosSubnormal; in classify()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h249 fcPosSubnormal = 0x0080, enumerator
256 fcSubnormal = fcPosSubnormal | fcNegSubnormal,
258 fcPosFinite = fcPosNormal | fcPosSubnormal | fcPosZero,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h261 return isKnownNever(fcPosSubnormal); in isKnownNeverPosSubnormal()
300 fcPosSubnormal | fcPosNormal | fcPosInf;
351 KnownFPClasses |= fcPosSubnormal; in fabs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp191 case fcPosSubnormal: in invertFPClassTestIfSimpler()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4052 return {LHS, fcPosSubnormal | fcPosNormal | fcPosInf}; in fcmpToClassTest()
4054 return {LHS, fcPosSubnormal | fcPosNormal | fcPosInf | fcNan}; in fcmpToClassTest()
4852 Known.knownNot(fcPosSubnormal); in computeKnownFPClass()
5087 if (Known.KnownFPClasses & fcPosSubnormal) in computeKnownFPClass()
H A DConstantFolding.cpp2693 ((Mask & fcPosSubnormal) && Op1V.isDenormal() && !Op1V.isNegative()) || in ConstantFoldScalarCall2()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp872 case fcPosSubnormal | fcPosNormal | fcPosInf: in fpclassTestIsFCmp0()
880 case fcNegative | fcPosZero | fcPosSubnormal: in fpclassTestIsFCmp0()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td173 if (Check & fcPosSubnormal)
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2481 return fcPosSubnormal; in keywordToFPClassTest()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7882 auto V = (PartialCheck == fcPosSubnormal) ? AsInt : Abs; in lowerISFPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6078 if (Check & fcPosSubnormal) in lowerIS_FPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8533 SDValue V = (PartialCheck == fcPosSubnormal) ? OpAsInt : AbsV; in expandIS_FPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11239 if (Mask & fcPosSubnormal) in getDataClassTest()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5380 if (Check & fcPosSubnormal) in LowerIS_FPCLASS()