Searched refs:GZExtLoad (Results 1 – 5 of 5) sorted by relevance
34 class GZExtLoad; variable854 std::optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>
212 class GZExtLoad : public GExtLoad {
467 if (!isa<GZExtLoad>(LoadMI) && CurrentUse.Ty == TyForCandidate) { in ChoosePreferredUse()3607 static std::optional<std::pair<GZExtLoad *, int64_t>>3624 auto *Load = getOpcodeDef<GZExtLoad>(MaybeLoad, MRI); in matchLoadAndBytePosition()3634 std::optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>3646 GZExtLoad *LowestIdxLoad = nullptr; in findLoadOffsetsForLoadOrCombine()3657 GZExtLoad *EarliestLoad = nullptr; in findLoadOffsetsForLoadOrCombine()3660 GZExtLoad *LatestLoad = nullptr; in findLoadOffsetsForLoadOrCombine()3675 GZExtLoad *Load; in findLoadOffsetsForLoadOrCombine()3813 GZExtLoad *LowestIdxLoad, *LatestLoad; in matchLoadOrCombine()
1349 if (isa<GZExtLoad>(LoadMI)) in narrowScalar()3332 } else if (isa<GZExtLoad>(LoadMI) || WideMemTy == LoadTy) { in lowerLoad()
2892 assert(!isa<GZExtLoad>(LdSt)); in select()