Lines Matching refs:PLoad
3797 LoadInst *PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores() local
3803 PLoad->copyMetadata(*LI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores()
3808 SplitLoads.push_back(PLoad); in presplitLoadsAndStores()
3813 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()
3817 << "): " << *PLoad << "\n"); in presplitLoadsAndStores()
3848 LoadInst *PLoad = SplitLoads[Idx]; in presplitLoadsAndStores() local
3851 PLoad->getType()->getPointerTo(SI->getPointerAddressSpace()); in presplitLoadsAndStores()
3855 PLoad, in presplitLoadsAndStores()
3932 LoadInst *PLoad; in presplitLoadsAndStores() local
3934 PLoad = (*SplitLoads)[Idx]; in presplitLoadsAndStores()
3938 PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores()
3950 PLoad, in presplitLoadsAndStores()
3965 LLVM_DEBUG(dbgs() << " of split load: " << *PLoad << "\n"); in presplitLoadsAndStores()