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.cpp4963 for (int CurrOpSizeBytes = MaxLegalOpSizeBytes, SubVecEltsLeft = 0; in getMemoryOpCost() local
4964 NumEltRemaining > 0; CurrOpSizeBytes /= 2) { in getMemoryOpCost()
4966 if ((8 * CurrOpSizeBytes) % EltTyBits != 0) in getMemoryOpCost()
4970 int CurrNumEltPerOp = (8 * CurrOpSizeBytes) / EltTyBits; in getMemoryOpCost()
4972 assert(CurrOpSizeBytes > 0 && CurrNumEltPerOp > 0 && "How'd we get here?"); in getMemoryOpCost()
4973 assert((((NumEltRemaining * EltTyBits) < (2 * 8 * CurrOpSizeBytes)) || in getMemoryOpCost()
4974 (CurrOpSizeBytes == MaxLegalOpSizeBytes)) && in getMemoryOpCost()
5002 (!IsLoad || Alignment.valueOrOne() < CurrOpSizeBytes) && in getMemoryOpCost()
5003 CurrOpSizeBytes != 1) in getMemoryOpCost()
5023 if (CurrOpSizeBytes <= 32 / 8 && !Is0thSubVec) { in getMemoryOpCost()
[all …]