Searched refs:PStore (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 3315 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); in mergeConditionalStoreToAddress() local 3317 if (!PStore || !QStore) in mergeConditionalStoreToAddress() 3321 if (!QStore->isUnordered() || !PStore->isUnordered()) in mergeConditionalStoreToAddress() 3345 for (auto I = BasicBlock::iterator(PStore), E = PStore->getParent()->end(); in mergeConditionalStoreToAddress() 3347 if (&*I != PStore && I->mayReadOrWriteMemory()) in mergeConditionalStoreToAddress() 3385 const std::array<StoreInst *, 2> FreeStores = {PStore, QStore}; in mergeConditionalStoreToAddress() 3414 PStore->getParent()); in mergeConditionalStoreToAddress() 3435 PStore->getAAMetadata(AAMD, /*Merge=*/false); in mergeConditionalStoreToAddress() 3436 PStore->getAAMetadata(AAMD, /*Merge=*/true); in mergeConditionalStoreToAddress() 3442 SI->setAlignment(std::min(PStore->getAlign(), QStore->getAlign())); in mergeConditionalStoreToAddress() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 4087 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local 4094 PStore->copyMetadata(*SI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores() 4096 LLVM_DEBUG(dbgs() << " +" << PartOffset << ":" << *PStore << "\n"); in presplitLoadsAndStores() 4187 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local 4194 PStore->copyMetadata(*SI, {LLVMContext::MD_mem_parallel_loop_access, in presplitLoadsAndStores() 4200 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores() 4204 << "): " << *PStore << "\n"); in presplitLoadsAndStores()
|