Home
last modified time | relevance | path

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

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