Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9225 static bool canExpandVectorCTPOP(const TargetLowering &TLI, EVT VT) { in canExpandVectorCTPOP() function
9248 if (VT.isVector() && !canExpandVectorCTPOP(*this, VT)) in expandCTPOP()
9408 !canExpandVectorCTPOP(*this, VT)) || in expandCTLZ()
9529 !canExpandVectorCTPOP(*this, VT)) || in expandCTTZ()