Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp338 const LoadEntry &CurLoadEntry = LoadSequence[LoadIndex]; in getCompareLoadPairs() local
341 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8); in getCompareLoadPairs()
344 CurLoadEntry.Offset); in getCompareLoadPairs()
346 CurLoadEntry.Offset); in getCompareLoadPairs()
434 const LoadEntry &CurLoadEntry = LoadSequence[BlockIndex]; in emitLoadCompareBlock() local
436 if (CurLoadEntry.LoadSize == 1) { in emitLoadCompareBlock()
437 MemCmpExpansion::emitLoadCompareByteBlock(BlockIndex, CurLoadEntry.Offset); in emitLoadCompareBlock()
442 IntegerType::get(CI->getContext(), CurLoadEntry.LoadSize * 8); in emitLoadCompareBlock()
444 assert(CurLoadEntry.LoadSize <= MaxLoadSize && "Unexpected load type"); in emitLoadCompareBlock()
449 CurLoadEntry.Offset); in emitLoadCompareBlock()
[all …]