Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp3734 LoadInst *PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores() local
3743 SplitLoads.push_back(PLoad); in presplitLoadsAndStores()
3748 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()
3751 << ", " << NewSlices.back().endOffset() << "): " << *PLoad in presplitLoadsAndStores()
3782 LoadInst *PLoad = SplitLoads[Idx]; in presplitLoadsAndStores() local
3785 PLoad->getType()->getPointerTo(SI->getPointerAddressSpace()); in presplitLoadsAndStores()
3788 PLoad, getAdjustedPtr(IRB, DL, StoreBasePtr, in presplitLoadsAndStores()
3862 LoadInst *PLoad; in presplitLoadsAndStores() local
3864 PLoad = (*SplitLoads)[Idx]; in presplitLoadsAndStores()
3867 PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores()
[all …]