Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1159 bool shouldExtendGSIndex(EVT VT, EVT &EltTy) const override;
H A DAArch64ISelLowering.cpp5291 bool AArch64TargetLowering::shouldExtendGSIndex(EVT VT, EVT &EltTy) const { in shouldExtendGSIndex() function in AArch64TargetLowering
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1412 virtual bool shouldExtendGSIndex(EVT VT, EVT &EltTy) const { return false; } in shouldExtendGSIndex() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4501 if (TLI.shouldExtendGSIndex(IdxVT, EltTy)) { in visitMaskedScatter()
4609 if (TLI.shouldExtendGSIndex(IdxVT, EltTy)) { in visitMaskedGather()
7530 if (TLI.shouldExtendGSIndex(IdxVT, EltTy)) { in visitVPGather()
7594 if (TLI.shouldExtendGSIndex(IdxVT, EltTy)) { in visitVPScatter()