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.cpp4528 LoadInst *PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores() local
4535 PLoad->copyMetadata(*LI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores()
4540 SplitLoads.push_back(PLoad); in presplitLoadsAndStores()
4545 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()
4549 << "): " << *PLoad << "\n"); in presplitLoadsAndStores()
4581 LoadInst *PLoad = SplitLoads[Idx]; in presplitLoadsAndStores() local
4587 PLoad, in presplitLoadsAndStores()
4599 AATags.adjustForAccess(PartOffset, PLoad->getType(), DL)); in presplitLoadsAndStores()
4671 LoadInst *PLoad; in presplitLoadsAndStores() local
4673 PLoad = (*SplitLoads)[Idx]; in presplitLoadsAndStores()
[all …]