Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp436 const LoadEntry &CurLoadEntry = LoadSequence[LoadIndex]; in getCompareLoadPairs() local
438 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8), nullptr, in getCompareLoadPairs()
439 MaxLoadType, CurLoadEntry.Offset); in getCompareLoadPairs()
516 const LoadEntry &CurLoadEntry = LoadSequence[BlockIndex]; in emitLoadCompareBlock() local
518 if (CurLoadEntry.LoadSize == 1) { in emitLoadCompareBlock()
519 MemCmpExpansion::emitLoadCompareByteBlock(BlockIndex, CurLoadEntry.Offset); in emitLoadCompareBlock()
524 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8); in emitLoadCompareBlock()
528 PowerOf2Ceil(CurLoadEntry.LoadSize * 8)) in emitLoadCompareBlock()
532 std::max(MaxLoadSize, (unsigned)PowerOf2Ceil(CurLoadEntry.LoadSize)) * 8); in emitLoadCompareBlock()
533 assert(CurLoadEntry.LoadSize <= MaxLoadSize && "Unexpected load type"); in emitLoadCompareBlock()
[all …]