Home
last modified time | relevance | path

Searched defs:StoreMI (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp303 for (auto *StoreMI : StoresToMerge) in mergeStores() local
500 bool LoadStoreOpt::addStoreToCandidate(GStore &StoreMI, in addStoreToCandidate()
579 if (auto *StoreMI = dyn_cast<GStore>(&MI)) { in mergeBlockStores() local
699 bool LoadStoreOpt::mergeTruncStore(GStore &StoreMI, in mergeTruncStore()
899 if (auto *StoreMI = dyn_cast<GStore>(&MI)) in mergeTruncStoresBlock() local
902 for (auto *StoreMI : Stores) { in mergeTruncStoresBlock() local
H A DLegalizerHelper.cpp1358 auto &StoreMI = cast<GStore>(MI); in narrowScalar() local
3434 LegalizerHelper::LegalizeResult LegalizerHelper::lowerStore(GStore &StoreMI) { in lowerStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp542 MachineInstr &StoreMI = *StoreMO.getParent(); in findPotentiallylBlockedCopies() local