Home
last modified time | relevance | path

Searched refs:fcPosInf (Results 1 – 18 of 18) 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.cpp5312 return isNegative() ? fcNegInf : fcPosInf; in classify()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h300 return isKnownNever(fcPosInf); in isKnownNeverPosInfinity()
354 fcPosSubnormal | fcPosNormal | fcPosInf;
408 KnownFPClasses |= fcPosInf; in fabs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp185 case fcPosInf: in invertFPClassTestIfSimpler()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4442 return exactClass(Src, fcPosSubnormal | fcPosNormal | fcPosInf); in fcmpImpliesClass()
4444 return exactClass(Src, fcPosSubnormal | fcPosNormal | fcPosInf | fcNan); in fcmpImpliesClass()
4489 Mask = fcPosInf; in fcmpImpliesClass()
4512 Mask = ~fcPosInf & ~fcNan; in fcmpImpliesClass()
4554 Mask = fcPosInf; in fcmpImpliesClass()
4671 FPClassTest ClassesGE = fcPosNormal | fcPosInf; in fcmpImpliesClass()
4734 Mask = fcPosInf | fcPosNormal; in fcmpImpliesClass()
5104 Known.knownNot(fcPosInf); in computeKnownFPClass()
5314 Known.knownNot(fcPosInf); in computeKnownFPClass()
5373 Known.knownNot(fcPosInf); in computeKnownFPClass()
[all …]
H A DConstantFolding.cpp2754 ((Mask & fcPosInf) && Op1V.isPosInfinity()); in ConstantFoldIntrinsicCall2()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp867 case fcPosSubnormal | fcPosNormal | fcPosInf: in fpclassTestIsFCmp0()
883 case fcPosNormal | fcPosInf: in fpclassTestIsFCmp0()
951 if ((OrderedMask == fcPosInf || OrderedMask == fcNegInf) && in foldIntrinsicIsFPClass()
966 if ((OrderedInvertedMask == fcPosInf || OrderedInvertedMask == fcNegInf) && in foldIntrinsicIsFPClass()
H A DInstCombineSimplifyDemanded.cpp1947 case fcPosInf: in getFPClassConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp5266 auto IsZeroOrInf = B.buildIsFPClass(LLT::scalar(1), SqrtX, fcZero | fcPosInf); in legalizeFSQRTF32()
5348 auto IsZeroOrInf = B.buildIsFPClass(LLT::scalar(1), SqrtX, fcZero | fcPosInf); in legalizeFSQRTF64()
H A DSIISelLowering.cpp11062 DAG.getTargetConstant(fcZero | fcPosInf, DL, MVT::i32)); in lowerFSQRTF32()
11141 DAG.getTargetConstant(fcZero | fcPosInf, DL, MVT::i32)); in lowerFSQRTF64()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td166 if (Check & fcPosInf)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5218 : (IsFabs ? fcInf : fcPosInf); in SimplifySetCC()
8748 if (PartialCheck == fcPosInf) in expandIS_FPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2581 return fcPosInf; in keywordToFPClassTest()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8408 if (PartialCheck == fcPosInf) in lowerISFPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6074 if (Check & fcPosInf) in lowerIS_FPCLASS()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11424 if (Mask & fcPosInf) in getDataClassTest()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5769 if (Check & fcPosInf) in LowerIS_FPCLASS()