Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp3769 LoadInst *PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores() local
3775 PLoad->copyMetadata(*LI, LLVMContext::MD_mem_parallel_loop_access); in presplitLoadsAndStores()
3779 SplitLoads.push_back(PLoad); in presplitLoadsAndStores()
3784 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()
3788 << "): " << *PLoad << "\n"); in presplitLoadsAndStores()
3819 LoadInst *PLoad = SplitLoads[Idx]; in presplitLoadsAndStores() local
3822 PLoad->getType()->getPointerTo(SI->getPointerAddressSpace()); in presplitLoadsAndStores()
3826 PLoad, in presplitLoadsAndStores()
3902 LoadInst *PLoad; in presplitLoadsAndStores() local
3904 PLoad = (*SplitLoads)[Idx]; in presplitLoadsAndStores()
[all …]
/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 …]