Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h769 bool isDesirableToCommuteXorWithShift(const SDNode *N) const override;
H A DARMISelLowering.cpp13914 bool ARMTargetLowering::isDesirableToCommuteXorWithShift( in isDesirableToCommuteXorWithShift() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h278 bool isDesirableToCommuteXorWithShift(const SDNode *N) const override;
H A DAArch64ISelLowering.cpp17948 bool AArch64TargetLowering::isDesirableToCommuteXorWithShift( in isDesirableToCommuteXorWithShift() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4513 virtual bool isDesirableToCommuteXorWithShift(const SDNode *N) const { in isDesirableToCommuteXorWithShift() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1674 isDesirableToCommuteXorWithShift(Op.getNode())) { in SimplifyDemandedBits()