Lines Matching refs:GLoadStore
1107 static bool canFoldInAddressingMode(GLoadStore *MI, const TargetLowering &TLI, in canFoldInAddressingMode()
1143 bool CombinerHelper::isIndexedLoadStoreLegal(GLoadStore &LdSt) const { in isIndexedLoadStoreLegal()
1167 bool CombinerHelper::findPostIndexCandidate(GLoadStore &LdSt, Register &Addr, in findPostIndexCandidate()
1230 auto *BasePtrLdSt = dyn_cast<GLoadStore>(&BasePtrUse); in findPostIndexCandidate()
1246 if (auto *UseUseLdSt = dyn_cast<GLoadStore>(&BaseUseUse)) in findPostIndexCandidate()
1263 bool CombinerHelper::findPreIndexCandidate(GLoadStore &LdSt, Register &Addr, in findPreIndexCandidate()
1309 if (auto *UseLdSt = dyn_cast<GLoadStore>(&AddrUse)) { in findPreIndexCandidate()
1427 auto &LdSt = cast<GLoadStore>(MI); in matchCombineIndexedLoadStore()
1735 if (auto *LdSt = dyn_cast<GLoadStore>(&UseMI)) { in matchPtrAddImmedChain()
2824 GLoadStore *LS1 = dyn_cast<GLoadStore>(I1); in matchEqualDefs()
2825 GLoadStore *LS2 = dyn_cast<GLoadStore>(I2); in matchEqualDefs()
4708 auto *LdStMI = dyn_cast<GLoadStore>(ConvUseMI); in reassociationCanBreakAddressingModePattern()