Searched refs:GLoadStore (Results 1 – 7 of 7) sorted by relevance
41 class GLoadStore : public GenericMachineInstr {79 class GAnyLoad : public GLoadStore {130 class GStore : public GLoadStore {
31 class GLoadStore; variable327 LegalizeResult reduceLoadStoreWidth(GLoadStore &MI, unsigned TypeIdx,
107 auto *LdSt1 = dyn_cast<GLoadStore>(&MI1); in aliasIsKnownForLoadStore()108 auto *LdSt2 = dyn_cast<GLoadStore>(&MI2); in aliasIsKnownForLoadStore()203 if (const auto *LS = dyn_cast<GLoadStore>(MI)) { in instMayAlias()
1384 if (auto *LdSt = dyn_cast<GLoadStore>(&UseMI)) { in matchPtrAddImmedChain()2479 GLoadStore *LS1 = dyn_cast<GLoadStore>(I1); in matchEqualDefs()2480 GLoadStore *LS2 = dyn_cast<GLoadStore>(I2); in matchEqualDefs()
4033 LegalizerHelper::reduceLoadStoreWidth(GLoadStore &LdStMI, unsigned TypeIdx, in reduceLoadStoreWidth()4263 return reduceLoadStoreWidth(cast<GLoadStore>(MI), TypeIdx, NarrowTy); in fewerElementsVector()
661 GLoadStore &LdSt = cast<GLoadStore>(I); in select()
2813 GLoadStore &LdSt = cast<GLoadStore>(I); in select()