Lines Matching refs:PLoad
4029 LoadInst *PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores() local
4036 PLoad->copyMetadata(*LI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores()
4041 SplitLoads.push_back(PLoad); in presplitLoadsAndStores()
4046 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()
4050 << "): " << *PLoad << "\n"); in presplitLoadsAndStores()
4081 LoadInst *PLoad = SplitLoads[Idx]; in presplitLoadsAndStores() local
4084 PLoad->getType()->getPointerTo(SI->getPointerAddressSpace()); in presplitLoadsAndStores()
4088 PLoad, in presplitLoadsAndStores()
4167 LoadInst *PLoad; in presplitLoadsAndStores() local
4169 PLoad = (*SplitLoads)[Idx]; in presplitLoadsAndStores()
4173 PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores()
4180 PLoad->copyMetadata(*LI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores()
4188 PLoad, in presplitLoadsAndStores()
4206 LLVM_DEBUG(dbgs() << " of split load: " << *PLoad << "\n"); in presplitLoadsAndStores()