reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/AArch64/AArch64ISelLowering.cpp
12360 bool AArch64TargetLowering::shouldExpandShift(SelectionDAG &DAG,
lib/Target/ARM/ARMISelLowering.cpp
16602 bool ARMTargetLowering::shouldExpandShift(SelectionDAG &DAG, SDNode *N) const {
lib/Target/RISCV/RISCVISelLowering.h
  130   bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override {
lib/Target/X86/X86ISelLowering.cpp
 5145 bool X86TargetLowering::shouldExpandShift(SelectionDAG &DAG,

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 3188   if (LegalOrCustom && TLI.shouldExpandShift(DAG, N)) {