Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h585 bool shouldRemoveExtendFromGSIndex(EVT IndexVT, EVT DataVT) const override;
H A DRISCVISelLowering.cpp12207 bool RISCVTargetLowering::shouldRemoveExtendFromGSIndex(EVT IndexVT, in shouldRemoveExtendFromGSIndex() function in RISCVTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1109 bool shouldRemoveExtendFromGSIndex(EVT IndexVT, EVT DataVT) const override;
H A DAArch64ISelLowering.cpp4853 bool AArch64TargetLowering::shouldRemoveExtendFromGSIndex(EVT IndexVT, in shouldRemoveExtendFromGSIndex() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1396 virtual bool shouldRemoveExtendFromGSIndex(EVT IndexVT, EVT DataVT) const { in shouldRemoveExtendFromGSIndex() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10598 if (TLI.shouldRemoveExtendFromGSIndex(Op.getValueType(), DataVT)) { in refineIndexType()
10613 if (TLI.shouldRemoveExtendFromGSIndex(Op.getValueType(), DataVT)) { in refineIndexType()