reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
12360 bool AArch64TargetLowering::shouldExpandShift(SelectionDAG &DAG,
lib/Target/ARM/ARMISelLowering.cpp16602 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,
3188 if (LegalOrCustom && TLI.shouldExpandShift(DAG, N)) {