Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4013 LoadInst *PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores() local
4020 PLoad->copyMetadata(*LI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores()
4025 SplitLoads.push_back(PLoad); in presplitLoadsAndStores()
4030 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()
4034 << "): " << *PLoad << "\n"); in presplitLoadsAndStores()
4065 LoadInst *PLoad = SplitLoads[Idx]; in presplitLoadsAndStores() local
4068 PLoad->getType()->getPointerTo(SI->getPointerAddressSpace()); in presplitLoadsAndStores()
4072 PLoad, in presplitLoadsAndStores()
4150 LoadInst *PLoad; in presplitLoadsAndStores() local
4152 PLoad = (*SplitLoads)[Idx]; in presplitLoadsAndStores()
[all …]