Home
last modified time | relevance | path

Searched refs:isCtpopFast (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h224 bool isCtpopFast(EVT VT) const override;
H A DRISCVISelLowering.cpp24230 bool RISCVTargetLowering::isCtpopFast(EVT VT) const { in isCtpopFast() function in RISCVTargetLowering
24241 return isCtpopFast(VT) ? 0 : 1; in getCustomCtpopCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h736 virtual bool isCtpopFast(EVT VT) const { in isCtpopFast() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1786 if (TLI->isCtpopFast(TLI->getValueType(*DL, OpTy))) { in unfoldPowerOf2Test()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4505 if (CTVT.isVector() && TLI.isCtpopFast(CTVT)) in simplifySetCCWithCTPOP()
4529 if (TLI.isCtpopFast(CTVT)) in simplifySetCCWithCTPOP()