/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.h | 130 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override { in shouldExpandShift() function
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.h | 167 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override { in shouldExpandShift() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 601 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
|
D | ARMISelLowering.cpp | 16894 bool ARMTargetLowering::shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { in shouldExpandShift() function in ARMTargetLowering
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 654 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
|
D | ARMISelLowering.cpp | 18722 bool ARMTargetLowering::shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { in shouldExpandShift() function in ARMTargetLowering
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 562 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
|
D | AArch64ISelLowering.cpp | 13293 bool AArch64TargetLowering::shouldExpandShift(SelectionDAG &DAG, in shouldExpandShift() function in AArch64TargetLowering
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 703 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
|
D | AArch64ISelLowering.cpp | 16227 bool AArch64TargetLowering::shouldExpandShift(SelectionDAG &DAG, in shouldExpandShift() function in AArch64TargetLowering
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1034 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
|
D | X86ISelLowering.cpp | 5443 bool X86TargetLowering::shouldExpandShift(SelectionDAG &DAG, in shouldExpandShift() function in X86TargetLowering
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 922 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
|
D | X86ISelLowering.cpp | 5303 bool X86TargetLowering::shouldExpandShift(SelectionDAG &DAG, in shouldExpandShift() function in X86TargetLowering
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 743 virtual bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { in shouldExpandShift() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 878 virtual bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { in shouldExpandShift() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 3345 if (LegalOrCustom && TLI.shouldExpandShift(DAG, N)) { in ExpandIntRes_Shift()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 3710 if (LegalOrCustom && TLI.shouldExpandShift(DAG, N)) { in ExpandIntRes_Shift()
|