Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3556 int NumEltRemaining = SrcNumElt; in getMemoryOpCost() local
3558 auto NumEltDone = [&]() { return SrcNumElt - NumEltRemaining; }; in getMemoryOpCost()
3573 NumEltRemaining > 0; CurrOpSizeBytes /= 2) { in getMemoryOpCost()
3582 assert((((NumEltRemaining * EltTyBits) < (2 * 8 * CurrOpSizeBytes)) || in getMemoryOpCost()
3605 while (NumEltRemaining > 0) { in getMemoryOpCost()
3610 if (NumEltRemaining < CurrNumEltPerOp && in getMemoryOpCost()
3652 NumEltRemaining -= CurrNumEltPerOp; in getMemoryOpCost()
3657 assert(NumEltRemaining <= 0 && "Should have processed all the elements."); in getMemoryOpCost()