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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h137 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h646 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
H A DARMISelLowering.cpp18340 bool ARMTargetLowering::shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { function in class:ARMTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h671 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
H A DAArch64ISelLowering.cpp14828 bool AArch64TargetLowering::shouldExpandShift(SelectionDAG &DAG, function in class:AArch64TargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1024 bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const override;
H A DX86ISelLowering.cpp5378 bool X86TargetLowering::shouldExpandShift(SelectionDAG &DAG,
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h864 virtual bool shouldExpandShift(SelectionDAG &DAG, SDNode *N) const { function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3487 if (LegalOrCustom && TLI.shouldExpandShift(DAG, N)) {

Completed in 246 milliseconds