Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h823 bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const override;
H A DRISCVISelLowering.cpp21131 bool RISCVTargetLowering::shouldRemoveExtendFromGSIndex(SDValue Extend, in shouldRemoveExtendFromGSIndex() function in RISCVTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1298 bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const override;
H A DAArch64ISelLowering.cpp6094 bool AArch64TargetLowering::shouldRemoveExtendFromGSIndex(SDValue Extend, in shouldRemoveExtendFromGSIndex() function in AArch64TargetLowering
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1580 virtual bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const { in shouldRemoveExtendFromGSIndex() function
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11871 if (TLI.shouldRemoveExtendFromGSIndex(Index, DataVT)) { in refineIndexType()
11885 TLI.shouldRemoveExtendFromGSIndex(Index, DataVT)) { in refineIndexType()