Searched refs:PLoad (Results 1 – 2 of 2) sorted by relevance
3769 LoadInst *PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores() local3775 PLoad->copyMetadata(*LI, LLVMContext::MD_mem_parallel_loop_access); in presplitLoadsAndStores()3779 SplitLoads.push_back(PLoad); in presplitLoadsAndStores()3784 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()3788 << "): " << *PLoad << "\n"); in presplitLoadsAndStores()3819 LoadInst *PLoad = SplitLoads[Idx]; in presplitLoadsAndStores() local3822 PLoad->getType()->getPointerTo(SI->getPointerAddressSpace()); in presplitLoadsAndStores()3826 PLoad, in presplitLoadsAndStores()3902 LoadInst *PLoad; in presplitLoadsAndStores() local3904 PLoad = (*SplitLoads)[Idx]; in presplitLoadsAndStores()[all …]
3567 LoadInst *PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores() local3576 SplitLoads.push_back(PLoad); in presplitLoadsAndStores()3581 &PLoad->getOperandUse(PLoad->getPointerOperandIndex()), in presplitLoadsAndStores()3584 << ", " << NewSlices.back().endOffset() << "): " << *PLoad in presplitLoadsAndStores()3615 LoadInst *PLoad = SplitLoads[Idx]; in presplitLoadsAndStores() local3618 PLoad->getType()->getPointerTo(SI->getPointerAddressSpace()); in presplitLoadsAndStores()3621 PLoad, getAdjustedPtr(IRB, DL, StoreBasePtr, in presplitLoadsAndStores()3695 LoadInst *PLoad; in presplitLoadsAndStores() local3697 PLoad = (*SplitLoads)[Idx]; in presplitLoadsAndStores()3700 PLoad = IRB.CreateAlignedLoad( in presplitLoadsAndStores()[all …]