Home
last modified time | relevance | path

Searched refs:shouldExpandShift (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h478 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override { in shouldExpandShift() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h705 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
H A DARMISelLowering.cpp21178 bool ARMTargetLowering::shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { in shouldExpandShift() function in ARMTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h781 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
H A DAArch64ISelLowering.cpp20713 bool AArch64TargetLowering::shouldExpandShift(SelectionDAG &DAG, in shouldExpandShift() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1096 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
H A DX86ISelLowering.cpp5988 bool X86TargetLowering::shouldExpandShift(SelectionDAG &DAG, in shouldExpandShift() function in X86TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h930 virtual bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { in shouldExpandShift() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4184 if (LegalOrCustom && TLI.shouldExpandShift(DAG, N)) { in ExpandIntRes_Shift()