Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp165 MachineBasicBlock::iterator StoreI);
1143 int StoreSize = TII->getMemScale(*StoreI); in promoteLoadFromStore()
1145 const MachineOperand &StMO = getLdStRegOp(*StoreI); in promoteLoadFromStore()
1146 Register StRt = getLdStRegOp(*StoreI).getReg(); in promoteLoadFromStore()
1242 LLVM_DEBUG(StoreI->print(dbgs())); in promoteLoadFromStore()
1246 LLVM_DEBUG(StoreI->print(dbgs())); in promoteLoadFromStore()
1293 MachineBasicBlock::iterator &StoreI) { in findMatchingStore() argument
1330 StoreI = MBBI; in findMatchingStore()
2269 MachineBasicBlock::iterator StoreI; in tryToPromoteLoadFromStore() local
2270 if (findMatchingStore(MBBI, LdStLimit, StoreI)) { in tryToPromoteLoadFromStore()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1302 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1866 if (auto *StoreI = dyn_cast<StoreInst>(Usr)) in updateImpl() local
1867 return HandleStoreLike(*StoreI, StoreI->getValueOperand(), in updateImpl()
1868 *StoreI->getValueOperand()->getType(), in updateImpl()
1869 {StoreI->getValueOperand()}, AccessKind::AK_W); in updateImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4136 if (auto StoreI = dyn_cast<StoreInst>(U)) in verifySwiftErrorValue() local
4137 Check(StoreI->getOperand(1) == SwiftErrorVal, in verifySwiftErrorValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1016 } else if (auto *StoreI = dyn_cast<StoreInst>(I)) { in supportedAddressingMode() local
1017 if (auto *LoadI = dyn_cast<LoadInst>(StoreI->getValueOperand())) in supportedAddressingMode()