Home
last modified time | relevance | path

Searched refs:GZExtLoad (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h35 class GZExtLoad; variable
1044 std::optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>
H A DGenericMachineInstrs.h233 class GZExtLoad : public GExtLoad {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp689 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()
H A DGISelValueTracking.cpp1859 GZExtLoad *Ld = cast<GZExtLoad>(&MI); in computeNumSignBits()
H A DLegalizerHelper.cpp1654 if (isa<GZExtLoad>(LoadMI)) in narrowScalar()
4081 } else if (isa<GZExtLoad>(LoadMI) || WideMemTy == LoadTy) { in lowerLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3026 assert(!isa<GZExtLoad>(LdSt)); in select()