Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp3567 LoadInst *PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores() local
3576 SplitLoads.push_back(PLoad); in presplitLoadsAndStores()
3581 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()
3584 << ", " << NewSlices.back().endOffset() << "): " << *PLoad in presplitLoadsAndStores()
3615 LoadInst *PLoad = SplitLoads[Idx]; in presplitLoadsAndStores() local
3618 PLoad->getType()->getPointerTo(SI->getPointerAddressSpace()); in presplitLoadsAndStores()
3621 PLoad, getAdjustedPtr(IRB, DL, StoreBasePtr, in presplitLoadsAndStores()
3695 LoadInst *PLoad; in presplitLoadsAndStores() local
3697 PLoad = (*SplitLoads)[Idx]; in presplitLoadsAndStores()
3700 PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores()
[all …]