Home
last modified time | relevance | path

Searched defs:shouldRemoveExtendFromGSIndex (Results 1 – 3 of 3) sorted by relevance

/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/Target/RISCV/
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.cpp4162 bool AArch64TargetLowering::shouldRemoveExtendFromGSIndex(EVT VT) const { in shouldRemoveExtendFromGSIndex() function in AArch64TargetLowering