Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DFloatingPointMode.h207 fcPosSubnormal = 0x0080, enumerator
214 fcSubnormal = fcPosSubnormal | fcNegSubnormal,
216 fcPosFinite = fcPosNormal | fcPosSubnormal | fcPosZero,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenCommonISel.cpp191 case fcPosSubnormal: in getInvertedFPClassTest()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp500 ((Mask & fcPosSubnormal) && Val.isDenormal() && !Val.isNegative()) || in instCombineIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp2645 ((Mask & fcPosSubnormal) && Op1V.isDenormal() && !Op1V.isNegative()) || in ConstantFoldScalarCall2()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7437 auto V = (PartialCheck == fcPosSubnormal) ? AsInt : Abs; in lowerISFPCLASS()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5678 if (Check & fcPosSubnormal) in lowerIS_FPCLASS()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8188 SDValue V = (PartialCheck == fcPosSubnormal) ? OpAsInt : AbsV; in expandIS_FPCLASS()