Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4949 auto NumEltDone = [&]() { return SrcNumElt - NumEltRemaining; }; in getMemoryOpCost() local
5006 bool Is0thSubVec = (NumEltDone() % LT.second.getVectorNumElements()) == 0; in getMemoryOpCost()
5015 VTy, std::nullopt, CostKind, NumEltDone(), in getMemoryOpCost()
5024 int NumEltDoneInCurrXMM = NumEltDone() % NumEltPerXMM; in getMemoryOpCost()