Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h33 class GZExtLoad; variable
778 Optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>
H A DGenericMachineInstrs.h122 class GZExtLoad : public GExtLoad {
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3271 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()
H A DLegalizerHelper.cpp1069 if (isa<GZExtLoad>(LoadMI)) in narrowScalar()
2961 } else if (isa<GZExtLoad>(LoadMI) || WideMemTy == LoadTy) { in lowerLoad()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2783 assert(!isa<GZExtLoad>(LdSt)); in select()