Searched refs:StoreI (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64LoadStoreOptimizer.cpp | 165 MachineBasicBlock::iterator StoreI); 1073 int StoreSize = TII->getMemScale(*StoreI); in promoteLoadFromStore() 1075 const MachineOperand &StMO = getLdStRegOp(*StoreI); in promoteLoadFromStore() 1076 Register StRt = getLdStRegOp(*StoreI).getReg(); in promoteLoadFromStore() 1172 LLVM_DEBUG(StoreI->print(dbgs())); in promoteLoadFromStore() 1176 LLVM_DEBUG(StoreI->print(dbgs())); in promoteLoadFromStore() 1219 MachineBasicBlock::iterator &StoreI) { in findMatchingStore() argument 1256 StoreI = MBBI; in findMatchingStore() 2072 MachineBasicBlock::iterator StoreI; in tryToPromoteLoadFromStore() local 2073 if (findMatchingStore(MBBI, LdStLimit, StoreI)) { in tryToPromoteLoadFromStore() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVLIWPacketizer.cpp | 1302 bool StoreI = I.mayStore(), StoreJ = J.mayStore(); in hasDualStoreDependence() local 1303 if ((SysI && StoreJ) || (SysJ && StoreI)) in hasDualStoreDependence() 1306 if (StoreI && StoreJ) { in hasDualStoreDependence() 1312 bool MopStI = HII->isMemOp(I) || StoreI; in hasDualStoreDependence() 1318 return (StoreJ && HII->isDeallocRet(I)) || (StoreI && HII->isDeallocRet(J)); in hasDualStoreDependence() 1530 bool LoadI = I.mayLoad(), StoreI = I.mayStore(); in isLegalToPacketizeTogether() local 1544 ((LoadJ && StoreI && !NVStoreI) || in isLegalToPacketizeTogether() 1559 if (!LoadJ || (!LoadI && !StoreI)) { in isLegalToPacketizeTogether()
|
| /llvm-project-15.0.7/polly/lib/Exchange/ |
| H A D | JSONExporter.cpp | 455 } else if (StoreInst *StoreI = in importAccesses() local 458 DL.getABITypeAlign(StoreI->getValueOperand()->getType()) != in importAccesses() 459 StoreI->getAlign(); in importAccesses()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1368 if (auto *StoreI = dyn_cast<StoreInst>(Usr)) { in updateImpl() local 1369 if (StoreI->getValueOperand() == CurPtr) { in updateImpl() 1371 << *StoreI << "\n"); in updateImpl() 1383 A.getAssumedSimplified(*StoreI->getValueOperand(), *this, in updateImpl() 1385 return handleAccess(A, *StoreI, *CurPtr, Content, AK, in updateImpl() 1387 StoreI->getValueOperand()->getType()); in updateImpl()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Verifier.cpp | 3902 if (auto StoreI = dyn_cast<StoreInst>(U)) in verifySwiftErrorValue() local 3903 Check(StoreI->getOperand(1) == SwiftErrorVal, in verifySwiftErrorValue()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 927 } else if (auto *StoreI = dyn_cast<StoreInst>(I)) { in supportedAddressingMode() local 928 if (auto *LoadI = dyn_cast<LoadInst>(StoreI->getValueOperand())) in supportedAddressingMode()
|