Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4667 LoadInst *PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores() local
4674 PLoad->copyMetadata(*LI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores()
4679 SplitLoads.push_back(PLoad); in presplitLoadsAndStores()
4684 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()
4688 << "): " << *PLoad << "\n"); in presplitLoadsAndStores()
4720 LoadInst *PLoad = SplitLoads[Idx]; in presplitLoadsAndStores() local
4726 PLoad, in presplitLoadsAndStores()
4738 AATags.adjustForAccess(PartOffset, PLoad->getType(), DL)); in presplitLoadsAndStores()
4810 LoadInst *PLoad; in presplitLoadsAndStores() local
4812 PLoad = (*SplitLoads)[Idx]; in presplitLoadsAndStores()
[all …]