Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4091 auto NumEltDone = [&]() { return SrcNumElt - NumEltRemaining; }; in getMemoryOpCost() local
4148 bool Is0thSubVec = (NumEltDone() % LT.second.getVectorNumElements()) == 0; in getMemoryOpCost()
4157 VTy, None, NumEltDone(), CurrVecTy); in getMemoryOpCost()
4165 int NumEltDoneInCurrXMM = NumEltDone() % NumEltPerXMM; in getMemoryOpCost()