Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h764 bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const override;
H A DRISCVISelLowering.cpp19513 bool RISCVTargetLowering::shouldRemoveExtendFromGSIndex(SDValue Extend, in shouldRemoveExtendFromGSIndex() function in RISCVTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1254 bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const override;
H A DAArch64ISelLowering.cpp5511 bool AArch64TargetLowering::shouldRemoveExtendFromGSIndex(SDValue Extend, in shouldRemoveExtendFromGSIndex() function in AArch64TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1511 virtual bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const { in shouldRemoveExtendFromGSIndex() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11803 if (TLI.shouldRemoveExtendFromGSIndex(Index, DataVT)) { in refineIndexType()
11817 TLI.shouldRemoveExtendFromGSIndex(Index, DataVT)) { in refineIndexType()