Searched refs:PStore (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 3746 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); in mergeConditionalStoreToAddress() local 3748 if (!PStore || !QStore) in mergeConditionalStoreToAddress() 3752 if (!QStore->isUnordered() || !PStore->isUnordered() || in mergeConditionalStoreToAddress() 3753 PStore->getValueOperand()->getType() != in mergeConditionalStoreToAddress() 3778 for (auto I = BasicBlock::iterator(PStore), E = PStore->getParent()->end(); in mergeConditionalStoreToAddress() 3780 if (&*I != PStore && I->mayReadOrWriteMemory()) in mergeConditionalStoreToAddress() 3818 const std::array<StoreInst *, 2> FreeStores = {PStore, QStore}; in mergeConditionalStoreToAddress() 3846 Value *PPHI = ensureValueAvailableInSuccessor(PStore->getValueOperand(), in mergeConditionalStoreToAddress() 3847 PStore->getParent()); in mergeConditionalStoreToAddress() 3872 SI->setAlignment(std::min(PStore->getAlign(), QStore->getAlign())); in mergeConditionalStoreToAddress() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 4050 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local 4057 PStore->copyMetadata(*SI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores() 4059 LLVM_DEBUG(dbgs() << " +" << PartOffset << ":" << *PStore << "\n"); in presplitLoadsAndStores() 4150 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local 4157 PStore->copyMetadata(*SI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores() 4163 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores() 4167 << "): " << *PStore << "\n"); in presplitLoadsAndStores()
|