Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h34 class GZExtLoad; variable
827 std::optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>
H A DGenericMachineInstrs.h122 class GZExtLoad : public GExtLoad {
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3341 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()
H A DLegalizerHelper.cpp1075 if (isa<GZExtLoad>(LoadMI)) in narrowScalar()
2968 } else if (isa<GZExtLoad>(LoadMI) || WideMemTy == LoadTy) { in lowerLoad()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2831 assert(!isa<GZExtLoad>(LdSt)); in select()