Home
last modified time | relevance | path

Searched refs:ExpansionFactor (Results 1 – 10 of 10) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h153 unsigned ExpansionFactor) const override { in preferredShiftLegalizationStrategy() argument
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h702 unsigned ExpansionFactor) const override { in preferredShiftLegalizationStrategy() argument
706 ExpansionFactor); in preferredShiftLegalizationStrategy()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h712 unsigned ExpansionFactor) const override;
H A DARMISelLowering.cpp21522 SelectionDAG &DAG, SDNode *N, unsigned ExpansionFactor) const { in preferredShiftLegalizationStrategy()
21526 ExpansionFactor); in preferredShiftLegalizationStrategy()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h887 unsigned ExpansionFactor) const override;
H A DAArch64ISelLowering.cpp26853 SelectionDAG &DAG, SDNode *N, unsigned int ExpansionFactor) const { in preferredShiftLegalizationStrategy()
26858 ExpansionFactor); in preferredShiftLegalizationStrategy()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1182 unsigned ExpansionFactor) const override;
H A DX86ISelLowering.cpp3491 SelectionDAG &DAG, SDNode *N, unsigned ExpansionFactor) const { in preferredShiftLegalizationStrategy()
3496 ExpansionFactor); in preferredShiftLegalizationStrategy()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1068 unsigned ExpansionFactor) const { in preferredShiftLegalizationStrategy() argument
1069 if (ExpansionFactor == 1) in preferredShiftLegalizationStrategy()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4721 unsigned ExpansionFactor = 1; in ExpandIntRes_Shift() local
4728 ++ExpansionFactor; in ExpandIntRes_Shift()
4732 TLI.preferredShiftLegalizationStrategy(DAG, N, ExpansionFactor); in ExpandIntRes_Shift()