Home
last modified time | relevance | path

Searched refs:shouldFoldShiftPairToMask (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h596 bool shouldFoldShiftPairToMask(const SDNode *N,
H A DARMISelLowering.cpp10414 ARMTargetLowering::shouldFoldShiftPairToMask(const SDNode *N, in shouldFoldShiftPairToMask() function in ARMTargetLowering
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3095 virtual bool shouldFoldShiftPairToMask(const SDNode *N, in shouldFoldShiftPairToMask() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6633 TLI.shouldFoldShiftPairToMask(N, Level)) { in visitSHL()