Home
last modified time | relevance | path

Searched refs:fcNegInf (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DFloatingPointMode.cpp16 if (Mask & fcNegInf) in fneg()
31 NewMask |= fcNegInf; in fneg()
73 {fcNegInf, "ninf"},
H A DAPFloat.cpp5191 return isNegative() ? fcNegInf : fcPosInf; in classify()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h244 fcNegInf = 0x0004, enumerator
254 fcInf = fcPosInf | fcNegInf,
262 fcNegative = fcNegFinite | fcNegInf,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h251 return isKnownNever(fcNegInf); in isKnownNeverNegInfinity()
298 fcNegSubnormal | fcNegNormal | fcNegInf;
347 if (KnownFPClasses & fcNegInf) in fabs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp186 case fcNegInf: in invertFPClassTestIfSimpler()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4097 Mask = fcNegInf; in fcmpToClassTest()
4103 Mask |= fcNegInf; in fcmpToClassTest()
4121 Mask = ~fcNegInf & ~fcNan; in fcmpToClassTest()
4127 Mask &= ~fcNegInf; in fcmpToClassTest()
4149 Mask |= fcNegInf; in fcmpToClassTest()
4169 Mask |= fcNegInf; in fcmpToClassTest()
4215 Mask |= fcNegNormal | fcNegInf; in fcmpToClassTest()
4227 Mask |= fcNegInf | fcNegNormal; in fcmpToClassTest()
4704 Known.knownNot(fcNegInf); in computeKnownFPClass()
4768 Known.knownNot(fcNegInf); in computeKnownFPClass()
[all …]
H A DConstantFolding.cpp2688 ((Mask & fcNegInf) && Op1V.isNegInfinity()) || in ConstantFoldScalarCall2()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp884 case fcNegSubnormal | fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
892 case fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
955 if ((OrderedMask == fcPosInf || OrderedMask == fcNegInf) && in foldIntrinsicIsFPClass()
962 ConstantFP::getInfinity(Src0->getType(), OrderedMask == fcNegInf); in foldIntrinsicIsFPClass()
970 if ((OrderedInvertedMask == fcPosInf || OrderedInvertedMask == fcNegInf) && in foldIntrinsicIsFPClass()
977 OrderedInvertedMask == fcNegInf); in foldIntrinsicIsFPClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td167 if (Check & fcNegInf)
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2467 return fcNegInf; in keywordToFPClassTest()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6072 if (Check & fcNegInf) in lowerIS_FPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5142 FPClassTest Flag = CFP->isNegative() ? (IsFabs ? fcNone : fcNegInf) in SimplifySetCC()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11229 if (Mask & fcNegInf) in getDataClassTest()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5374 if (Check & fcNegInf) in LowerIS_FPCLASS()