Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp86 Value *getCompareLoadPairs(unsigned BlockIndex, unsigned &LoadIndex);
89 unsigned &LoadIndex);
315 unsigned &LoadIndex) { in getCompareLoadPairs() argument
316 assert(LoadIndex < getNumLoads() && in getCompareLoadPairs()
337 for (unsigned i = 0; i < NumLoads; ++i, ++LoadIndex) { in getCompareLoadPairs()
338 const LoadEntry &CurLoadEntry = LoadSequence[LoadIndex]; in getCompareLoadPairs()
404 Value *Cmp = getCompareLoadPairs(BlockIndex, LoadIndex); in emitLoadCompareBlockMultipleLoads()
540 unsigned LoadIndex = 0; in getMemCmpExpansionZeroCase() local
544 emitLoadCompareBlockMultipleLoads(I, LoadIndex); in getMemCmpExpansionZeroCase()
555 unsigned LoadIndex = 0; in getMemCmpEqZeroOneBlock() local
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DReproducer.cpp124 if (auto e = m_loader->LoadIndex()) in SetReplay()
189 llvm::Error Loader::LoadIndex() { in LoadIndex() function in Loader
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DReproducer.h156 llvm::Error LoadIndex();