Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h289 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
H A DMipsISelLowering.cpp1193 bool MipsTargetLowering::shouldFoldConstantShiftPairToMask( in shouldFoldConstantShiftPairToMask() function in MipsTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h738 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
H A DARMISelLowering.cpp13637 bool ARMTargetLowering::shouldFoldConstantShiftPairToMask( in shouldFoldConstantShiftPairToMask() function in ARMTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h664 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
H A DAArch64ISelLowering.cpp13697 bool AArch64TargetLowering::shouldFoldConstantShiftPairToMask( in shouldFoldConstantShiftPairToMask() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1073 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
H A DX86ISelLowering.cpp5955 bool X86TargetLowering::shouldFoldConstantShiftPairToMask( in shouldFoldConstantShiftPairToMask() function in X86TargetLowering
5971 return TargetLoweringBase::shouldFoldConstantShiftPairToMask(N, Level); in shouldFoldConstantShiftPairToMask()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h744 virtual bool shouldFoldConstantShiftPairToMask(const SDNode *N, in shouldFoldConstantShiftPairToMask() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9051 TLI.shouldFoldConstantShiftPairToMask(N, Level)) { in visitSHL()
9539 TLI.shouldFoldConstantShiftPairToMask(N, Level)) { in visitSRL()