Searched refs:isCtpopFast (Results 1 – 5 of 5) sorted by relevance
224 bool isCtpopFast(EVT VT) const override;
24230 bool RISCVTargetLowering::isCtpopFast(EVT VT) const { in isCtpopFast() function in RISCVTargetLowering24241 return isCtpopFast(VT) ? 0 : 1; in getCustomCtpopCost()
736 virtual bool isCtpopFast(EVT VT) const { in isCtpopFast() function
1786 if (TLI->isCtpopFast(TLI->getValueType(*DL, OpTy))) { in unfoldPowerOf2Test()
4505 if (CTVT.isVector() && TLI.isCtpopFast(CTVT)) in simplifySetCCWithCTPOP()4529 if (TLI.isCtpopFast(CTVT)) in simplifySetCCWithCTPOP()