Searched refs:fcNegNormal (Results 1 – 16 of 16) sorted by relevance
/llvm-project/llvm/lib/Support/ |
H A D | FloatingPointMode.cpp | 18 if (Mask & fcNegNormal) in fneg() 29 NewMask |= fcNegNormal; in fneg() 82 {fcNegNormal, "nnorm"},
|
H A D | APFloat.cpp | 5454 return isNegative() ? fcNegNormal : fcPosNormal;
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | FloatingPointMode.h | 245 fcNegNormal = 0x0008, enumerator 255 fcNormal = fcPosNormal | fcNegNormal, 259 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenCommonISel.cpp | 190 case fcNegNormal: in invertFPClassTestIfSimpler()
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 351 fcNegSubnormal | fcNegNormal | fcNegInf; 412 if (KnownFPClasses & fcNegNormal) in fabs()
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 4626 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf); in fcmpImpliesClass() 4628 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf | fcNan); in fcmpImpliesClass() 4790 RHSClass == fcNegNormal || RHSClass == fcNormal || in computeKnownFPClass() 4822 FPClassTest ClassesLE = fcNegInf | fcNegNormal; in computeKnownFPClass() 4828 ClassesGE |= fcNegNormal; in computeKnownFPClass() 4894 // fcmp olt x, smallest_normal -> fcNegInf|fcNegNormal|fcSubnormal|fcZero in computeKnownFPClass() 4900 Mask |= fcNegNormal | fcNegInf; in computeKnownFPClass() 4912 Mask |= fcNegInf | fcNegNormal; in computeKnownFPClass() 5299 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass() 5895 Known.KnownFPClasses |= fcNegNormal; in isBytewiseValue() [all...] |
H A D | ConstantFolding.cpp | 3122 ((Mask & fcNegNormal) && Op1V.isNormal() && Op1V.isNegative()) || in ConstantFoldScalarCall3()
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 931 case fcNegSubnormal | fcNegNormal | fcNegInf: in foldIntrinsicIsFPClass() 939 case fcNegNormal | fcNegInf: in foldIntrinsicIsFPClass() 1061 // is.fpclass(x, fcNegSubnormal | fcNegNormal | fcNegInf) -> fcmp olt x, 0.0 in getKnownSignOrZero()
|
/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.td | 175 if (Check & fcNegNormal)
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 2593 return fcNegNormal; in parseNoFPClassAttr()
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 9230 if (PartialCheck == fcNegNormal)
|
/llvm-project/llvm/unittests/ADT/ |
H A D | APFloatTest.cpp | 860 EXPECT_EQ(fcNegNormal, NegSmallestNormalized.classify()); in TEST()
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 6485 if (Check & fcNegNormal) in getTargetNodeName()
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 9052 if (PartialCheck == fcNegNormal) in expandCTTZ()
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 11532 if (Mask == fcPosNormal || Mask == fcNegNormal) in LowerINSERT_VECTOR_ELT()
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 6104 if (Check & fcNegNormal) in hasMergeOp()
|