Searched refs:shouldExpandShift (Results 1 – 9 of 9) sorted by relevance
403 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override { in shouldExpandShift() function
703 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
20203 bool ARMTargetLowering::shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { in shouldExpandShift() function in ARMTargetLowering
745 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
17669 bool AArch64TargetLowering::shouldExpandShift(SelectionDAG &DAG, in shouldExpandShift() function in AArch64TargetLowering
1056 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
5515 bool X86TargetLowering::shouldExpandShift(SelectionDAG &DAG, in shouldExpandShift() function in X86TargetLowering
887 virtual bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { in shouldExpandShift() function
3803 if (LegalOrCustom && TLI.shouldExpandShift(DAG, N)) { in ExpandIntRes_Shift()