Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDFloatingPointMode.cpp16 if (Mask & fcNegInf) in fneg()
31 NewMask |= fcNegInf; in fneg()
73 {fcNegInf, "ninf"},
HDAPFloat.cpp5312 return isNegative() ? fcNegInf : fcPosInf; in classify()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDFloatingPointMode.h244 fcNegInf = 0x0004, enumerator
254 fcInf = fcPosInf | fcNegInf,
262 fcNegative = fcNegFinite | fcNegInf,
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDValueTracking.h305 return isKnownNever(fcNegInf); in isKnownNeverNegInfinity()
352 fcNegSubnormal | fcNegNormal | fcNegInf;
407 if (KnownFPClasses & fcNegInf) in fabs()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenCommonISel.cpp186 case fcNegInf: in invertFPClassTestIfSimpler()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDValueTracking.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 …]
HDConstantFolding.cpp2747 ((Mask & fcNegInf) && Op1V.isNegInfinity()) || in ConstantFoldIntrinsicCall2()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.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()
HDInstCombineSimplifyDemanded.cpp1949 case fcNegInf: in getFPClassConstant()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchInstrInfo.td168 if (Check & fcNegInf)
/freebsd-14-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp2579 return fcNegInf; in keywordToFPClassTest()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp6076 if (Check & fcNegInf) in lowerIS_FPCLASS()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp5217 FPClassTest Flag = CFP->isNegative() ? (IsFabs ? fcNone : fcNegInf) in SimplifySetCC()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp11422 if (Mask & fcNegInf) in getDataClassTest()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp5771 if (Check & fcNegInf) in LowerIS_FPCLASS()