Home
last modified time | relevance | path

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

/freebsd/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 fabs()
74 {fcPosInf, "pinf"}, in operator <<()
H A DAPFloat.cpp5496 return isNegative() ? fcNegInf : fcPosInf; in classify()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGenericFloatingPointPredicateUtils.h160 return ExactClass(fcPosSubnormal | fcPosNormal | fcPosInf); in fcmpImpliesClass()
162 return ExactClass(fcPosSubnormal | fcPosNormal | fcPosInf | fcNan); in fcmpImpliesClass()
205 Mask = fcPosInf; in fcmpImpliesClass()
228 Mask = ~fcPosInf & ~fcNan; in fcmpImpliesClass()
270 Mask = fcPosInf; in fcmpImpliesClass()
387 FPClassTest ClassesGE = fcPosNormal | fcPosInf; in fcmpImpliesClass()
451 Mask = fcPosInf | fcPosNormal; in fcmpImpliesClass()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h252 fcPosInf = 0x0200, enumerator
255 fcInf = fcPosInf | fcNegInf,
262 fcPositive = fcPosFinite | fcPosInf,
268 LLVM_DECLARE_ENUM_AS_BITMASK(FPClassTest, /* LargestValue */ fcPosInf);
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownFPClass.h54 bool isKnownNeverPosInfinity() const { return isKnownNever(fcPosInf); } in isKnownNeverPosInfinity()
93 fcPosSubnormal | fcPosNormal | fcPosInf;
147 KnownFPClasses |= fcPosInf; in fabs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp186 case fcPosInf: in invertFPClassTestIfSimpler()
205 case fcPosInf | fcNan: in invertFPClassTestIfSimpler()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp939 Known.knownNot(fcPosInf); in computeKnownFPClass()
1218 Known.knownNot(fcPosInf); in computeKnownFPClass()
H A DLegalizerHelper.cpp9354 if (PartialCheck == fcPosInf) in lowerISFPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp922 case fcPosSubnormal | fcPosNormal | fcPosInf: in fpclassTestIsFCmp0()
938 case fcPosNormal | fcPosInf: in fpclassTestIsFCmp0()
1006 if ((OrderedMask == fcPosInf || OrderedMask == fcNegInf) && in foldIntrinsicIsFPClass()
1021 if ((OrderedInvertedMask == fcPosInf || OrderedInvertedMask == fcNegInf) && in foldIntrinsicIsFPClass()
H A DInstCombineSimplifyDemanded.cpp1959 case fcPosInf: in getFPClassConstant()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4922 Known.knownNot(fcPosInf); in computeKnownFPClass()
5146 Known.knownNot(fcPosInf); in computeKnownFPClass()
5205 Known.knownNot(fcPosInf); in computeKnownFPClass()
5300 Known.knownNot(fcPosInf); in computeKnownFPClass()
5733 if (KnownSrc.isKnownNever(fcPosInf)) in computeKnownFPClass()
5734 Known.knownNot(fcPosInf); in computeKnownFPClass()
H A DConstantFolding.cpp3195 ((Mask & fcPosInf) && Op1V.isPosInfinity()); in ConstantFoldIntrinsicCall2()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips32r6InstrInfo.td1162 if (Check & fcPosInf)
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp5348 auto IsZeroOrInf = B.buildIsFPClass(LLT::scalar(1), SqrtX, fcZero | fcPosInf); in legalizeFSQRTF32()
5430 auto IsZeroOrInf = B.buildIsFPClass(LLT::scalar(1), SqrtX, fcZero | fcPosInf); in legalizeFSQRTF64()
H A DSIISelLowering.cpp11753 DAG.getTargetConstant(fcZero | fcPosInf, DL, MVT::i32)); in lowerFSQRTF32()
11833 DAG.getTargetConstant(fcZero | fcPosInf, DL, MVT::i32)); in lowerFSQRTF64()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td187 if (Check & fcPosInf)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5432 : (IsFabs ? fcInf : fcPosInf); in SimplifySetCC()
8966 if ((OrderedFPTestMask == fcPosInf || OrderedFPTestMask == fcNegInf) && in expandIS_FPCLASS()
9153 if (PartialCheck == fcPosInf) in expandIS_FPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2611 return fcPosInf; in keywordToFPClassTest()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6964 if (Check & fcPosInf) in lowerIS_FPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11805 if (Mask & fcPosInf) in getDataClassTest()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6692 if (Check & fcPosInf) in LowerIS_FPCLASS()