Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2683 size_t OffsetEnd = OldName.find_first_not_of("0123456789"); in getNewAllocaSlicePtr() local
2684 if (OffsetEnd != StringRef::npos && OldName[OffsetEnd] == '.') in getNewAllocaSlicePtr()
2686 OldName = OldName.substr(OffsetEnd + 1); in getNewAllocaSlicePtr()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp326 uint64_t OffsetEnd = OffsetStart + Block.size(); in printBinaryBlockWithRelocs() local
335 if (OffsetStart <= RelocationOffset && RelocationOffset < OffsetEnd) in printBinaryBlockWithRelocs()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7067 unsigned OffsetEnd = OffsetBeg; in getEntryCost() local
7073 else if (OffsetEnd < Idx) in getEntryCost()
7074 OffsetEnd = Idx; in getEntryCost()
7080 unsigned VecSz = (1 + OffsetEnd / VecScalarsSz - OffsetBeg / VecScalarsSz) * in getEntryCost()
7084 PowerOf2Ceil(OffsetEnd - OffsetBeg + 1), in getEntryCost()
7085 ((OffsetEnd - OffsetBeg + VecScalarsSz) / VecScalarsSz) * VecScalarsSz); in getEntryCost()
7087 OffsetBeg == Offset && ((OffsetEnd + 1) % VecScalarsSz == 0); in getEntryCost()
7152 for (unsigned I = OffsetBeg - Offset, End = OffsetEnd - Offset; in getEntryCost()
7156 for (unsigned I = OffsetEnd + 1 - Offset; I < VecSz; ++I) in getEntryCost()