Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h500 bool shouldRemoveExtendFromGSIndex(EVT VT) const override;
H A DRISCVISelLowering.cpp8878 bool RISCVTargetLowering::shouldRemoveExtendFromGSIndex(EVT VT) const { in shouldRemoveExtendFromGSIndex() function in RISCVTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1066 bool shouldRemoveExtendFromGSIndex(EVT VT) const override;
H A DAArch64ISelLowering.cpp4162 bool AArch64TargetLowering::shouldRemoveExtendFromGSIndex(EVT VT) const { in shouldRemoveExtendFromGSIndex() function in AArch64TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1344 virtual bool shouldRemoveExtendFromGSIndex(EVT VT) const { return false; } in shouldRemoveExtendFromGSIndex() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9732 if (TLI.shouldRemoveExtendFromGSIndex(Op.getValueType())) { in refineIndexType()
9741 if (TLI.shouldRemoveExtendFromGSIndex(Op.getValueType())) { in refineIndexType()