Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h285 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
H A DMipsISelLowering.cpp1191 bool MipsTargetLowering::shouldFoldConstantShiftPairToMask( in shouldFoldConstantShiftPairToMask() function in MipsTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h716 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
H A DARMISelLowering.cpp12856 bool ARMTargetLowering::shouldFoldConstantShiftPairToMask( in shouldFoldConstantShiftPairToMask() function in ARMTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1033 bool shouldFoldConstantShiftPairToMask(const SDNode *N,
H A DX86ISelLowering.cpp5486 bool X86TargetLowering::shouldFoldConstantShiftPairToMask( in shouldFoldConstantShiftPairToMask() function in X86TargetLowering
5501 return TargetLoweringBase::shouldFoldConstantShiftPairToMask(N, Level); in shouldFoldConstantShiftPairToMask()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h713 virtual bool shouldFoldConstantShiftPairToMask(const SDNode *N, in shouldFoldConstantShiftPairToMask() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8356 TLI.shouldFoldConstantShiftPairToMask(N, Level)) { in visitSHL()