Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h736 bool isDesirableToCommuteXorWithShift(const SDNode *N) const override;
H A DARMISelLowering.cpp13613 bool ARMTargetLowering::isDesirableToCommuteXorWithShift( in isDesirableToCommuteXorWithShift() function in ARMTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h661 bool isDesirableToCommuteXorWithShift(const SDNode *N) const override;
H A DAArch64ISelLowering.cpp13673 bool AArch64TargetLowering::isDesirableToCommuteXorWithShift( in isDesirableToCommuteXorWithShift() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3893 virtual bool isDesirableToCommuteXorWithShift(const SDNode *N) const { in isDesirableToCommuteXorWithShift() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1579 TLI.isDesirableToCommuteXorWithShift(Op.getNode())) { in SimplifyDemandedBits()