Lines Matching refs:PLoad
3992 LoadInst *PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores() local
3999 PLoad->copyMetadata(*LI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores()
4004 SplitLoads.push_back(PLoad); in presplitLoadsAndStores()
4009 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()
4013 << "): " << *PLoad << "\n"); in presplitLoadsAndStores()
4044 LoadInst *PLoad = SplitLoads[Idx]; in presplitLoadsAndStores() local
4047 PLoad->getType()->getPointerTo(SI->getPointerAddressSpace()); in presplitLoadsAndStores()
4051 PLoad, in presplitLoadsAndStores()
4130 LoadInst *PLoad; in presplitLoadsAndStores() local
4132 PLoad = (*SplitLoads)[Idx]; in presplitLoadsAndStores()
4136 PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores()
4143 PLoad->copyMetadata(*LI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores()
4151 PLoad, in presplitLoadsAndStores()
4169 LLVM_DEBUG(dbgs() << " of split load: " << *PLoad << "\n"); in presplitLoadsAndStores()