Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h34 class GZExtLoad; variable
854 std::optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>
H A DGenericMachineInstrs.h212 class GZExtLoad : public GExtLoad {
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp467 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()
H A DLegalizerHelper.cpp1349 if (isa<GZExtLoad>(LoadMI)) in narrowScalar()
3332 } else if (isa<GZExtLoad>(LoadMI) || WideMemTy == LoadTy) { in lowerLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2892 assert(!isa<GZExtLoad>(LdSt)); in select()