Home
last modified time | relevance | path

Searched refs:shouldExtendGSIndex (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1108 bool shouldExtendGSIndex(EVT VT, EVT &EltTy) const override;
H A DAArch64ISelLowering.cpp4844 bool AArch64TargetLowering::shouldExtendGSIndex(EVT VT, EVT &EltTy) const { in shouldExtendGSIndex() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1392 virtual bool shouldExtendGSIndex(EVT VT, EVT &EltTy) const { return false; } in shouldExtendGSIndex() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4454 if (TLI.shouldExtendGSIndex(IdxVT, EltTy)) { in visitMaskedScatter()
4562 if (TLI.shouldExtendGSIndex(IdxVT, EltTy)) { in visitMaskedGather()
7437 if (TLI.shouldExtendGSIndex(IdxVT, EltTy)) { in visitVPLoadGather()
7494 if (TLI.shouldExtendGSIndex(IdxVT, EltTy)) { in visitVPStoreScatter()