Home
last modified time | relevance | path

Searched refs:fcNegSubnormal (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DFloatingPointMode.h204 fcNegSubnormal = 0x0010, enumerator
214 fcSubnormal = fcPosSubnormal | fcNegSubnormal,
217 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp192 case fcNegSubnormal: in getInvertedFPClassTest()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp497 ((Mask & fcNegSubnormal) && Val.isDenormal() && Val.isNegative()) || in instCombineIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp2642 ((Mask & fcNegSubnormal) && Op1V.isDenormal() && Op1V.isNegative()) || in ConstantFoldScalarCall2()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7443 if (PartialCheck == fcNegSubnormal) in lowerISFPCLASS()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5680 if (Check & fcNegSubnormal) in lowerIS_FPCLASS()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8193 if (PartialCheck == fcNegSubnormal) in expandIS_FPCLASS()