Searched defs:NewEndOffset (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1886 uint64_t NewBeginOffset, uint64_t NewEndOffset,
1890 NewAllocaBeginOffset(NewBeginOffset), NewAllocaEndOffset(NewEndOffset),
2000 uint64_t NewEndOffset) {
2002 unsigned EndIndex = getIndex(NewEndOffset);
2011 uint64_t NewEndOffset) {
2019 if (Offset > 0 || NewEndOffset < NewAllocaEndOffset)
2034 uint64_t NewEndOffset = std::min(EndOffset, NewAllocaEndOffset); local
2036 uint64_t Size = NewEndOffset - NewBeginOffset;
2043 V = rewriteVectorizedLoadInst(NewBeginOffset, NewEndOffset);
2045 V = rewriteIntegerLoad(LI, NewBeginOffset, NewEndOffset);
1884 AllocaSliceRewriter(const DataLayout &DL, AllocaSlices &S, SROA &Pass, AllocaInst &OldAI, AllocaInst &NewAI, uint64_t NewBeginOffset, uint64_t NewEndOffset, bool IsVectorPromotable = false, bool IsIntegerPromotable = false) argument
1999 rewriteVectorizedLoadInst(uint64_t NewBeginOffset, uint64_t NewEndOffset) argument
2010 rewriteIntegerLoad(LoadInst &LI, uint64_t NewBeginOffset, uint64_t NewEndOffset) argument
2092 rewriteVectorizedStoreInst(Value *V, StoreInst &SI, Value *OldOp, uint64_t NewBeginOffset, uint64_t NewEndOffset) argument
2120 rewriteIntegerStore(Value *V, StoreInst &SI, uint64_t NewBeginOffset, uint64_t NewEndOffset) argument
2158 uint64_t NewEndOffset = std::min(EndOffset, NewAllocaEndOffset); local
2264 uint64_t NewEndOffset = std::min(EndOffset, NewAllocaEndOffset); local
2360 uint64_t NewEndOffset = std::min(EndOffset, NewAllocaEndOffset); local
2535 uint64_t NewEndOffset = std::min(EndOffset, NewAllocaEndOffset); local
[all...]

Completed in 35 milliseconds