Home
last modified time | relevance | path

Searched refs:fcPosInf (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DFloatingPointMode.cpp17 NewMask |= fcPosInf; in fneg()
30 if (Mask & fcPosInf) in fneg()
43 if (Mask & fcPosInf) in inverse_fabs()
74 {fcPosInf, "pinf"},
H A DAPFloat.cpp5191 return isNegative() ? fcNegInf : fcPosInf; in classify()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h251 fcPosInf = 0x0200, enumerator
254 fcInf = fcPosInf | fcNegInf,
261 fcPositive = fcPosFinite | fcPosInf,
267 LLVM_DECLARE_ENUM_AS_BITMASK(FPClassTest, /* LargestValue */ fcPosInf);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h246 return isKnownNever(fcPosInf); in isKnownNeverPosInfinity()
300 fcPosSubnormal | fcPosNormal | fcPosInf;
348 KnownFPClasses |= fcPosInf; in fabs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp185 case fcPosInf: in invertFPClassTestIfSimpler()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4052 return {LHS, fcPosSubnormal | fcPosNormal | fcPosInf}; in fcmpToClassTest()
4101 Mask = fcPosInf; in fcmpToClassTest()
4125 Mask = ~fcPosInf & ~fcNan; in fcmpToClassTest()
4167 Mask = fcPosInf; in fcmpToClassTest()
4225 Mask = fcPosInf | fcPosNormal; in fcmpToClassTest()
4527 Known.knownNot(fcPosInf); in computeKnownFPClass()
4702 Known.knownNot(fcPosInf); in computeKnownFPClass()
4761 Known.knownNot(fcPosInf); in computeKnownFPClass()
4846 Known.knownNot(fcPosInf); in computeKnownFPClass()
5248 if (KnownSrc.isKnownNever(fcPosInf)) in computeKnownFPClass()
[all …]
H A DConstantFolding.cpp2695 ((Mask & fcPosInf) && Op1V.isPosInfinity()); in ConstantFoldScalarCall2()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp872 case fcPosSubnormal | fcPosNormal | fcPosInf: in fpclassTestIsFCmp0()
888 case fcPosNormal | fcPosInf: in fpclassTestIsFCmp0()
955 if ((OrderedMask == fcPosInf || OrderedMask == fcNegInf) && in foldIntrinsicIsFPClass()
970 if ((OrderedInvertedMask == fcPosInf || OrderedInvertedMask == fcNegInf) && in foldIntrinsicIsFPClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp5151 auto IsZeroOrInf = B.buildIsFPClass(LLT::scalar(1), SqrtX, fcZero | fcPosInf); in legalizeFSQRTF32()
5233 auto IsZeroOrInf = B.buildIsFPClass(LLT::scalar(1), SqrtX, fcZero | fcPosInf); in legalizeFSQRTF64()
H A DSIISelLowering.cpp10873 DAG.getTargetConstant(fcZero | fcPosInf, DL, MVT::i32)); in lowerFSQRTF32()
10952 DAG.getTargetConstant(fcZero | fcPosInf, DL, MVT::i32)); in lowerFSQRTF64()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td165 if (Check & fcPosInf)
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5143 : (IsFabs ? fcInf : fcPosInf); in SimplifySetCC()
8544 if (PartialCheck == fcPosInf) in expandIS_FPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2469 return fcPosInf; in keywordToFPClassTest()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7894 if (PartialCheck == fcPosInf) in lowerISFPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6070 if (Check & fcPosInf) in lowerIS_FPCLASS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11231 if (Mask & fcPosInf) in getDataClassTest()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5372 if (Check & fcPosInf) in LowerIS_FPCLASS()