Searched refs:isCtpopFast (Results 1 – 4 of 4) sorted by relevance
674 bool isCtpopFast(EVT VT) const override;
21969 bool RISCVTargetLowering::isCtpopFast(EVT VT) const { in isCtpopFast() 21980 return isCtpopFast(VT) ? 0 : 1; in fallBackToDAGISel() 21966 bool RISCVTargetLowering::isCtpopFast(EVT VT) const { isCtpopFast() function in RISCVTargetLowering
706 virtual bool isCtpopFast(EVT VT) const { in isCtpopFast() function
4295 if (CTVT.isVector() && TLI.isCtpopFast(CTVT)) in simplifySetCCWithCTPOP()4319 if (TLI.isCtpopFast(CTVT)) in simplifySetCCWithCTPOP()