Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h600 bool shouldRemoveExtendFromGSIndex(EVT IndexVT, EVT DataVT) const override;
H A DRISCVISelLowering.cpp13923 bool RISCVTargetLowering::shouldRemoveExtendFromGSIndex(EVT IndexVT, in shouldRemoveExtendFromGSIndex() function in RISCVTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1160 bool shouldRemoveExtendFromGSIndex(EVT IndexVT, EVT DataVT) const override;
H A DAArch64ISelLowering.cpp5300 bool AArch64TargetLowering::shouldRemoveExtendFromGSIndex(EVT IndexVT, in shouldRemoveExtendFromGSIndex() function in AArch64TargetLowering
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1416 virtual bool shouldRemoveExtendFromGSIndex(EVT IndexVT, EVT DataVT) const { in shouldRemoveExtendFromGSIndex() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10996 if (TLI.shouldRemoveExtendFromGSIndex(Op.getValueType(), DataVT)) { in refineIndexType()
11011 if (TLI.shouldRemoveExtendFromGSIndex(Op.getValueType(), DataVT)) { in refineIndexType()