Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4837 for (int CurrOpSizeBytes = MaxLegalOpSizeBytes, SubVecEltsLeft = 0; in getMemoryOpCost() local
4838 NumEltRemaining > 0; CurrOpSizeBytes /= 2) { in getMemoryOpCost()
4840 if ((8 * CurrOpSizeBytes) % EltTyBits != 0) in getMemoryOpCost()
4844 int CurrNumEltPerOp = (8 * CurrOpSizeBytes) / EltTyBits; in getMemoryOpCost()
4847 assert((((NumEltRemaining * EltTyBits) < (2 * 8 * CurrOpSizeBytes)) || in getMemoryOpCost()
4848 (CurrOpSizeBytes == MaxLegalOpSizeBytes)) && in getMemoryOpCost()
4876 (!IsLoad || Alignment.valueOrOne() < CurrOpSizeBytes) && in getMemoryOpCost()
4877 CurrOpSizeBytes != 1) in getMemoryOpCost()
4897 if (CurrOpSizeBytes <= 32 / 8 && !Is0thSubVec) { in getMemoryOpCost()
4914 if (CurrOpSizeBytes == 32 && ST->isUnalignedMem32Slow()) in getMemoryOpCost()
[all …]