Searched refs:PStore (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 2945 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); in mergeConditionalStoreToAddress() local 2947 if (!PStore || !QStore) in mergeConditionalStoreToAddress() 2951 if (!QStore->isUnordered() || !PStore->isUnordered()) in mergeConditionalStoreToAddress() 2975 for (auto I = BasicBlock::iterator(PStore), E = PStore->getParent()->end(); in mergeConditionalStoreToAddress() 2977 if (&*I != PStore && I->mayReadOrWriteMemory()) in mergeConditionalStoreToAddress() 3002 Value *PPHI = ensureValueAvailableInSuccessor(PStore->getValueOperand(), in mergeConditionalStoreToAddress() 3003 PStore->getParent()); in mergeConditionalStoreToAddress() 3009 Value *PPred = PStore->getParent() == PTB ? PCond : QB.CreateNot(PCond); in mergeConditionalStoreToAddress() 3023 PStore->getAAMetadata(AAMD, /*Merge=*/false); in mergeConditionalStoreToAddress() 3024 PStore->getAAMetadata(AAMD, /*Merge=*/true); in mergeConditionalStoreToAddress() [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 2585 StoreInst *PStore = findUniqueStoreInBlocks(PTB, PFB); in mergeConditionalStoreToAddress() local 2587 if (!PStore || !QStore) in mergeConditionalStoreToAddress() 2591 if (!QStore->isUnordered() || !PStore->isUnordered()) in mergeConditionalStoreToAddress() 2615 for (auto I = BasicBlock::iterator(PStore), E = PStore->getParent()->end(); in mergeConditionalStoreToAddress() 2617 if (&*I != PStore && I->mayReadOrWriteMemory()) in mergeConditionalStoreToAddress() 2627 Value *PPHI = ensureValueAvailableInSuccessor(PStore->getValueOperand(), in mergeConditionalStoreToAddress() 2628 PStore->getParent()); in mergeConditionalStoreToAddress() 2634 Value *PPred = PStore->getParent() == PTB ? PCond : QB.CreateNot(PCond); in mergeConditionalStoreToAddress() 2648 PStore->getAAMetadata(AAMD, /*Merge=*/false); in mergeConditionalStoreToAddress() 2649 PStore->getAAMetadata(AAMD, /*Merge=*/true); in mergeConditionalStoreToAddress() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3825 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local 3831 PStore->copyMetadata(*LI, LLVMContext::MD_mem_parallel_loop_access); in presplitLoadsAndStores() 3832 LLVM_DEBUG(dbgs() << " +" << PartOffset << ":" << *PStore << "\n"); in presplitLoadsAndStores() 3919 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local 3929 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores() 3933 << "): " << *PStore << "\n"); in presplitLoadsAndStores()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3620 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local 3625 (void)PStore; in presplitLoadsAndStores() 3626 DEBUG(dbgs() << " +" << PartOffset << ":" << *PStore << "\n"); in presplitLoadsAndStores() 3710 StoreInst *PStore = IRB.CreateAlignedStore( in presplitLoadsAndStores() local 3719 &PStore->getOperandUse(PStore->getPointerOperandIndex()), in presplitLoadsAndStores() 3722 << ", " << NewSlices.back().endOffset() << "): " << *PStore in presplitLoadsAndStores()
|