Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3217 unsigned CurrNumElements = CurrVT.getVectorNumElements(); in getMemoryOpCost() local
3218 if (isPowerOf2_32(CurrNumElements)) { in getMemoryOpCost()
3223 unsigned PrevPow2 = NextPowerOf2(CurrNumElements) / 2; in getMemoryOpCost()
3226 EVT::getVectorVT(C, EltVT, CurrNumElements - PrevPow2)); in getMemoryOpCost()