Searched refs:shouldExtendGSIndex (Results 1 – 4 of 4) sorted by relevance
1297 bool shouldExtendGSIndex(EVT VT, EVT &EltTy) const override;
6085 bool AArch64TargetLowering::shouldExtendGSIndex(EVT VT, EVT &EltTy) const { in shouldExtendGSIndex() function in AArch64TargetLowering
4920 if (TLI.shouldExtendGSIndex(IdxVT, EltTy)) { in visitMaskedScatter()5039 if (TLI.shouldExtendGSIndex(IdxVT, EltTy)) { in visitMaskedGather()6372 if (TLI.shouldExtendGSIndex(IdxVT, EltTy)) { in visitVectorHistogram()8334 if (TLI.shouldExtendGSIndex(IdxVT, EltTy)) { in visitVPGather()8398 if (TLI.shouldExtendGSIndex(IdxVT, EltTy)) { in visitVPScatter()
1576 virtual bool shouldExtendGSIndex(EVT VT, EVT &EltTy) const { return false; } in shouldExtendGSIndex() function