Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7386 if (unsigned PartialCheck = Mask & fcZero) { in lowerISFPCLASS() local
7387 if (PartialCheck == fcPosZero) in lowerISFPCLASS()
7390 else if (PartialCheck == fcZero) in lowerISFPCLASS()
7398 if (unsigned PartialCheck = Mask & fcInf) { in lowerISFPCLASS() local
7399 if (PartialCheck == fcPosInf) in lowerISFPCLASS()
7402 else if (PartialCheck == fcInf) in lowerISFPCLASS()
7413 if (unsigned PartialCheck = Mask & fcNan) { in lowerISFPCLASS() local
7415 if (PartialCheck == fcNan) { in lowerISFPCLASS()
7419 } else if (PartialCheck == fcQNan) { in lowerISFPCLASS()
7434 if (unsigned PartialCheck = Mask & fcSubnormal) { in lowerISFPCLASS() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8131 if (unsigned PartialCheck = Test & fcZero) { in expandIS_FPCLASS() local
8132 if (PartialCheck == fcPosZero) in expandIS_FPCLASS()
8134 else if (PartialCheck == fcZero) in expandIS_FPCLASS()
8141 if (unsigned PartialCheck = Test & fcInf) { in expandIS_FPCLASS() local
8142 if (PartialCheck == fcPosInf) in expandIS_FPCLASS()
8144 else if (PartialCheck == fcInf) in expandIS_FPCLASS()
8154 if (unsigned PartialCheck = Test & fcNan) { in expandIS_FPCLASS() local
8157 if (PartialCheck == fcNan) { in expandIS_FPCLASS()
8170 } else if (PartialCheck == fcQNan) { in expandIS_FPCLASS()
8185 if (unsigned PartialCheck = Test & fcSubnormal) { in expandIS_FPCLASS() local
[all …]