Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7386 if (unsigned PartialCheck = Mask & fcZero) { in lowerISFPCLASS() local
7398 if (unsigned PartialCheck = Mask & fcInf) { in lowerISFPCLASS() local
7413 if (unsigned PartialCheck = Mask & fcNan) { in lowerISFPCLASS() local
7434 if (unsigned PartialCheck = Mask & fcSubnormal) { in lowerISFPCLASS() local
7448 if (unsigned PartialCheck = Mask & fcNormal) { in lowerISFPCLASS() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8134 if (unsigned PartialCheck = Test & fcZero) { in expandIS_FPCLASS() local
8144 if (unsigned PartialCheck = Test & fcInf) { in expandIS_FPCLASS() local
8157 if (unsigned PartialCheck = Test & fcNan) { in expandIS_FPCLASS() local
8188 if (unsigned PartialCheck = Test & fcSubnormal) { in expandIS_FPCLASS() local
8201 if (unsigned PartialCheck = Test & fcNormal) { in expandIS_FPCLASS() local