Searched refs:PStore (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 4231 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); in mergeConditionalStoreToAddress() local 4233 if (!PStore || !QStore) in mergeConditionalStoreToAddress() 4237 if (!QStore->isUnordered() || !PStore->isUnordered() || in mergeConditionalStoreToAddress() 4238 PStore->getValueOperand()->getType() != in mergeConditionalStoreToAddress() 4263 for (auto I = BasicBlock::iterator(PStore), E = PStore->getParent()->end(); in mergeConditionalStoreToAddress() 4265 if (&*I != PStore && I->mayReadOrWriteMemory()) in mergeConditionalStoreToAddress() 4304 const std::array<StoreInst *, 2> FreeStores = {PStore, QStore}; in mergeConditionalStoreToAddress() 4332 Value *PPHI = ensureValueAvailableInSuccessor(PStore->getValueOperand(), in mergeConditionalStoreToAddress() 4333 PStore->getParent()); in mergeConditionalStoreToAddress() 4341 Value *PPred = PStore->getParent() == PTB ? PCond : QB.CreateNot(PCond); in mergeConditionalStoreToAddress() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 4725 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local 4732 PStore->copyMetadata(*SI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores() 4737 PStore->setAAMetadata( in presplitLoadsAndStores() 4739 LLVM_DEBUG(dbgs() << " +" << PartOffset << ":" << *PStore << "\n"); in presplitLoadsAndStores() 4830 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local 4837 PStore->copyMetadata(*SI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores() 4843 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores() 4847 << "): " << *PStore << "\n"); in presplitLoadsAndStores()
|