Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.h130 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override { in shouldExpandShift() function
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.h167 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override { in shouldExpandShift() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h601 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
DARMISelLowering.cpp16894 bool ARMTargetLowering::shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { in shouldExpandShift() function in ARMTargetLowering
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.h654 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
DARMISelLowering.cpp18722 bool ARMTargetLowering::shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { in shouldExpandShift() function in ARMTargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h562 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
DAArch64ISelLowering.cpp13293 bool AArch64TargetLowering::shouldExpandShift(SelectionDAG &DAG, in shouldExpandShift() function in AArch64TargetLowering
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h703 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
DAArch64ISelLowering.cpp16227 bool AArch64TargetLowering::shouldExpandShift(SelectionDAG &DAG, in shouldExpandShift() function in AArch64TargetLowering
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1034 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
DX86ISelLowering.cpp5443 bool X86TargetLowering::shouldExpandShift(SelectionDAG &DAG, in shouldExpandShift() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h922 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
DX86ISelLowering.cpp5303 bool X86TargetLowering::shouldExpandShift(SelectionDAG &DAG, in shouldExpandShift() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h743 virtual bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { in shouldExpandShift() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h878 virtual bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { in shouldExpandShift() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp3345 if (LegalOrCustom && TLI.shouldExpandShift(DAG, N)) { in ExpandIntRes_Shift()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp3710 if (LegalOrCustom && TLI.shouldExpandShift(DAG, N)) { in ExpandIntRes_Shift()