Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2402 uint64_t NewBeginOffset, NewEndOffset; member in __anonadce12ea0e11::AllocaSliceRewriter
2463 NewBeginOffset = std::max(BeginOffset, NewAllocaBeginOffset); in visit()
2466 SliceSize = NewEndOffset - NewBeginOffset; in visit()
2495 assert(IsSplit || BeginOffset == NewBeginOffset); in getNewAllocaSlicePtr()
2496 uint64_t Offset = NewBeginOffset - NewAllocaBeginOffset; in getNewAllocaSlicePtr()
2539 MinAlign(NewAIAlign, NewBeginOffset - NewAllocaBeginOffset); in getSliceAlign()
2559 unsigned BeginIndex = getIndex(NewBeginOffset); in rewriteVectorizedLoadInst()
2572 assert(NewBeginOffset >= NewAllocaBeginOffset && "Out of bounds offset"); in rewriteIntegerLoad()
2573 uint64_t Offset = NewBeginOffset - NewAllocaBeginOffset; in rewriteIntegerLoad()
2593 } else if (NewBeginOffset == NewAllocaBeginOffset && in visitLoadInst()
[all …]