Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp137 MachineBasicBlock::iterator StoreI);
885 int StoreSize = getMemScale(*StoreI); in promoteLoadFromStore()
887 const MachineOperand &StMO = getLdStRegOp(*StoreI); in promoteLoadFromStore()
888 unsigned StRt = getLdStRegOp(*StoreI).getReg(); in promoteLoadFromStore()
984 LLVM_DEBUG(StoreI->print(dbgs())); in promoteLoadFromStore()
988 LLVM_DEBUG(StoreI->print(dbgs())); in promoteLoadFromStore()
1044 MachineBasicBlock::iterator &StoreI) { in findMatchingStore() argument
1078 StoreI = MBBI; in findMatchingStore()
1552 MachineBasicBlock::iterator StoreI; in tryToPromoteLoadFromStore() local
1553 if (findMatchingStore(MBBI, LdStLimit, StoreI)) { in tryToPromoteLoadFromStore()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1288 bool StoreI = I.mayStore(), StoreJ = J.mayStore(); in hasDualStoreDependence() local
1289 if ((SysI && StoreJ) || (SysJ && StoreI)) in hasDualStoreDependence()
1292 if (StoreI && StoreJ) { in hasDualStoreDependence()
1298 bool MopStI = HII->isMemOp(I) || StoreI; in hasDualStoreDependence()
1304 return (StoreJ && HII->isDeallocRet(I)) || (StoreI && HII->isDeallocRet(J)); in hasDualStoreDependence()
1516 bool LoadI = I.mayLoad(), StoreI = I.mayStore(); in isLegalToPacketizeTogether() local
1523 ((LoadJ && StoreI && !NVStoreI) || in isLegalToPacketizeTogether()
1538 if (!LoadJ || (!LoadI && !StoreI)) { in isLegalToPacketizeTogether()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp3362 if (auto StoreI = dyn_cast<StoreInst>(U)) in verifySwiftErrorValue() local
3363 Assert(StoreI->getOperand(1) == SwiftErrorVal, in verifySwiftErrorValue()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp661 } else if (auto *StoreI = dyn_cast<StoreInst>(I)) { in supportedAddressingMode() local
662 if (auto *LoadI = dyn_cast<LoadInst>(StoreI->getValueOperand())) in supportedAddressingMode()