Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2866 size_t OffsetEnd = OldName.find_first_not_of("0123456789"); in getNewAllocaSlicePtr() local
2867 if (OffsetEnd != StringRef::npos && OldName[OffsetEnd] == '.') in getNewAllocaSlicePtr()
2869 OldName = OldName.substr(OffsetEnd + 1); in getNewAllocaSlicePtr()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp328 uint64_t OffsetEnd = OffsetStart + Block.size(); in printBinaryBlockWithRelocs() local
337 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13240 unsigned OffsetEnd = OffsetBeg; in getEntryCost() local
13246 else if (OffsetEnd < Idx) in getEntryCost()
13247 OffsetEnd = Idx; in getEntryCost()
13253 unsigned VecSz = (1 + OffsetEnd / VecScalarsSz - OffsetBeg / VecScalarsSz) * in getEntryCost()
13257 PowerOf2Ceil(OffsetEnd - OffsetBeg + 1), in getEntryCost()
13258 ((OffsetEnd - OffsetBeg + VecScalarsSz) / VecScalarsSz) * VecScalarsSz); in getEntryCost()
13260 OffsetBeg == Offset && ((OffsetEnd + 1) % VecScalarsSz == 0); in getEntryCost()
13322 for (unsigned I = OffsetBeg - Offset, End = OffsetEnd - Offset; in getEntryCost()
13326 for (unsigned I = OffsetEnd + 1 - Offset; I < VecSz; ++I) in getEntryCost()