Home
last modified time | relevance | path

Searched refs:StoreI (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp158 MachineBasicBlock::iterator StoreI);
1090 int StoreSize = TII->getMemScale(*StoreI); in promoteLoadFromStore()
1092 const MachineOperand &StMO = getLdStRegOp(*StoreI); in promoteLoadFromStore()
1093 Register StRt = getLdStRegOp(*StoreI).getReg(); in promoteLoadFromStore()
1187 LLVM_DEBUG(StoreI->print(dbgs())); in promoteLoadFromStore()
1191 LLVM_DEBUG(StoreI->print(dbgs())); in promoteLoadFromStore()
1234 MachineBasicBlock::iterator &StoreI) { in findMatchingStore() argument
1270 StoreI = MBBI; in findMatchingStore()
2052 MachineBasicBlock::iterator StoreI; in tryToPromoteLoadFromStore() local
2053 if (findMatchingStore(MBBI, LdStLimit, StoreI)) { in tryToPromoteLoadFromStore()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1296 bool StoreI = I.mayStore(), StoreJ = J.mayStore(); in hasDualStoreDependence() local
1297 if ((SysI && StoreJ) || (SysJ && StoreI)) in hasDualStoreDependence()
1300 if (StoreI && StoreJ) { in hasDualStoreDependence()
1306 bool MopStI = HII->isMemOp(I) || StoreI; in hasDualStoreDependence()
1312 return (StoreJ && HII->isDeallocRet(I)) || (StoreI && HII->isDeallocRet(J)); in hasDualStoreDependence()
1524 bool LoadI = I.mayLoad(), StoreI = I.mayStore(); in isLegalToPacketizeTogether() local
1531 ((LoadJ && StoreI && !NVStoreI) || in isLegalToPacketizeTogether()
1546 if (!LoadJ || (!LoadI && !StoreI)) { in isLegalToPacketizeTogether()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1272 if (auto *StoreI = dyn_cast<StoreInst>(Usr)) { in updateImpl() local
1273 if (StoreI->getValueOperand() == CurPtr) { in updateImpl()
1275 << *StoreI << "\n"); in updateImpl()
1280 *StoreI->getValueOperand(), *this, UsedAssumedInformation); in updateImpl()
1281 return handleAccess(A, *StoreI, *CurPtr, Content, AccessKind::AK_WRITE, in updateImpl()
1283 StoreI->getValueOperand()->getType()); in updateImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3769 if (auto StoreI = dyn_cast<StoreInst>(U)) in verifySwiftErrorValue() local
3770 Assert(StoreI->getOperand(1) == SwiftErrorVal, in verifySwiftErrorValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp919 } else if (auto *StoreI = dyn_cast<StoreInst>(I)) { in supportedAddressingMode() local
920 if (auto *LoadI = dyn_cast<LoadInst>(StoreI->getValueOperand())) in supportedAddressingMode()