Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp2263 uint64_t NewBeginOffset, NewEndOffset; member in llvm::sroa::AllocaSliceRewriter
2323 NewBeginOffset = std::max(BeginOffset, NewAllocaBeginOffset); in visit()
2326 SliceSize = NewEndOffset - NewBeginOffset; in visit()
2355 assert(IsSplit || BeginOffset == NewBeginOffset); in getNewAllocaSlicePtr()
2356 uint64_t Offset = NewBeginOffset - NewAllocaBeginOffset; in getNewAllocaSlicePtr()
2400 MinAlign(NewAIAlign, NewBeginOffset - NewAllocaBeginOffset); in getSliceAlign()
2420 unsigned BeginIndex = getIndex(NewBeginOffset); in rewriteVectorizedLoadInst()
2433 assert(NewBeginOffset >= NewAllocaBeginOffset && "Out of bounds offset"); in rewriteIntegerLoad()
2434 uint64_t Offset = NewBeginOffset - NewAllocaBeginOffset; in rewriteIntegerLoad()
2470 } else if (NewBeginOffset == NewAllocaBeginOffset && in visitLoadInst()
[all …]
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2182 uint64_t NewBeginOffset, NewEndOffset; member in llvm::sroa::AllocaSliceRewriter
2243 NewBeginOffset = std::max(BeginOffset, NewAllocaBeginOffset); in visit()
2246 SliceSize = NewEndOffset - NewBeginOffset; in visit()
2275 assert(IsSplit || BeginOffset == NewBeginOffset); in getNewAllocaSlicePtr()
2276 uint64_t Offset = NewBeginOffset - NewAllocaBeginOffset; in getNewAllocaSlicePtr()
2319 MinAlign(NewAIAlign, NewBeginOffset - NewAllocaBeginOffset); in getSliceAlign()
2339 unsigned BeginIndex = getIndex(NewBeginOffset); in rewriteVectorizedLoadInst()
2352 assert(NewBeginOffset >= NewAllocaBeginOffset && "Out of bounds offset"); in rewriteIntegerLoad()
2353 uint64_t Offset = NewBeginOffset - NewAllocaBeginOffset; in rewriteIntegerLoad()
2384 } else if (NewBeginOffset == NewAllocaBeginOffset && in visitLoadInst()
[all …]