Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h291 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
H A DMipsISelLowering.cpp1217 bool MipsTargetLowering::shouldFoldConstantShiftPairToMask( in shouldFoldConstantShiftPairToMask() function in MipsTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h745 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
H A DARMISelLowering.cpp13863 bool ARMTargetLowering::shouldFoldConstantShiftPairToMask( in shouldFoldConstantShiftPairToMask() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1157 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
H A DX86ISelLowering.cpp3456 bool X86TargetLowering::shouldFoldConstantShiftPairToMask( in shouldFoldConstantShiftPairToMask() function in X86TargetLowering
3472 return TargetLoweringBase::shouldFoldConstantShiftPairToMask(N, Level); in shouldFoldConstantShiftPairToMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h761 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
H A DAArch64ISelLowering.cpp17543 bool AArch64TargetLowering::shouldFoldConstantShiftPairToMask( in shouldFoldConstantShiftPairToMask() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h814 virtual bool shouldFoldConstantShiftPairToMask(const SDNode *N, in shouldFoldConstantShiftPairToMask() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10044 TLI.shouldFoldConstantShiftPairToMask(N, Level)) { in visitSHL()
10613 TLI.shouldFoldConstantShiftPairToMask(N, Level)) { in visitSRL()