Searched refs:shouldExpandShift (Results 1 – 9 of 9) sorted by relevance
130 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override { in shouldExpandShift() function
601 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
16892 bool ARMTargetLowering::shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { in shouldExpandShift() function in ARMTargetLowering
562 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
13293 bool AArch64TargetLowering::shouldExpandShift(SelectionDAG &DAG, in shouldExpandShift() function in AArch64TargetLowering
922 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
5303 bool X86TargetLowering::shouldExpandShift(SelectionDAG &DAG, in shouldExpandShift() function in X86TargetLowering
743 virtual bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { in shouldExpandShift() function
3345 if (LegalOrCustom && TLI.shouldExpandShift(DAG, N)) { in ExpandIntRes_Shift()