Searched refs:MaxLoadSize (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp70 unsigned MaxLoadSize; member in class:__anon3459::MemCmpExpansion
119 computeOverlappingLoadSequence(uint64_t Size, unsigned MaxLoadSize,
166 const unsigned MaxLoadSize,
170 if (Size < 2 || MaxLoadSize < 2)
175 const uint64_t NumNonOverlappingLoads = Size / MaxLoadSize;
177 // There remain 0 to (MaxLoadSize - 1) bytes to load, this will be done with
179 Size = Size - NumNonOverlappingLoads * MaxLoadSize;
193 LoadSequence.push_back({MaxLoadSize, Offset});
194 Offset += MaxLoadSize;
198 assert(Size > 0 && Size < MaxLoadSize
165 computeOverlappingLoadSequence(uint64_t Size, const unsigned MaxLoadSize, const unsigned MaxNumLoads, unsigned &NumLoadsNonOneByte) argument
[all...]

Completed in 102 milliseconds