Home
last modified time | relevance | path

Searched refs:isDesirableToCommuteWithShift (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h373 bool isDesirableToCommuteWithShift(const SDNode *N,
H A DAArch64ISelLowering.cpp8741 AArch64TargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in AArch64TargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h593 bool isDesirableToCommuteWithShift(const SDNode *N,
H A DARMISelLowering.cpp10395 ARMTargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in ARMTargetLowering
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3086 virtual bool isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6375 if (!TLI.isDesirableToCommuteWithShift(N, Level)) in visitShiftByConstant()
6675 TLI.isDesirableToCommuteWithShift(N, Level)) { in visitSHL()