Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDFloatingPointMode.cpp18 if (Mask & fcNegNormal) in fneg()
29 NewMask |= fcNegNormal; in fneg()
82 {fcNegNormal, "nnorm"},
HDAPFloat.cpp5308 return isNegative() ? fcNegNormal : fcPosNormal; in classify()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDFloatingPointMode.h245 fcNegNormal = 0x0008, enumerator
255 fcNormal = fcPosNormal | fcNegNormal,
259 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenCommonISel.cpp189 case fcNegNormal: in invertFPClassTestIfSimpler()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDValueTracking.h352 fcNegSubnormal | fcNegNormal | fcNegInf;
413 if (KnownFPClasses & fcNegNormal) in fabs()
/freebsd-13-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()
4614 RHSClass == fcNegNormal || RHSClass == fcNormal || in fcmpImpliesClass()
4646 FPClassTest ClassesLE = fcNegInf | fcNegNormal; in fcmpImpliesClass()
4652 ClassesGE |= fcNegNormal; in fcmpImpliesClass()
4724 Mask |= fcNegNormal | fcNegInf; in fcmpImpliesClass()
4736 Mask |= fcNegInf | fcNegNormal; in fcmpImpliesClass()
5113 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()
5709 Known.KnownFPClasses |= fcNegNormal; in computeKnownFPClass()
HDConstantFolding.cpp2748 ((Mask & fcNegNormal) && Op1V.isNormal() && Op1V.isNegative()) || in ConstantFoldIntrinsicCall2()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp879 case fcNegSubnormal | fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
887 case fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchInstrInfo.td172 if (Check & fcNegNormal)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp2585 return fcNegNormal; in keywordToFPClassTest()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalizerHelper.cpp8453 if (PartialCheck == fcNegNormal) in lowerISFPCLASS()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp6080 if (Check & fcNegNormal) in lowerIS_FPCLASS()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp8799 if (PartialCheck == fcNegNormal) in expandIS_FPCLASS()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp11366 if (Mask == fcPosNormal || Mask == fcNegNormal) in getDataClassTest()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp5775 if (Check & fcNegNormal) in LowerIS_FPCLASS()