Searched defs:shouldExtendGSIndex (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 1507 virtual bool shouldExtendGSIndex(EVT VT, EVT &EltTy) const { return false; } shouldExtendGSIndex() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64ISelLowering.cpp | 5502 bool AArch64TargetLowering::shouldExtendGSIndex(EVT VT, EVT &EltTy) const { shouldExtendGSIndex() function in AArch64TargetLowering |