Searched refs:GZExtLoad (Results 1 – 6 of 6) sorted by relevance
35 class GZExtLoad; variable1044 std::optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>
233 class GZExtLoad : public GExtLoad {
689 if (!isa<GZExtLoad>(LoadMI) && CurrentUse.Ty == TyForCandidate) { in ChoosePreferredUse()3897 static std::optional<std::pair<GZExtLoad *, int64_t>>3914 auto *Load = getOpcodeDef<GZExtLoad>(MaybeLoad, MRI); in matchLoadAndBytePosition()3924 std::optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>3937 GZExtLoad *LowestIdxLoad = nullptr; in findLoadOffsetsForLoadOrCombine()3948 GZExtLoad *EarliestLoad = nullptr; in findLoadOffsetsForLoadOrCombine()3951 GZExtLoad *LatestLoad = nullptr; in findLoadOffsetsForLoadOrCombine()3966 GZExtLoad *Load; in findLoadOffsetsForLoadOrCombine()4105 GZExtLoad *LowestIdxLoad, *LatestLoad; in matchLoadOrCombine()
1859 GZExtLoad *Ld = cast<GZExtLoad>(&MI); in computeNumSignBits()
1654 if (isa<GZExtLoad>(LoadMI)) in narrowScalar()4081 } else if (isa<GZExtLoad>(LoadMI) || WideMemTy == LoadTy) { in lowerLoad()
3026 assert(!isa<GZExtLoad>(LdSt)); in select()