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.h743 bool isDesirableToCommuteXorWithShift(const SDNode *N) const override;
H A DARMISelLowering.cpp13839 bool ARMTargetLowering::isDesirableToCommuteXorWithShift( in isDesirableToCommuteXorWithShift() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h758 bool isDesirableToCommuteXorWithShift(const SDNode *N) const override;
H A DAArch64ISelLowering.cpp17519 bool AArch64TargetLowering::isDesirableToCommuteXorWithShift( in isDesirableToCommuteXorWithShift() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4338 virtual bool isDesirableToCommuteXorWithShift(const SDNode *N) const { in isDesirableToCommuteXorWithShift() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1627 TLI.isDesirableToCommuteXorWithShift(Op.getNode())) { in SimplifyDemandedBits()