Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h389 bool isDesirableToCommuteWithShift(const SDNode *N,
H A DRISCVISelLowering.cpp5927 bool RISCVTargetLowering::isDesirableToCommuteWithShift( in isDesirableToCommuteWithShift() function in RISCVTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h713 bool isDesirableToCommuteWithShift(const SDNode *N,
H A DARMISelLowering.cpp12821 ARMTargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in ARMTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h632 bool isDesirableToCommuteWithShift(const SDNode *N,
H A DAArch64ISelLowering.cpp11825 AArch64TargetLowering::isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function in AArch64TargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3573 virtual bool isDesirableToCommuteWithShift(const SDNode *N, in isDesirableToCommuteWithShift() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8019 if (!LHS.hasOneUse() || !TLI.isDesirableToCommuteWithShift(N, Level)) in visitShiftByConstant()
8398 TLI.isDesirableToCommuteWithShift(N, Level)) { in visitSHL()