Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h984 bool shouldRemoveExtendFromGSIndex(EVT VT) const override;
DAArch64ISelLowering.cpp3781 bool AArch64TargetLowering::shouldRemoveExtendFromGSIndex(EVT VT) const { in shouldRemoveExtendFromGSIndex() function in AArch64TargetLowering
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h1323 virtual bool shouldRemoveExtendFromGSIndex(EVT VT) const { return false; } in shouldRemoveExtendFromGSIndex() function
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9459 if (TLI.shouldRemoveExtendFromGSIndex(Op.getValueType())) { in refineIndexType()
9468 if (TLI.shouldRemoveExtendFromGSIndex(Op.getValueType())) { in refineIndexType()