Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4947 int NumEltRemaining = SrcNumElt; in getMemoryOpCost() local
4949 auto NumEltDone = [&]() { return SrcNumElt - NumEltRemaining; }; in getMemoryOpCost()
4964 NumEltRemaining > 0; CurrOpSizeBytes /= 2) { in getMemoryOpCost()
4973 assert((((NumEltRemaining * EltTyBits) < (2 * 8 * CurrOpSizeBytes)) || in getMemoryOpCost()
4996 while (NumEltRemaining > 0) { in getMemoryOpCost()
5001 if (NumEltRemaining < CurrNumEltPerOp && in getMemoryOpCost()
5048 NumEltRemaining -= CurrNumEltPerOp; in getMemoryOpCost()
5053 assert(NumEltRemaining <= 0 && "Should have processed all the elements."); in getMemoryOpCost()