Searched refs:GZExtLoad (Results 1 – 6 of 6) sorted by relevance
34 class GZExtLoad; variable926 std::optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>
230 class GZExtLoad : public GExtLoad {
730 GZExtLoad *Ld = cast<GZExtLoad>(&MI); in computeNumSignBits()
623 if (!isa<GZExtLoad>(LoadMI) && CurrentUse.Ty == TyForCandidate) { in ChoosePreferredUse()3747 static std::optional<std::pair<GZExtLoad *, int64_t>>3764 auto *Load = getOpcodeDef<GZExtLoad>(MaybeLoad, MRI); in matchLoadAndBytePosition()3774 std::optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>3786 GZExtLoad *LowestIdxLoad = nullptr; in findLoadOffsetsForLoadOrCombine()3797 GZExtLoad *EarliestLoad = nullptr; in findLoadOffsetsForLoadOrCombine()3800 GZExtLoad *LatestLoad = nullptr; in findLoadOffsetsForLoadOrCombine()3815 GZExtLoad *Load; in findLoadOffsetsForLoadOrCombine()3953 GZExtLoad *LowestIdxLoad, *LatestLoad; in matchLoadOrCombine()
1391 if (isa<GZExtLoad>(LoadMI)) in narrowScalar()3504 } else if (isa<GZExtLoad>(LoadMI) || WideMemTy == LoadTy) { in lowerLoad()
2892 assert(!isa<GZExtLoad>(LdSt)); in select()