Searched refs:GZExtLoad (Results 1 – 5 of 5) sorted by relevance
34 class GZExtLoad; variable827 std::optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>
122 class GZExtLoad : public GExtLoad {
3341 static std::optional<std::pair<GZExtLoad *, int64_t>>3358 auto *Load = getOpcodeDef<GZExtLoad>(MaybeLoad, MRI); in matchLoadAndBytePosition()3368 std::optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>3380 GZExtLoad *LowestIdxLoad = nullptr; in findLoadOffsetsForLoadOrCombine()3391 GZExtLoad *EarliestLoad = nullptr; in findLoadOffsetsForLoadOrCombine()3394 GZExtLoad *LatestLoad = nullptr; in findLoadOffsetsForLoadOrCombine()3409 GZExtLoad *Load; in findLoadOffsetsForLoadOrCombine()3547 GZExtLoad *LowestIdxLoad, *LatestLoad; in matchLoadOrCombine()
1075 if (isa<GZExtLoad>(LoadMI)) in narrowScalar()2968 } else if (isa<GZExtLoad>(LoadMI) || WideMemTy == LoadTy) { in lowerLoad()
2831 assert(!isa<GZExtLoad>(LdSt)); in select()