Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h287 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
H A DMipsISelLowering.cpp1201 bool MipsTargetLowering::shouldFoldConstantShiftPairToMask( in shouldFoldConstantShiftPairToMask() function in MipsTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h746 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
H A DARMISelLowering.cpp13858 bool ARMTargetLowering::shouldFoldConstantShiftPairToMask( in shouldFoldConstantShiftPairToMask() function in ARMTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h738 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
H A DAArch64ISelLowering.cpp16416 bool AArch64TargetLowering::shouldFoldConstantShiftPairToMask( in shouldFoldConstantShiftPairToMask() function in AArch64TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1148 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
H A DX86ISelLowering.cpp3345 bool X86TargetLowering::shouldFoldConstantShiftPairToMask( in shouldFoldConstantShiftPairToMask() function in X86TargetLowering
3361 return TargetLoweringBase::shouldFoldConstantShiftPairToMask(N, Level); in shouldFoldConstantShiftPairToMask()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h768 virtual bool shouldFoldConstantShiftPairToMask(const SDNode *N, in shouldFoldConstantShiftPairToMask() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10032 TLI.shouldFoldConstantShiftPairToMask(N, Level)) { in visitSHL()
10595 TLI.shouldFoldConstantShiftPairToMask(N, Level)) { in visitSRL()