Searched refs:shouldExpandShift (Results 1 – 9 of 9) sorted by relevance
478 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override { in shouldExpandShift() function
705 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
21178 bool ARMTargetLowering::shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { in shouldExpandShift() function in ARMTargetLowering
781 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
20713 bool AArch64TargetLowering::shouldExpandShift(SelectionDAG &DAG, in shouldExpandShift() function in AArch64TargetLowering
1096 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
5988 bool X86TargetLowering::shouldExpandShift(SelectionDAG &DAG, in shouldExpandShift() function in X86TargetLowering
930 virtual bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { in shouldExpandShift() function
4184 if (LegalOrCustom && TLI.shouldExpandShift(DAG, N)) { in ExpandIntRes_Shift()