Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFloatingPointMode.cpp16 if (Mask & fcNegInf) in fneg()
31 NewMask |= fcNegInf; in fneg()
73 {fcNegInf, "ninf"}, in operator <<()
H A DAPFloat.cpp5312 return isNegative() ? fcNegInf : fcPosInf; in classify()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h244 fcNegInf = 0x0004, enumerator
254 fcInf = fcPosInf | fcNegInf,
262 fcNegative = fcNegFinite | fcNegInf,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h305 return isKnownNever(fcNegInf); in isKnownNeverNegInfinity()
352 fcNegSubnormal | fcNegNormal | fcNegInf;
407 if (KnownFPClasses & fcNegInf) in fabs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp186 case fcNegInf: in invertFPClassTestIfSimpler()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4450 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf); in fcmpImpliesClass()
4452 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf | fcNan); in fcmpImpliesClass()
4485 Mask = fcNegInf; in fcmpImpliesClass()
4491 Mask |= fcNegInf; in fcmpImpliesClass()
4508 Mask = ~fcNegInf & ~fcNan; in fcmpImpliesClass()
4514 Mask &= ~fcNegInf; in fcmpImpliesClass()
4536 Mask |= fcNegInf; in fcmpImpliesClass()
4556 Mask |= fcNegInf; in fcmpImpliesClass()
4566 Mask = IsFabs ? ~fcNan : ~(fcNegInf | fcNan); in fcmpImpliesClass()
4577 Mask = IsFabs ? fcNone : fcNegInf; in fcmpImpliesClass()
[all …]
H A DConstantFolding.cpp2747 ((Mask & fcNegInf) && Op1V.isNegInfinity()) || in ConstantFoldIntrinsicCall2()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp879 case fcNegSubnormal | fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
887 case fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
951 if ((OrderedMask == fcPosInf || OrderedMask == fcNegInf) && in foldIntrinsicIsFPClass()
958 ConstantFP::getInfinity(Src0->getType(), OrderedMask == fcNegInf); in foldIntrinsicIsFPClass()
966 if ((OrderedInvertedMask == fcPosInf || OrderedInvertedMask == fcNegInf) && in foldIntrinsicIsFPClass()
973 OrderedInvertedMask == fcNegInf); in foldIntrinsicIsFPClass()
H A DInstCombineSimplifyDemanded.cpp1949 case fcNegInf: in getFPClassConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td168 if (Check & fcNegInf)
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2579 return fcNegInf; in keywordToFPClassTest()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6076 if (Check & fcNegInf) in lowerIS_FPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5217 FPClassTest Flag = CFP->isNegative() ? (IsFabs ? fcNone : fcNegInf) in SimplifySetCC()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11422 if (Mask & fcNegInf) in getDataClassTest()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5771 if (Check & fcNegInf) in LowerIS_FPCLASS()