Home
last modified time | relevance | path

Searched refs:PartialCheck (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7862 Mask &= ~PartialCheck; in lowerISFPCLASS()
7868 if (PartialCheck == fcPosZero) in lowerISFPCLASS()
7871 else if (PartialCheck == fcZero) in lowerISFPCLASS()
7888 if (PartialCheck == fcNegSubnormal) in lowerISFPCLASS()
7893 if (FPClassTest PartialCheck = Mask & fcInf) { in lowerISFPCLASS() local
7894 if (PartialCheck == fcPosInf) in lowerISFPCLASS()
7897 else if (PartialCheck == fcInf) in lowerISFPCLASS()
7910 if (PartialCheck == fcNan) { in lowerISFPCLASS()
7914 } else if (PartialCheck == fcQNan) { in lowerISFPCLASS()
7939 if (PartialCheck == fcNegNormal) in lowerISFPCLASS()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8514 Test &= ~PartialCheck & fcAllFlags; in expandIS_FPCLASS()
8521 if (PartialCheck == fcPosZero) in expandIS_FPCLASS()
8523 else if (PartialCheck == fcZero) in expandIS_FPCLASS()
8538 if (PartialCheck == fcNegSubnormal) in expandIS_FPCLASS()
8543 if (unsigned PartialCheck = Test & fcInf) { in expandIS_FPCLASS() local
8544 if (PartialCheck == fcPosInf) in expandIS_FPCLASS()
8546 else if (PartialCheck == fcInf) in expandIS_FPCLASS()
8559 if (PartialCheck == fcNan) { in expandIS_FPCLASS()
8572 } else if (PartialCheck == fcQNan) { in expandIS_FPCLASS()
8595 if (PartialCheck == fcNegNormal) in expandIS_FPCLASS()
[all …]