Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4089 int NumEltRemaining = SrcNumElt; in getMemoryOpCost() local
4091 auto NumEltDone = [&]() { return SrcNumElt - NumEltRemaining; }; in getMemoryOpCost()
4106 NumEltRemaining > 0; CurrOpSizeBytes /= 2) { in getMemoryOpCost()
4115 assert((((NumEltRemaining * EltTyBits) < (2 * 8 * CurrOpSizeBytes)) || in getMemoryOpCost()
4138 while (NumEltRemaining > 0) { in getMemoryOpCost()
4143 if (NumEltRemaining < CurrNumEltPerOp && in getMemoryOpCost()
4185 NumEltRemaining -= CurrNumEltPerOp; in getMemoryOpCost()
4190 assert(NumEltRemaining <= 0 && "Should have processed all the elements."); in getMemoryOpCost()