Searched refs:GZExtLoad (Results 1 – 5 of 5) sorted by relevance
33 class GZExtLoad; variable778 Optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>
122 class GZExtLoad : public GExtLoad {
3271 static Optional<std::pair<GZExtLoad *, int64_t>>3288 auto *Load = getOpcodeDef<GZExtLoad>(MaybeLoad, MRI); in matchLoadAndBytePosition()3298 Optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>3310 GZExtLoad *LowestIdxLoad = nullptr; in findLoadOffsetsForLoadOrCombine()3321 GZExtLoad *EarliestLoad = nullptr; in findLoadOffsetsForLoadOrCombine()3324 GZExtLoad *LatestLoad = nullptr; in findLoadOffsetsForLoadOrCombine()3339 GZExtLoad *Load; in findLoadOffsetsForLoadOrCombine()3477 GZExtLoad *LowestIdxLoad, *LatestLoad; in matchLoadOrCombine()
1069 if (isa<GZExtLoad>(LoadMI)) in narrowScalar()2961 } else if (isa<GZExtLoad>(LoadMI) || WideMemTy == LoadTy) { in lowerLoad()
2783 assert(!isa<GZExtLoad>(LdSt)); in select()