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.h34 class GZExtLoad; variable
926 std::optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>
H A DGenericMachineInstrs.h230 class GZExtLoad : public GExtLoad {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp730 GZExtLoad *Ld = cast<GZExtLoad>(&MI); in computeNumSignBits()
H A DCombinerHelper.cpp623 if (!isa<GZExtLoad>(LoadMI) && CurrentUse.Ty == TyForCandidate) { in ChoosePreferredUse()
3747 static std::optional<std::pair<GZExtLoad *, int64_t>>
3764 auto *Load = getOpcodeDef<GZExtLoad>(MaybeLoad, MRI); in matchLoadAndBytePosition()
3774 std::optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>
3786 GZExtLoad *LowestIdxLoad = nullptr; in findLoadOffsetsForLoadOrCombine()
3797 GZExtLoad *EarliestLoad = nullptr; in findLoadOffsetsForLoadOrCombine()
3800 GZExtLoad *LatestLoad = nullptr; in findLoadOffsetsForLoadOrCombine()
3815 GZExtLoad *Load; in findLoadOffsetsForLoadOrCombine()
3953 GZExtLoad *LowestIdxLoad, *LatestLoad; in matchLoadOrCombine()
H A DLegalizerHelper.cpp1391 if (isa<GZExtLoad>(LoadMI)) in narrowScalar()
3504 } else if (isa<GZExtLoad>(LoadMI) || WideMemTy == LoadTy) { in lowerLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2892 assert(!isa<GZExtLoad>(LdSt)); in select()